Opentelemetry-java: Implement "Named Meters"

Created on 4 Oct 2019  路  3Comments  路  Source: open-telemetry/opentelemetry-java

The "Named Tracers and Meters" RFC (https://github.com/open-telemetry/oteps/blob/master/text/0016-named-tracers.md) has been approved and was added to the specification (open-telemetry/opentelemetry-specification#264).

OpenTelemetry language repositories now need to implement this mechanisms.

Please make sure to also update the documentation if necessary (tracer, meter creation).

This issue is specifically for the implementation of "Named Meters".

Named Tracers are already worked on in https://github.com/open-telemetry/opentelemetry-java/issues/573.

help wanted

Most helpful comment

@z1c0 Would this be a reasonable first contribution? If so I would like to pick up this issue.

All 3 comments

@z1c0 Would this be a reasonable first contribution? If so I would like to pick up this issue.

@ptravers Sure, that would be really helpful!
AFAIK this would be the first implementation of "Named Meters" - so if have questions or input on the specification, please bring those up.

Awesome cheers!

Was this page helpful?
0 / 5 - 0 ratings