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)
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
Opentelemetry context propagation test
I'm trying to test some opentelemetry spans are correctly build and linked in parent child relations.
clientSpan = Span.wrap(
SpanContext.createFromRemoteParent(
&quo...
AdrianS
Votes: 0
Answers: 1