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

API Client: Support new metadata endpoint in v1 #718

Merged
merged 4 commits into from Feb 28, 2020

Commits on Feb 26, 2020

  1. API Client: Support new metadata endpoint in v1

    Introduces support for the new metadata endpoint from Prometheus. The new endpoint provides information independent of targets and collapses the unique combinations of HELP, TYPE and UNIT.
    
    Fixes prometheus#705
    
    Signed-off-by: gotjosh <josue@grafana.com>
    gotjosh committed Feb 26, 2020
    Copy the full SHA
    7f509dc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Update api/prometheus/v1/api_test.go

    Co-Authored-By: Tobias Guggenmos <tguggenm@redhat.com>
    Signed-off-by: gotjosh <josue@grafana.com>
    gotjosh and slrtbtfs committed Feb 27, 2020
    Copy the full SHA
    bd79fe1 View commit details
    Browse the repository at this point in the history
  2. Update api/prometheus/v1/api_test.go

    Co-Authored-By: Tobias Guggenmos <tguggenm@redhat.com>
    Signed-off-by: gotjosh <josue@grafana.com>
    gotjosh and slrtbtfs committed Feb 27, 2020
    Copy the full SHA
    7810669 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Address review feedback

    Signed-off-by: gotjosh <josue@grafana.com>
    gotjosh committed Feb 28, 2020
    Copy the full SHA
    2463b8e View commit details
    Browse the repository at this point in the history