Gary Brown
Gary Brown
Provide rules for the https://github.com/opentracing-contrib/java-elasticsearch-client integration.
Provide agent rules for the https://github.com/opentracing-contrib/java-rabbitmq-client integration.
Provide agent rules for the https://github.com/opentracing-contrib/java-jaxrs integration.
Related to comment: https://github.com/opentracing-contrib/java-agent/pull/1#discussion_r104485993 Initially applies to spans created by `HttpURLConnection` instrumentation rules, but may also be applicable to other framework integrations.
Interest from microprofile.io in a default Logging Tracer: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/microprofile/YxKba36lye4/iVmu6WOoAwAJ (bullet point 2) that can be easily switched to other Tracer implementations without code change - hence this PR to provide...
Wondering whether the following metrics labels should be included as standard: `version` - provides the version identifier associated with the service - makes it possible to compare metrics across different...
Currently when metric labels result in a null value, it is used to indicate the metric should not be recorded (reported). However there is also a requirement to support 'optional'...
Update the documentation to describe how the project relates to API extensions (with metrics observer) and how Spring auto-config approach can be used.
The `TracerConverter` implementation should automatically decorate a resolver `Tracer` with the metrics capability. One issue to consider is how best to obtain the `MetricsReporter` implementation and how it will be...