OpenTelemetry
An output plugin to submit Metrics to an OpenTelemetry endpoint
Key
Description
Default
Getting Started
# Node Exporter Metrics + OpenTelemetry output plugin
# -------------------------------------------
# The following example collects host metrics on Linux and delivers
# them through the OpenTelemetry plugin to a local collector :
#
[SERVICE]
Flush 1
Log_level info
[INPUT]
Name node_exporter_metrics
Tag node_metrics
Scrape_interval 2
[OUTPUT]
Name opentelemetry
Match node_metrics
Host localhost
Port 443
Uri /v1/metrics
Log_response_payload True
Tls On
Tls.verify Off
# add user-defined labels
add_label app fluent-bit
add_label color blueLast updated
Was this helpful?