client_java icon indicating copy to clipboard operation
client_java copied to clipboard

Prometheus instrumentation library for JVM applications

Results 173 client_java issues
Sort by recently updated
recently updated
newest added

When you use the search facility on the [documentation page](http://prometheus.github.io/client_java/) the results are found, but the links lead to 404 pages. To replicate: 1. Browse to http://prometheus.github.io/client_java/ 2. Enter CollectorRegistry...

I'm experiencing intermittent failure of HistogramTest.testTimeWithExemplar in simpleclient. I thought it was due to my changes to support multi target pattern but it happens to a fresh cloned main branch...

I use DropwizardExports to publish Dropwisard metrics to Prometheus PushGateway. I need to set custom labels for the exported metrics (e.g. environment details). The API does not allow to configure...

Hi, our team has inherited a project in which Spring Boot version 2.3.12.RELEASE was used. After upgrading to the latest Spring Boot minor release 2.7.14 the following error occurred during...

Hi, I have an existing Spring Boot 2.7.14 application where metrics are collected with Dropwizard. I don't plan to migrate to MicroMeter in the short term so I cannot use...

I have such a problem: I'd like to customize an Endpoint just like PrometheusScrapeEndpoint which when I access this Endpoint, it returns me a specific group of Collector result. I'd...

![screenshot_2023-07-21_17:58:07_187451879](https://github.com/prometheus/client_java/assets/330535/68aada3d-f55b-4a7b-90be-222481f0ec79) ![screenshot_2023-07-21_17:58:16_644549869](https://github.com/prometheus/client_java/assets/330535/9f8dc92e-c9aa-40b6-8fda-a0f7e98560ba) ![screenshot_2023-07-21_17:58:22_714020478](https://github.com/prometheus/client_java/assets/330535/5e439ac5-3c5c-4d40-a4cd-6737c2c82dfd)

![image](https://github.com/prometheus/client_java/assets/41051961/54bb4bea-5a23-4090-80e9-625f75990100) io.prometheus simpleclient 0.16.0 io.prometheus simpleclient_hotspot 0.16.0 io.prometheus simpleclient_httpserver 0.16.0 io.prometheus simpleclient_pushgateway 0.16.0

My prometheus(2.33.4) request metrics got "expected label name, got \"BCLOSE\"", I try update response content `{a="1", }` to `{a="1"}` then the problem fixed.

In the current state, the connection and read timeout are set to 10 seconds, and there is no possibility to change it. My use case involves applications that run for...

enhancement