OpenTelemetry provides an open-source, vendor-neutral standard for Logs, Metrics, and Traces. It defines an open source schema for these telemetry data types, collectively known as signals, ensuring consistency and compatibility across diverse implementations. Because of its vendor-neutral approach, OpenTelemetry has been widely adopted and supported by numerous platforms and tools in the observability ecosystem. Fluent Bit is one such implementation, offering a lightweight and efficient solution for processing and forwarding telemetry data in line with OpenTelemetry standards.
Each telemetry type in OpenTelemetry has a specific schema that defines the structure and format of the data. This schema ensures that telemetry data is consistent and interoperable across different systems, enabling seamless integration:
While schemas ensure consistency and interoperability of telemetry data, the OTLP (OpenTelemetry Protocol) handles the transport.
A key component of OpenTelemetry is OTLP (OpenTelemetry Protocol), a gRPC-based transport protocol designed for the structured transmission and reception of telemetry data like logs, metrics, and traces. OTLP ensures data consistency and interoperability across different systems:
OpenTelemetry offers instrumentation libraries for a wide range of programming languages and frameworks. These libraries make it easy for developers to instrument their applications, collecting telemetry data in the OpenTelemetry format and seamlessly sending it to the desired backend using the OTLP protocol:
While instrumentation libraries are essential for collecting telemetry data within applications, a telemetry agent is needed to process and forward this data to the desired backend: Fluent Bit.
In the OpenTelemetry ecosystem Fluent Bit is a high-performance, vendor-agnostic telemetry agent that fully supports the OpenTelemetry Protocol (OTLP). As an alternative to the OpenTelemetry Collector, Fluent Bit offers robust processing capabilities, efficient resource utilization, and seamless integration with various backends.
High Performance: Designed for high throughput and low resource usage, Fluent Bit can handle large volumes of data with minimal overhead.
Extensive Plugin Ecosystem: With a rich set of input, processors and output plugins, Fluent Bit can easily integrate with diverse data sources and destinations.
Flexible and Scalable: Fluent Bit is lightweight and can be deployed in various environments, from edge devices to cloud infrastructures.
To get started with Fluent Bit and OpenTelemetry, follow these steps:
Install Fluent Bit: Follow the installation guide for your platform.
Configure OpenTelemetry: Set up Fluent Bit to use the OpenTelemetry Protocol by configuring the appropriate input (source) and output (destination) plugins.
Run Fluent Bit: Start Fluent Bit and verify that it’s collecting and forwarding telemetry data as expected.
For detailed configuration instructions, visit the Fluent Bit documentation.
Join our community to stay updated, share your experiences, and get support from other Fluent Bit users: