Skip to content

Commit 813e5b9

Browse files
committed
tests: runtime: in_prometheus_textfile: add data .prom file
Signed-off-by: Eduardo Silva <[email protected]>
1 parent a0881c4 commit 813e5b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)