Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Commit ba54fa7

Browse files
committed
update example content
1 parent 0078252 commit ba54fa7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ So there is an application for example let us consider it to be a web server. I
5050
I set prometheus up and expose my web server accessible for the frontend or other client to use.
5151

5252

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
5454

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
5656

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
5858

5959
The user can control the frequency at which metrics are scraped by prometheus
6060

0 commit comments

Comments
 (0)