Dash0 Logo
Infrastructure MonitoringLog ManagementApplication Performance ManagementDistributed TracingKubernetes MonitoringDashboardsAlertingService MapIntegrationsTransparent CostObservability as Code
PricingDocs
GuidesBlogKnowledgeComparisonsPodcastIntegrationsChangelog
Contact usMeet our TeamCareersSecurity
  • Book A Demo
  • Sign In
  • Start Free Trial
Book a demoSign in
Start Free Trial

Resources

  • Pricing
  • Blog
  • Guides
  • Knowledge
  • Comparisons
  • Integrations
  • Documentation
  • Glossary
  • OTelBin.io
  • Sitemap

Company

  • Our Team
  • Careers
  • Security

Compare

  • Datadog
  • Honeycomb
  • Grafana
  • Dynatrace

Contact

  • Contact us
  • GitHub
  • LinkedIn
  • X
  • YouTube
  • Dash0 Newsletter
Subscribe to our newsletter

Receive updates on Observability, OpenTelemetry, Dash0 and more.

  • Terms and Conditions
  • Privacy Policy
  • Data Processing Agreement
  • Vulnerability Disclosure

©2025 Dash0 Inc.

Hub/Fluent Bit

Technology

Fluent Bit

Dash0 integrates with Fluent Bit to collect and forward metrics, traces, and logs, providing enhanced visibility into your systems performance.

In this section
    TechnologyOverviewFluent Bit with Dash0Use CasesSetupFluent Bit ConfigurationFluent Bit Deployment using Helmkubectl create namespace opentelemetryReferences

Overview

Fluent Bit with Dash0

Fluent Bit is a fast and lightweight observability pipeline designed for collecting, processing, and forwarding telemetry data such as logs, metrics, and traces. This integration with Dash0 enables seamless telemetry data collection, enhanced analytics, and streamlined observability workflows, making it easier to monitor and troubleshoot distributed systems.

Use Cases

Streamline telemetry management and gain actionable insights with Dash0 and Fluent Bit:

  • Centralized Telemetry Forwarding: Effortlessly consolidate telemetry data from multiple sources and forward it to Dash0 for unified observability.
  • Enhanced Log Monitoring: Leverage Dash0's dashboards to visualize and analyze logs collected by Fluent Bit, enabling faster root-cause analysis.
  • Real-Time Metrics Collection: Use Fluent Bit's lightweight processing to feed key performance metrics into Dash0 for real-time monitoring and decision-making.
  • Customizable Alerting: Combine Fluent Bit's flexibility with Dash0’s alerting capabilities to proactively address anomalies in your system telemetry.

Setup

Fluent Bit Configuration

Fluent Bit has an OpenTelemetry output plugin that you can use to transmit metrics, logs, and traces to Dash0. The following snippet shows how to configure the plugin using Fluent Bit's classical configuration format.

Fluent Bit Deployment using Helm

There are a variety of ways to deploy Fluent Bit. A common way to deploy it is using Helm. For alternative ways, check out the official documentation. Here we provide guidelines for a quick deployment in your Kubernetes clusters using Helm.

First, create a namespace and specify the Dash0 token that is needed to send data:

Then, create a Kubernetes ConfigMap with a sample configuration:

Next, we define the necessary configuration for the Fluent Bit Helm chart in a file called values.yaml.

And then we install Fluent Bit by referencing the values.yaml file:

And finally, we need to patch the DaemonSet configuration, because the Fluent Bit Helm chart does not support yaml-based configuration:

References

  • Official Fluent Bit documentation