Created
November 6, 2017 12:03
-
-
Save IngussNeilands/baa4eff575504aae43e2bc039d83d6d3 to your computer and use it in GitHub Desktop.
prometheus queries
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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