Current section
Files
Jump to
Current section
Files
priv/templates/config/metrics/prod.ex
# tracer
config :opentelemetry,
span_processor: :batch,
traces_exporter: :otlp
config :opentelemetry_exporter,
otlp_protocol: :http_protobuf,
otlp_endpoint: "http://localhost:4318"