Skip to content

Target release with recent improvements#1834

Description

@zeitlinger

Summary

We should consider targeting a release soon to deliver several valuable improvements that have been completed or are near completion.

Proposed Improvements

馃殌 Performance Enhancement

  • #1794: Improve histogram/summary performance under contention - Significant throughput improvements for high-contention scenarios by striping observationCount across multiple instances. Benchmarks show prometheusClassic improving from ~5,126 ops/s to ~14,624 ops/s (~185% improvement) and prometheusNative from ~3,854 ops/s to ~7,406 ops/s (~92% improvement).

馃搳 Observability

  • #1738: Add GC duration histogram - Introduces jvm_gc_duration_seconds metric to track JVM garbage collection pause durations. Uses OpenTelemetry semantic convention-aligned buckets (0.01, 0.1, 1, 10) with labels for gc name, action, and cause, enabling detailed monitoring of GC behavior and latency spikes.

鈿欙笍 Configuration

  • #1828: Support environment variables in properties - Adds environment variable support for configuration (e.g., IO_PROMETHEUS_EXPORTER_HTTP_SERVER_PORT) while maintaining full backward compatibility. Also introduces snake_case property naming (recommended) while keeping camelCase working.

馃敡 Flexibility

Benefits

These improvements collectively enhance:

  • Performance under high-load scenarios
  • Observability of JVM runtime behavior
  • Configuration flexibility for different deployment environments
  • API flexibility for metric registration

cc @jaydeluca @jack-berg

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions