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

In case of server-side sampling, it is necessary to let the sampler know that certain spans should not be dropped because their traceId/spanId were used to create Exemplars. Right now,...

Currently, in Prometheus client, we don't have metrics aggregations, the exposed metrics data is the origin data. For a example: ``` Counter c = Counter.build("metrics_name", "help").labelNames("cluster", "namespace", "topic").create(); c. labels("a1",...

Bumps vertx-web from 4.3.1 to 4.3.8. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.vertx:vertx-web&package-manager=maven&previous-version=4.3.1&new-version=4.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Just a small typo fix in README.md @fstab @tomwilkie

jmx exporter not working through exporter_exporter [issues](https://github.com/prometheus/jmx_exporter/issues/621#issuecomment-1259535351) I get error while processing this metric from client_java: https://github.com/prometheus/client_java/blame/bdc6f2507a81029c1aec6cd8b5276661bb6c7ee1/simpleclient_hotspot/src/main/java/io/prometheus/client/hotspot/VersionInfoExports.java#L31-L32 metric type Gauge have suffix "_info" [OpenMetrics/suffixes](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#suffixes) [OpenMetrics/info](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md#info-1) [prometheus_Python_client/implementation](https://github.com/prometheus/client_python/blob/f81891f57bf3d20a9bb87ea62b6c6b4a6c06f803/prometheus_client/openmetrics/parser.py#L470-L471) Can you help fix...

When I just call `./mvnw verify` in the repo the build ends with the following error: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project simpleclient_tracer_common: Compilation failure: Compilation...

The simpleclient_hotspot library observes metrics about Java applications using Java's old MX bean architecture (JMX). Java versions 14+ offer a newer better way to observe these types of metrics about...

If we have many pods, we can't change environment variables / yamls for the same to set this variable. Is there any java api to set this PROMETHEUS_DISABLE_CREATED_SERIES Reference Environment...

Bumps [spring-web](https://github.com/spring-projects/spring-framework) from 4.3.30.RELEASE to 6.0.0. Release notes Sourced from spring-web's releases. v6.0.0 See What's New in Spring Framework 6.x and Upgrading to Spring Framework 6.x for upgrade instructions and...

dependencies