python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible to get open telemetry tracing in python to record spans that happen within a ThreadPoolExecutor?
I have open telemetry running with a python FastApi application. Traces are being sent to Jaeger and I can view them.
I have a bunch of IO intensive work being done, so I'm doing it in parallel with a...
r s
Votes: 0
Answers: 1
OpenTelemetry for Envoy traces
Has anyone got Envoy traces working with OpenTelemetry collector? I'd be very appreciative if you could share how that's done. Thank you very much!
Nico
Votes: 0
Answers: 2
How to export array/list of measurements using openTelemetry in Java
I have an array of metrics, some measurements related to my project written in Java 8.
I want to export it using openTelemetry to google to be able to get some statistical information about it.
I'm us...
Amr Akmal
Votes: 0
Answers: 0
Using Opentelemetry to write logs for Python
We are using Python and we want to use Opentelemetry for logs.
I see that Logs for Python are not supported yet(https://opentelemetry.io/docs/instrumentation/python/) and for C++/.NET it is in beta/ex...
Yanir Raveh
Votes: 0
Answers: 1