Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 682 Bytes

otel-traces-exporter-parameters.md

File metadata and controls

26 lines (20 loc) · 682 Bytes
description
This page explains what parameters OTEL traces exporter has

OTEL traces exporter parameters

OTEL traces exporter example configuration

{:ns     main
 :import #{aidbox
           aidbox.telemetry.trace}

 otel-trace-exporter
 {:zen/tags   #{aidbox.telemetry.trace/exporter}
  :engine     aidbox.telemetry.trace/otlp-exporter
  :url        "http://otel-collector-url/v1/traces"
  :auth-token "authorization-your-bearer-token"
  :headers {"X-custom-trace-header" "header value"}}}

Parameters

  • url the URL of the consumer of the metrics
  • auth-token Bearer header authorization
  • headers Custom headers for traces export request