How to expose Jaeger custom metrics? #3288
-
I saw at https://github.com/jaegertracing/jaeger-client-go/blob/master/metrics.go that there are several ready-to-go good metrics available. How is the proper way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The mechanism is not designed to be extended with custom metrics. If you want your own span-based metrics you can implement span observer (see https://github.com/jaegertracing/jaeger-client-go/tree/master/rpcmetrics) |
Beta Was this translation helpful? Give feedback.
The mechanism is not designed to be extended with custom metrics. If you want your own span-based metrics you can implement span observer (see https://github.com/jaegertracing/jaeger-client-go/tree/master/rpcmetrics)