We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0881c4 commit 813e5b9Copy full SHA for 813e5b9
tests/runtime/data/prometheus_textfile/metrics.prom
@@ -0,0 +1,4 @@
1
+# HELP http_requests_total The total number of HTTP requests.
2
+# TYPE http_requests_total counter
3
+http_requests_total{method="post",code="200"} 1027
4
+http_requests_total{method="post",code="400"} 3
0 commit comments