Thayne McCombs

Results 114 issues of Thayne McCombs

### Your Feature Request The redirect actions have a "drop-query" option to drop the query when using the `prefix` method to, but I want the opposite. I want to preserve...

type: feature

This returns true if all globs in the set match the supplied file. Fixes: #2869

To simplify getting the whole match from Captures Fixes #1146

See https://github.com/DataDog/dd-trace-java/blob/51d3ceee8d9a211160df9b0e43d233d7f115fc1a/dd-java-agent/agent-otel/otel-shim/src/main/java/datadog/opentelemetry/shim/trace/OtelTracer.java#L24 Unlike in the [opentracing tracer](https://github.com/DataDog/dd-trace-java/blob/51d3ceee8d9a211160df9b0e43d233d7f115fc1a/dd-java-agent/instrumentation/opentracing/api-0.31/src/main/java/datadog/trace/instrumentation/opentracing31/OTTracer.java#L44) we pass `SPAN_KIND_INTERNAL` as the operationName to the delegate tracer, instead of the span name passed in to `spanBuilder`. Then passes the `spanName`...

type: question
inst: opentelemetry