Current section

Files

Jump to
elixir_structure_manager priv templates config metrics prod.ex
Raw

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"