java-metrics icon indicating copy to clipboard operation
java-metrics copied to clipboard

Results 11 java-metrics issues
Sort by recently updated
recently updated
newest added

I am trying to add metrics to my spring boot app (already working with Jaegar for traces and working with micrometer for standard spring actuators). When I add `compile('io.opentracing.contrib:opentracing-metrics-prometheus-spring-autoconfigure:0.3.0') `...

It would be useful to have a bullet list at the top of the readme listing all artifact IDs and what each of them is for.

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...

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...

Enable `MetricsLabel` to identify whether it is optional. If supported by a `MetricsReporter` implementation, then instead of using a default value associated with a `MetricsLabel`, a label that is marked...

As discussed in https://github.com/opentracing-contrib/java-metrics/issues/1#issuecomment-308471323, it would be good to have an `error.kind` label that provides more detail about the nature of an error (if one occurred). If the span relates...