You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,11 @@ So there is an application for example let us consider it to be a web server. I
50
50
I set prometheus up and expose my web server accessible for the frontend or other client to use.
51
51
52
52
53
-
At 11:00 PM when I make my web server open to consumption. Prometheus scrapes the count metric and stores the value as 0
53
+
At 11:00 PM when I make the server open to consumption. Prometheus scrapes the count metric and stores the value as 0
54
54
55
-
By 11:01 PM one request is processed by my web server . The instrumentation logic in my code makes the count to 1. When prometheus scraps the metric the value of count is 1 now
55
+
By 11:01 PM one request is processed. The instrumentation logic in my code makes the count to 1. When prometheus scraps the metric the value of count is 1 now
56
56
57
-
By 11:02 PM two requests are processed by my web server and the request count is 1+2 = 3 now. Similarly metrics are scraped and stored
57
+
By 11:02 PM two requests are processed and the request count is 1+2 = 3 now. Similarly metrics are scraped and stored
58
58
59
59
The user can control the frequency at which metrics are scraped by prometheus
0 commit comments