Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert client_java to OpenMetrics #615

Merged
merged 11 commits into from
Jan 25, 2021
Merged

Convert client_java to OpenMetrics #615

merged 11 commits into from
Jan 25, 2021

Commits on Jan 18, 2021

  1. Add support for OM Units, and Counter naming.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    819a857 View commit details
    Browse the repository at this point in the history
  2. Get basic OM rendering working with HttpServer.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    6847f9f View commit details
    Browse the repository at this point in the history
  3. Update and add tests and code for _total handling.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    99e209d View commit details
    Browse the repository at this point in the history
  4. Get all the http servers working with OM.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    d4f32a2 View commit details
    Browse the repository at this point in the history
  5. Add OM output tests.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    706672a View commit details
    Browse the repository at this point in the history
  6. Add handling for gsum/gcount/created in Prometheus exposition format.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    801f91e View commit details
    Browse the repository at this point in the history
  7. Add _created for direct instrumentation.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    5c0d1e7 View commit details
    Browse the repository at this point in the history
  8. Add support for Enumeration.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    92d34e3 View commit details
    Browse the repository at this point in the history
  9. Add support for Info metrics

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    37fa7fb View commit details
    Browse the repository at this point in the history
  10. Make jvm_info use an Info. UNTYPED -> UNKNOWN.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 18, 2021
    3 Configuration menu
    Copy the full SHA
    784db17 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Address code review comments.

    Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
    brian-brazil committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    cf018d1 View commit details
    Browse the repository at this point in the history