OpenTelemetry Logs / Traces
Last updated
Was this helpful?
Last updated
Was this helpful?
Open telemetry logs and traces are supported in the telemetry pipeline. You can use the standard otel logs and traces endpoints in ascent to ingest data. More details on the OpenTelemetry collector configuration to send logs in OTLP format can be found in integration .
For logs and traces, data flow groupings can be managed in the following ways
Provide namespace and application as url parameters when setting the endpoint url
Provide namespace and application as resource attributes
If none of the above is set, the apica ingest will assign default_namespace
and service_name
from the otel payload for the application
This processor configuration ensures that:
If namespace
and app_name
attributes are not present in incoming events, they will be inserted with values mymetrics
and myapp
, respectively.
If the attributes are already present, they will remain unchanged.
If no such processor is configured, the metrics/logs/traces will fall back to default_namespace
and default_app
in Ascent.