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

Add support for Prometheus exporter #4479

Merged
merged 17 commits into from Oct 31, 2023
Merged

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    e3be42e View commit details
    Browse the repository at this point in the history
  2. Actually add Prometheus handler

    Wow that was embarrassing
    punya committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4875a19 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Use explicit registerer

    punya committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c98c1bd View commit details
    Browse the repository at this point in the history
  2. Shut down exporters in tests

    punya committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bc13628 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    11ef2b3 View commit details
    Browse the repository at this point in the history
  2. Cosmetic changes

    punya committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2079e52 View commit details
    Browse the repository at this point in the history
  3. Import ordering

    punya committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ca2f2ea View commit details
    Browse the repository at this point in the history
  4. Changelog

    punya committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ef95914 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Remove unnecessary TODO

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    punya and pellared committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    73983b8 View commit details
    Browse the repository at this point in the history
  2. Address PR feedback

    punya committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    362104a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02db1cf View commit details
    Browse the repository at this point in the history
  4. Add missing go.mod entry

    punya committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fe78ce2 View commit details
    Browse the repository at this point in the history
  5. Simplify invalid port test

    Co-authored-by: Robert Pająk <pellared@hotmail.com>
    punya and pellared committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e52b7d4 View commit details
    Browse the repository at this point in the history
  6. Add docs

    punya committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    a82cc17 View commit details
    Browse the repository at this point in the history
  7. Remove unused import

    punya committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0116431 View commit details
    Browse the repository at this point in the history
  8. Appease linter

    punya committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    32ee804 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    e877189 View commit details
    Browse the repository at this point in the history