eclipse / microprofile-telemetry

microprofile telemetry
Apache License 2.0
16 stars 16 forks source link

Metrics TCK: support Meter injection #145

Closed Emily-Jiang closed 3 weeks ago

Emily-Jiang commented 7 months ago

Description

As a:

...I need to be able to:

Inject the OpenTelemetry Meter via @Inject Meter meter

...which enables me to:

easily obtain the Meter object and then get hold of Counter, Histogram etc.