Skip to content

Instantly share code, notes, and snippets.

@IngussNeilands
Created November 6, 2017 12:03
Show Gist options
  • Save IngussNeilands/baa4eff575504aae43e2bc039d83d6d3 to your computer and use it in GitHub Desktop.
Save IngussNeilands/baa4eff575504aae43e2bc039d83d6d3 to your computer and use it in GitHub Desktop.
prometheus queries
# Count metrics that have received samples in the last 5 minutes:
topk(100, count by (__name__, job)({__name__=~".+"}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment