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

use global metric registry #128

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

use global metric registry #128

wants to merge 15 commits into from

Commits on Jul 24, 2019

  1. use global metric registry

    Use the global REGISTRY, in order : 
    1) add exporter runtime metrics (fix  pryorda#9 )
    2) add more metrics later (collection time for each object type)
    
    This patch is intended to expose internal metrics on `/metrics` only for the default section (so people with multiple sections `?section=something` don't get duplicate metrics).
    finkr authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    601ec14 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. fix /metrics matching

    finkr committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    9c03820 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

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

Commits on Dec 1, 2019

  1. Configuration menu
    Copy the full SHA
    27ec6b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8912ac8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

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

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    4df27fd View commit details
    Browse the repository at this point in the history
  2. avoid re-registering metrics on 2nd run

    and declare metrics
    vmware_exporter_build_info{version="..."}
    Frank Lin Piat committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    106f174 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Exporting exporter metrics is configurable

    use exporter_metrics in configuration file
    finkr committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    8c49faf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6185d60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0db3024 View commit details
    Browse the repository at this point in the history
  4. fix flake8 warnings

    finkr committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    53bdbd4 View commit details
    Browse the repository at this point in the history
  5. fix old flake8 warning

    E302 expected 2 blank lines
    finkr committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    a509e07 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

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

Commits on Nov 11, 2021

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