opentracing-contrib / java-metrics

Apache License 2.0
31 stars 9 forks source link

MetricLabel based on span logs #7

Open pavolloffay opened 7 years ago

pavolloffay commented 7 years ago

Currently, it is not possible to set metric label based on logs associated with span.

Use case: exceptions are usually logged and label might be associated with exception type aka error.kind/error.object. See also https://github.com/opentracing-contrib/java-metrics/issues/1#issuecomment-308471323.

SergeyKudrenko commented 5 years ago

hi there, any news about this issue?

objectiser commented 5 years ago

@SergeyKudrenko would you be interested in contributing a PR for this?

SergeyKudrenko commented 5 years ago

I'm afraid I don't. I have found a workaround for my problem.