mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Docs: Update getting_started.md (#6955)
* Update getting_started.md Signed-off-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
parent
6029fa0b1b
commit
6ab413ab41
|
@ -81,13 +81,12 @@ navigating to its metrics endpoint:
|
|||
|
||||
Let us try looking at some data that Prometheus has collected about itself. To
|
||||
use Prometheus's built-in expression browser, navigate to
|
||||
http://localhost:9090/graph and choose the "Console" view within the "Graph"
|
||||
tab.
|
||||
http://localhost:9090/graph and choose the "Console" view within the "Graph" tab.
|
||||
|
||||
As you can gather from [localhost:9090/metrics](http://localhost:9090/metrics),
|
||||
one metric that Prometheus exports about itself is called
|
||||
`prometheus_target_interval_length_seconds` (the actual amount of time between
|
||||
target scrapes). Go ahead and enter this into the expression console:
|
||||
target scrapes). Go ahead and enter this into the expression console and then click "Execute":
|
||||
|
||||
```
|
||||
prometheus_target_interval_length_seconds
|
||||
|
|
Loading…
Reference in a new issue