Simple github action to validate metric existence with specific labels and values against prometheus like endpoint.
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.
invalid_values
- List of values that did not return any metrics from the endpoint.