OpenTelemetry
Overview
OTLP Http exporter
otlphttp:
endpoint: https://<your ascent endpoint>
encoding: json
compression: gzip
headers:
Authorization: "Bearer <token string goes here>"
tls:
insecure: false
insecure_skip_verify: truePrometheus remote write exporter
Scraping Prometheus Metrics
Language Integrations
Java
JAVA_OPTS
Value
Notes

Example Petclinic app with open telemetry integration
Last updated
Was this helpful?