Auto instrumentation modifying bucket size #10072
|
Is there an environment variable to modify the bucket dimensions for the auto instrumentation? Spent a while trawling documentation but couldn't find anything so just wanted to see if there's something I'm missing. |
Replies: 2 comments 6 replies
|
Buckets can be configured with metrics views as described in https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/incubator either using the configuration file or programmatically using an agent extension https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/examples/extension |
|
Hey @tqi-raurora @laurit is there any idea if |
Buckets can be configured with metrics views as described in https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/incubator either using the configuration file or programmatically using an agent extension https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/examples/extension