python-sensor icon indicating copy to clipboard operation
python-sensor copied to clipboard

:snake: Python Distributed Tracing & Metrics Sensor for Instana

Results 15 python-sensor issues
Sort by recently updated
recently updated
newest added

`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...

enhancement

### 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....

bug

### 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)...

bug

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...

bug
enhancement

Executes Ruff as linter tool to check code pattern. Signed-off-by: Paulo Vital

enhancement
WIP
do NOT merge