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

Allow filtering metrics by suffix. For example, this can be used to filter out `_created` metrics. There are different ways to configure this, depending on how you expose metrics: ##...

I'm considering to start a release 1.0.0 branch. Rel. 1.0.0 would be an opportunity for breaking changes. I'm creating this ticket to collect some ideas. If you have anything that...

Vertx 4.1.x simpleclient_vertx 0.11.0 (0.10.0-0.7.0) AdoptOpenJDK (build 14.0.2+12) local env jvm (BigSur) mvn compiler plugin source target 1.8 When open metrics in browser I've got Internal Server Error and stack...

Would it make sense to add to Default exporters JVM's Safepoint metrics? `HotspotRuntimeMBean` exposes: * `getSafepointCount()` * `getSafepointSyncTime()` * `getTotalSafepointTIme()` In applications with many threads and long computations, these metrics...

enhancement

I work on an PR on micrometer project for prometheus registry to support examplars. In this PR i have to integrate a new SpanContextSupplier because actual one of prometheus client...

Useful for example, in test assertions, see https://github.com/open-telemetry/opentelemetry-java/pull/3353/files#diff-10589ce2b6c8942193e382b96c566ac748a995454f2d7527b2bb7e762cd520f1R422 @fstab /cc @jseureth

Test build on various OpenJDK versions. Signed-off-by: SuperQ

The current implementation enforces Graphite metric naming patterns, but not all usages of Dropwizard metrics use these patterns, so I've removed the validation to allow a more widespread use.

@njhill @franz1981 @Falland I've finally had time to dig into the various PRs (#445 #459 #460), and what I've done is taken the benchmarks from 460 and used 445 as...

This fixes #676 for me… but there are no tests as I have no idea how to properly test an async servlet responses with Mockito. Doesn't break any of the...