Closed ptrdom closed 1 year ago
Currently we are building agent-for-testing on our own with change to AggregationTemporality rolled back from delta to cumulative.
agent-for-testing
AggregationTemporality
delta
cumulative
We proposed to make this configurable in https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7902, let's see how it goes and keep in mind follow-up actions based on outcome.
The PR that allows configuring the aggregation temporality was merged: https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/7904/files
It should be ready to use in otel 1.24 version
Currently we are building
agent-for-testing
on our own with change toAggregationTemporality
rolled back fromdelta
tocumulative
.We proposed to make this configurable in https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/7902, let's see how it goes and keep in mind follow-up actions based on outcome.