You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure if this is a feature request or lack of documentation/examples that show this, but I'm trying to control the operation that's passed on Datadog APM. It appears that this value is always static and not configurable, but it is a field that's meant to be configurable from a Datadog APM perspective. As an example, if you auto instrument a Java webservice with the trace agent you'll end up with multiple operations, some examples are servlet.request, redis, grpc.client, etc. I'm interested in configuring something similar to that from this rust library.
What component are you working with?
opentelemetry-datadog
Describe the solution you'd like:
Controllable, or instructions on how to control, the operation field.
Considered Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
It's tricky, because require deep dive into source code and docs of tracing, tracing_subscriber, tracing_opentelemetry and opentelemetry crates. For my case tracing -> tracing_subscriber -> tracing_opentelemetry -> opentelemetry -> opentelemetry_datadog I use traces like this:
Related Problems?
Reference: https://github.com/open-telemetry/opentelemetry-rust-contrib/blob/main/opentelemetry-datadog/src/exporter/mod.rs#L312C14-L312C35
I'm unsure if this is a feature request or lack of documentation/examples that show this, but I'm trying to control the
operation
that's passed on Datadog APM. It appears that this value is always static and not configurable, but it is a field that's meant to be configurable from a Datadog APM perspective. As an example, if you auto instrument a Java webservice with the trace agent you'll end up with multipleoperations
, some examples areservlet.request
,redis
,grpc.client
, etc. I'm interested in configuring something similar to that from this rust library.What component are you working with?
opentelemetry-datadog
Describe the solution you'd like:
Controllable, or instructions on how to control, the operation field.
Considered Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: