17 Jan 2024 05:30 PM - last edited on 23 Jan 2024 03:12 PM by Michal_Gebacki
Hello.
Trying to follow python example. https://docs.dynatrace.com/docs/extend-dynatrace/opentelemetry/overview/instrumentation#python-examp...
Please confirm that there is no possibility send python traces without otelcol
Failed to export traces, error code: StatusCode.UNKNOWN |
If it possible can anybody share working configuration.
I have tried different endpoints -
It is working only with otelcol.
Regards,
Alex Romanenkov
Solved! Go to Solution.
05 Feb 2024 10:57 AM
Hi Alex,
that's right, this particular example focuses on a gRPC export to a local Collector instance.
If you prefer to export straight to an ActiveGate or OneAgent (attention, the latter only supports traces for the time being), you could follow the guides at https://docs.dynatrace.com/docs/shortlink/otel-wt-python, which focus on HTTP exports and explain which URLs you need, which parameters need to be configured, and which token scopes are necessary.
Best,
Alexander