Created
December 28, 2018 06:49
-
-
Save chanjarster/ae4b092d59fea9c7dc316e18cf7b56c7 to your computer and use it in GitHub Desktop.
Prometheus mock data
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
# HELP x fake metric | |
# TYPE x gauge | |
x 1 | |
--- | |
# HELP x fake metric | |
# TYPE x gauge | |
x 2 | |
--- | |
# HELP x fake metric | |
# TYPE x gauge | |
x 3 | |
--- | |
# HELP x fake metric | |
# TYPE x gauge | |
x 4 | |
--- | |
# HELP x fake metric | |
# TYPE x gauge | |
x 5 | |
--- | |
# HELP x fake metric | |
# TYPE x gauge | |
x 6 | |
--- | |
# HELP x fake metric | |
# TYPE x gauge | |
x 7 | |
--- | |
# HELP x fake metric | |
# TYPE x gauge | |
x 8 | |
--- | |
# HELP x fake metric | |
# TYPE x gauge | |
x 9 | |
--- | |
# HELP x fake metric | |
# TYPE x gauge | |
x 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment