John Watson
John Watson
I got something sort-of working: https://github.com/open-telemetry/opentelemetry-java/pull/3394
`--only span` ends up removing attributes that are marked as type: event. Is there a way to get event and span types, without pulling in resource attributes?
> `--only span` ends up removing attributes that are marked as type: event. Is there a way to get event and span types, without pulling in resource attributes? See https://github.com/open-telemetry/opentelemetry-java/pull/4938...
I think things that are a strict SDK responsibility (bucket definitions for example) should not end up being referenced in an annotation, since the annotations should be a pure API...
At the moment, all configuration of how histograms work (and metrics aggregations in general) is the responsibility of the application _operator_ via SDK configuration, and is not a concern assigned...
> Thanks a lot for the explanation, this makes sense. In that case the annotations would be quite simple, as they only provide configuration options for the metric name and...
I'd like to see before/after benchmarks for a variety of cases before changing this.
what is the motivation for this PR?
@runningcode this PR needs a rebase, and we'd need you to sign the CLA in order to accept this work.
I approve of putting this in a separate interface. But, we should provide documentation on how someone could use this, as well.