Closed jrouaix closed 6 years ago
@jrouaix sorry for the very late reply!
Metrics are currently not part of the opentracing specification, so we wouldn't add it to this repository without a discussion/approval in the opentracing/specification-repository. Please have a look at that repository and comment on existing issues/create a new issue if you think that this is something that should be added to the specification.
We do have the opentracing-contrib org for language specific additions though. Some C# decorators are being added as a contrib project right now - see https://github.com/opentracing/opentracing-csharp/pull/104 and https://github.com/opentracing-contrib/csharp-decorators.
Oh, lol - that PR is from you. Should have read all PRs / issues before commenting! Sorry! closing this...
Hello.
Starting to use https://github.com/opentracing/opentracing-csharp & https://github.com/jaegertracing/jaeger-client-csharp
I plugged a MetricsFactory just to realize it was tracing tracer internal metrics.
Do you have some plan to implement an easy way to collect user metrics from the OpenTracing stack ? Some decorators around ITracer/ISpan/IScope ? Some composition ? Some middleware of a kind ? Should it be the Tracer implementation responsability ?
Below the ducktape code I used :