From 825632367f4cb66ff6083f5078985140f40883d6 Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Tue, 7 Apr 2026 21:11:33 +0200 Subject: [PATCH 1/3] docs: about: what-is-fluent-bit: mention profiles, OTLP, and fix vale suggestions - Update opening paragraph to explicitly list the telemetry signal types Fluent Bit processes (logs, metrics, traces, and profiles), aligning with concepts/key-concepts.md and fluentbit.io messaging. - Call out native OpenTelemetry (OTLP) ingestion and delivery rather than grouping it with general ecosystem integrations. - Split long sentences to improve readability. - Use "open source" instead of "open-source". Applies to #2539 Signed-off-by: Eric D. Schabell --- about/what-is-fluent-bit.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/about/what-is-fluent-bit.md b/about/what-is-fluent-bit.md index c7c023f79..810cc6ec2 100644 --- a/about/what-is-fluent-bit.md +++ b/about/what-is-fluent-bit.md @@ -2,11 +2,11 @@ description: Fluent Bit is a CNCF graduated project under the umbrella of Fluentd --- -# What is Fluent Bit? +# What's Fluent Bit? -[Fluent Bit](https://fluentbit.io) is an open source telemetry agent specifically designed to efficiently handle the challenges of collecting and processing telemetry data across a wide range of environments, from constrained systems to complex cloud infrastructures. Managing telemetry data from various sources and formats can be a constant challenge, particularly when performance is a critical factor. +[Fluent Bit](https://fluentbit.io) is an open source telemetry agent that processes logs, metrics, traces, and profiles. It's designed to efficiently handle the challenges of collecting and processing telemetry data across a wide range of environments, from constrained systems to complex cloud infrastructures. Managing telemetry data from various sources and formats can be a constant challenge, particularly when performance is a critical factor. -Rather than serving as a drop-in replacement, Fluent Bit enhances the observability strategy for your infrastructure by adapting and optimizing your existing logging layer, and adding metrics and traces processing. Fluent Bit supports a vendor-neutral approach, seamlessly integrating with other ecosystems such as Prometheus and OpenTelemetry. Trusted by major cloud providers, banks, and companies in need of a ready-to-use telemetry agent solution, Fluent Bit effectively manages diverse data sources and formats while maintaining optimal performance and keeping resource consumption low. +Rather than serving as a drop-in replacement, Fluent Bit enhances the observability strategy for your infrastructure. It adapts and optimizes your existing logging layer, and adds metrics and traces processing. Fluent Bit supports a vendor-neutral approach, with native OpenTelemetry (OTLP) ingestion and delivery and seamless integration with ecosystems such as Prometheus. Trusted by major cloud providers, banks, and companies that need a ready-to-use telemetry agent, Fluent Bit effectively manages diverse data sources and formats. It maintains optimal performance while keeping resource consumption low. Fluent Bit can be deployed as an edge agent for localized telemetry data handling or utilized as a central aggregator/collector for managing telemetry data across multiple sources and environments. @@ -14,6 +14,6 @@ Fluent Bit can be deployed as an edge agent for localized telemetry data handlin ## The history of Fluent Bit -In 2014, the [Fluentd](https://www.fluentd.org/) team at [Treasure Data](https://www.treasuredata.com/) was forecasting the need for a lightweight log processor for constraint environments like embedded Linux and gateways. To meet this need, Eduardo Silva created Fluent Bit, a new open-source solution and part of the Fluentd ecosystem. +In 2014, the [Fluentd](https://www.fluentd.org/) team at [Treasure Data](https://www.treasuredata.com/) was forecasting the need for a lightweight log processor for constraint environments like embedded Linux and gateways. To meet this need, Eduardo Silva created Fluent Bit, a new open source solution and part of the Fluentd ecosystem. After the project matured, it gained traction for normal Linux systems. With the new containerized world, the cloud native community asked to extend the project scope to support more sources, filters, and destinations. Not long after, Fluent Bit became one of the preferred solutions to solve the logging challenges in cloud environments. From 81d30552802751ab8612a3047563dab6d805ffe3 Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Tue, 7 Apr 2026 21:12:10 +0200 Subject: [PATCH 2/3] docs: SUMMARY: rename entry to "What's Fluent Bit?" Applies to #2539 Signed-off-by: Eric D. Schabell --- SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SUMMARY.md b/SUMMARY.md index c1512f972..83773871c 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -4,7 +4,7 @@ ## About -* [What is Fluent Bit?](about/what-is-fluent-bit.md) +* [What's Fluent Bit?](about/what-is-fluent-bit.md) * [Fluentd and Fluent Bit](about/fluentd-and-fluent-bit.md) * [Lab resources](about/resources.md) From 19648b1dc111e5e8ed2ec90194d81a4a7a750659 Mon Sep 17 00:00:00 2001 From: "Eric D. Schabell" Date: Tue, 7 Apr 2026 21:15:25 +0200 Subject: [PATCH 3/3] docs: about: fluentd-and-fluent-bit: add OpenTelemetry row to comparison table - Highlight native OTLP ingestion and delivery in Fluent Bit as a differentiator versus Fluentd's plugin-based OpenTelemetry support. Applies to #2539 Signed-off-by: Eric D. Schabell --- about/fluentd-and-fluent-bit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/about/fluentd-and-fluent-bit.md b/about/fluentd-and-fluent-bit.md index 05459a5e1..ddefa6978 100644 --- a/about/fluentd-and-fluent-bit.md +++ b/about/fluentd-and-fluent-bit.md @@ -26,6 +26,7 @@ The following table describes a comparison of different areas of the projects: | Performance | Medium Performance | High Performance | | Dependencies | Built as a Ruby Gem, depends on other gems. | Zero dependencies, unless required by a plugin. | | Plugins | Over 1,000 external plugins available. | Over 100 built-in plugins available. | +| OpenTelemetry | Available through plugins. | Native OTLP ingestion and delivery. | | License | [Apache License v2.0](https://apache.org/licenses/LICENSE-2.0) | [Apache License v2.0](https://apache.org/licenses/LICENSE-2.0) | Both [Fluentd](https://www.fluentd.org) and [Fluent Bit](https://fluentbit.io) can work as Aggregators or Forwarders, and can complement each other or be used as standalone solutions.