Last updated
Was this helpful?
Last updated
Was this helpful?
Aidbox supports exporting traces using the Protobuf protocol in line with the OTEL specification. This guide configures Aidbox to export traces to the OpenTelemetry collector, but the setup can also be modified to export to other traces consumers that adhere to this specification.
should be deployed and to receive traces.
Aidbox should be configured with .
To enable tracing in Aidbox:
Import aidbox.telemetry.trace
Define otel-trace-exporter
Restart Aidbox
logging
exporter and traces
pipeline in the OTEL collector configuration:Use Aidbox REST console to perform a request like this:
Open OTEL collector stdout and see the traces.
The common endpoint for checking the status of sending metrics process
In this case
This guide explains how to activate traces and export them to the OTEL collector