Skip to content

Instantly share code, notes, and snippets.

@IngussNeilands
Created November 6, 2017 12:03
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