Skip to content

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

Notifications You must be signed in to change notification settings

LukoJy3D/metricsure

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published