Fabian Stäber

Results 301 comments of Fabian Stäber
trafficstars

Sorry for the delay. I put this on my TODO list, but I would like to get Exemplars done first before I look into Dropwizard. I will get back to...

My understanding is that the Micrometer API already allows users to have different label names for the same metric, but currently this leads to internal exceptions when you use Micrometer...

The `LocalByteArray` was introduced for gzip support if the client supports gzip compression. I'm not sure if it is a problem to keep the Byte array between two polls. The...

Thanks @gvisco and @dhoard, I appreciate the conversation as well. And even though I am a maintainer that doesn't mean that my opinion is always correct :) Anyway, if your...

I'm not sure why you need a custom timestamp. What's missing if you just observe the data whenever the batch job runs?

If your goal is to forward a metric from another metric source, you'll need to implement a `Collector` that collects the metrics from that metric source and returns it as...

Isn't it this one? Or am I confusing things? https://github.com/prometheus/client_java/tree/main/simpleclient_servlet_jakarta

I think it makes sense to expose metrics on only one path, defaulting to `/metrics`. However, it would be a breaking change. We can do breaking changes with rel 1.0...

Thanks a lot for the PR. My understanding is that the root cause for the Exception is a bug in how `Alluxio` uses Dropwizard, resulting in invalid metrics. The question...