Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 949 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 949 Bytes

Stand With Ukraine Test metricsure Star on GitHub

metricsure

Simple github action to validate metric existence with specific labels and values against prometheus like endpoint.

Inputs

  • endpoint - Prometheus like endpoint to query metrics from.
  • metric - Metric name to query. (Currently only supports single metric)
  • label - Label name to query. (Currently only supports single label)
  • values - Label values to query.

Outputs

invalid_values - List of values that did not return any metrics from the endpoint.