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

Metrics: Add push client to push metrics to endpoint #3762

Merged

Commits on Jul 22, 2020

  1. Metrics: Add push client to push metrics to endpoint

    Creates a push client that will be used to push metrics to
    Prometheus Aggregation Gateway. The client can be used for
    any type of Gateway and it takes in the URL and the HTTP Client
    that would have all the necessary information(authentication)
    required to push to the gateway.
    
    Configured to take in Prometheus Objects for pushing to gateway.
    https://github.com/prometheus/client_golang/tree/master/prometheus
    rna-afk committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    fa99646 View commit details
    Browse the repository at this point in the history
  2. vendor: Add prometheus push client dependencies

    Added additional prometheus push client dependencies that are
    required to push.
    rna-afk committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    3dec684 View commit details
    Browse the repository at this point in the history