zio-metrics-connectors
zio-metrics-connectors copied to clipboard
Monitoring, Metrics and Diagnostics for ZIO
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...