eclipse / microprofile-telemetry

microprofile telemetry
Apache License 2.0
16 stars 16 forks source link

Provide a way to trigger MicroProfile Telemetry #15

Closed Emily-Jiang closed 1 year ago

Emily-Jiang commented 2 years ago

Description

As a:

...I need to be able to:

Opt in MicroProfile Telemetry for my JAX-RS applications. I don't want the trace created automatically without my permission.

...which enables me to:

only collect trace when I said yes so there is not much magic. I don't have to find a way to turn them off.

Emily-Jiang commented 1 year ago

done