python-sensor
python-sensor copied to clipboard
:snake: Python Distributed Tracing & Metrics Sensor for Instana
`tracing_is_off` function is also widely used in almost every instrumentation and it only returns whether the tracer is ready to record a new span or not. As I already explained...
### Problem Description Hello, Right now the OTEL documentation tells users to customize the span type by setting `kind` in the `tracer.start_span` function; however, this does not work with Instana....
### Problem Description The standard open telemetry documentation includes the following snippet for trace propagation: ```python from opentelemetry import context as opentelemetry_context from opentelemetry.trace.propagation.tracecontext import TraceContextTextMapPropagator carrier = {} TraceContextTextMapPropagator().inject(carrier)...
Hello, I am working on instrumenting an application with instana and I was really confused on why the `kind` argument was not working for setting span kinds. I then realized...
Executes Ruff as linter tool to check code pattern. Signed-off-by: Paulo Vital