Skip to content

Commit 4271bcd

Browse files
authored
Fixing intro docs (about), highlight profiles, OTLP, and fix vale suggestions (#2540)
* 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 <eric@schabell.org> * docs: SUMMARY: rename entry to "What's Fluent Bit?" Applies to #2539 Signed-off-by: Eric D. Schabell <eric@schabell.org> * 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 <eric@schabell.org> --------- Signed-off-by: Eric D. Schabell <eric@schabell.org>
1 parent 3da2d5f commit 4271bcd

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## About
66

7-
* [What is Fluent Bit?](about/what-is-fluent-bit.md)
7+
* [What's Fluent Bit?](about/what-is-fluent-bit.md)
88
* [Fluentd and Fluent Bit](about/fluentd-and-fluent-bit.md)
99
* [Lab resources](about/resources.md)
1010

about/fluentd-and-fluent-bit.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The following table describes a comparison of different areas of the projects:
2626
| Performance | Medium Performance | High Performance |
2727
| Dependencies | Built as a Ruby Gem, depends on other gems. | Zero dependencies, unless required by a plugin. |
2828
| Plugins | Over 1,000 external plugins available. | Over 100 built-in plugins available. |
29+
| OpenTelemetry | Available through plugins. | Native OTLP ingestion and delivery. |
2930
| License | [Apache License v2.0](https://apache.org/licenses/LICENSE-2.0) | [Apache License v2.0](https://apache.org/licenses/LICENSE-2.0) |
3031

3132
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.

about/what-is-fluent-bit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
description: Fluent Bit is a CNCF graduated project under the umbrella of Fluentd
33
---
44

5-
# What is Fluent Bit?
5+
# What's Fluent Bit?
66

7-
[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.
7+
[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.
88

9-
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.
9+
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.
1010

1111
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.
1212

1313
{% embed url="https://www.youtube.com/watch?v=3ELc1helke4" %}
1414

1515
## The history of Fluent Bit
1616

17-
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.
17+
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.
1818

1919
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.

0 commit comments

Comments
 (0)