Replies: 1 comment 4 replies
-
OpenTelemetry Python supports the following formats/protocols: https://github.com/open-telemetry/opentelemetry-python/tree/main/exporter If OneAgent supports one of these protocols, you can export to it directly from your Python application. Another option would be to export from your Python applications to the OpenTelemetry Collector and use it's dynatrace exporter to forward the data to Dynatrace. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we have a couple of microservices developt in Python. We are using OneAgent SDK to log our telemetry data and send it to Dynatrace. Now we want to switch to OpenTelemetry SDK. But we still want to continue using the OneAgent ClIent to collect our data and send it to Dynatrace. How do I have to log the data in OpenTelemetry so that the OneAgent Client also can collect it?
Beta Was this translation helpful? Give feedback.
All reactions