zio-metrics-connectors icon indicating copy to clipboard operation
zio-metrics-connectors copied to clipboard

Monitoring, Metrics and Diagnostics for ZIO

Results 15 zio-metrics-connectors issues
Sort by recently updated
recently updated
newest added

Is there a way to provide a prefix for the metrics that get emitted? I'm looking to integrate with the zio-kafka metrics so I don't have control over the code...

#70 deprecated statsdLayer in favor of statsdUDP (while introducing statsdUDS). But only statsdLayer calls MetricsClient.make(statsdHandler(clt)), so the others don't actually do anything.

Using the `PrometheusEncoder` with a label value that contains `"` will result in a parsing error since the double-quote is not escaped in the output. The same is probably true...