Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prometheus/client_java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: prometheus/client_java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jay-histo-example
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 6, 2026

  1. Add GC pause duration histogram

    Signed-off-by: gniadeck <[email protected]>
    gniadeck authored and zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    ff3ece3 View commit details
    Browse the repository at this point in the history
  2. align gc label name with opentelemetry spec

    Signed-off-by: gniadeck <[email protected]>
    gniadeck authored and zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    b2e2af3 View commit details
    Browse the repository at this point in the history
  3. simplification, spotless fixes

    Signed-off-by: gniadeck <[email protected]>
    gniadeck authored and zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    6423922 View commit details
    Browse the repository at this point in the history
  4. align naming with opentelemetry semantic conventions

    Signed-off-by: gniadeck <[email protected]>
    gniadeck authored and zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    683150b View commit details
    Browse the repository at this point in the history
  5. Label test and migration to opentelemetry naming

    Signed-off-by: gniadeck <[email protected]>
    gniadeck authored and zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    298717f View commit details
    Browse the repository at this point in the history
  6. Add useOtelMetrics to MetricsProperties

    Signed-off-by: gniadeck <[email protected]>
    gniadeck authored and zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    c5d1b90 View commit details
    Browse the repository at this point in the history
  7. Add type info to remove compilation warning

    Signed-off-by: gniadeck <[email protected]>
    gniadeck authored and zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    94ac2d6 View commit details
    Browse the repository at this point in the history
  8. apply spotless

    Signed-off-by: gniadeck <[email protected]>
    gniadeck authored and zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    2f73e11 View commit details
    Browse the repository at this point in the history
  9. add unit to jvm gc histogram, improve isOtelMetric handling, add otel…

    …OptIn metric property
    
    Signed-off-by: gniadeck <[email protected]>
    gniadeck authored and zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    5d925cc View commit details
    Browse the repository at this point in the history
  10. remove attribute opt-in

    Signed-off-by: Gregor Zeitlinger <[email protected]>
    zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    d0e8172 View commit details
    Browse the repository at this point in the history
  11. rename use_otel_metrics to use_otel_semconv and change from boolean t…

    …o list
    
    Replace the boolean property with a comma-separated list of OTel metric
    names, giving users fine-grained control over which metrics use
    OpenTelemetry Semantic Conventions. Use "*" to enable all metrics.
    
    Signed-off-by: Gregor Zeitlinger <[email protected]>
    zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    447d0a3 View commit details
    Browse the repository at this point in the history
  12. lint

    Signed-off-by: Gregor Zeitlinger <[email protected]>
    zeitlinger committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    20cc588 View commit details
    Browse the repository at this point in the history
  13. example

    Signed-off-by: Jay DeLuca <[email protected]>
    jaydeluca committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    ef939eb View commit details
    Browse the repository at this point in the history
Loading