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

From @shakuzen in https://github.com/micrometer-metrics/micrometer/pull/6644#issuecomment-3203934641: >it seems : does not get converted to _ in 1.4.1 but it did in 1.3.10. Is that change intentional? This breaks the Micrometer build, see...

**Background:** We're using **Spring Boot 3.5.x** with **Micrometer 1.15.2**, and would like to leverage the [`createdTimestamp`](https://prometheus.io/docs/prometheus/latest/feature_flags/) feature introduced behind a feature flag on the Prometheus server. On Prometheus server side...

Some of the io.prometheus packages do not have information in the Maven Central Mirror bucket: https://console.cloud.google.com/storage/browser/maven-central;tab=objects?inv=1&invt=Ab3iqA&prefix=&forceOnObjectsSortingFiltering=false Some few examples are: - [io.prometheus/prometheus-metrics-config](https://console.cloud.google.com/storage/browser/maven-central/maven2/io/prometheus/prometheus-metrics-config;tab=objects?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&inv=1&invt=Ab3iqA&prefix=&forceOnObjectsSortingFiltering=false) - [io.prometheus/prometheus-metrics-core](https://console.cloud.google.com/storage/browser/maven-central/maven2/io/prometheus/prometheus-metrics-core?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&inv=1&invt=Ab3iqA) - [io.prometheus/prometheus-metrics-exposition-formats](https://console.cloud.google.com/storage/browser/maven-central/maven2/io/prometheus/prometheus-metrics-exposition-formats?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&inv=1&invt=Ab3iqA) Among others. A common...