Skip to content

Commit 5d4d615

Browse files
yolossnRichiH
andauthored
Update content/docs/introduction/overview.md
Co-authored-by: Richard Hartmann <[email protected]>
1 parent c788046 commit 5d4d615

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

content/docs/introduction/overview.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ Prometheus's main features are:
4040
In layperson terms, metrics are numeric measurements, time series mean that changes are recorded over time. What users want to measure differs from application to application. For a web server it might be request times, for a database it might be number of active connections or number of active queries etc.
4141

4242
Metrics play an important role in understanding why your application is working in a certain way. Lets assume you are running a web application and find that the application is slow. You will need some information to find out what is happening with your application. For example the application can become slow when the number of requests are high. If you have the request count metric you can spot the reason and increase the number of servers to handle the load.
43-
44-
Whenever you are defining the metrics for your application you must put on your detective hat and ask this question what all information will be important for me to debug if any issue occurs in my application?
45-
4643
### Components
4744

4845
The Prometheus ecosystem consists of multiple components, many of which are

0 commit comments

Comments
 (0)