dropwizard-prometheus icon indicating copy to clipboard operation
dropwizard-prometheus copied to clipboard

Dropwizard bundle and reporter for Prometheus

Results 6 dropwizard-prometheus issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-java](https://togithub.com/actions/setup-java) | action | major | `v3` -> `v4` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | ---...

I would like to expose metrics via PrometheusBundle, but using different mapping of even different env (not admin). Maybe it could be somehow configured or class PrometheusServlet made public?

https://github.com/dhatim/dropwizard-prometheus/blob/a2b50995356ad610ab07622ad53036e5ffdce89c/src/main/java/org/dhatim/dropwizard/prometheus/PrometheusReporter.java#L187 seems need close the Connection after flushing data, if we don't do that, data will not send to prometheus.

Im getting a lot of Invalid type for Gauge jvm.attribute.name: java.lang.String Invalid type for Gauge jvm.threads.deadlocks: java.util.Collections$EmptySet Invalid type for Gauge jvm.attribute.vendor: java.lang.String Similar to https://github.com/prometheus/client_java/issues/250 Is that due to...