mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-18 18:25:24 -05:00
docs(): fix gettingStarted outdated graph reference
/graph does NOT exist anymore in the new React app. It has been refactored within /query Signed-off-by: dancer1325 <alfredotic0809@gmail.com>
This commit is contained in:
parent
594f9d63a5
commit
a14faab435
1 changed files with 2 additions and 2 deletions
|
|
@ -79,7 +79,7 @@ navigating to its metrics endpoint:
|
|||
|
||||
Let us explore data that Prometheus has collected about itself. To
|
||||
use Prometheus's built-in expression browser, navigate to
|
||||
http://localhost:9090/graph and choose the "Table" view within the "Graph" tab.
|
||||
http://localhost:9090/query and choose the "Graph" tab.
|
||||
|
||||
As you can gather from [localhost:9090/metrics](http://localhost:9090/metrics),
|
||||
one metric that Prometheus exports about itself is named
|
||||
|
|
@ -113,7 +113,7 @@ For more about the expression language, see the
|
|||
|
||||
## Using the graphing interface
|
||||
|
||||
To graph expressions, navigate to http://localhost:9090/graph and use the "Graph"
|
||||
To graph expressions, navigate to http://localhost:9090/query and use the "Graph"
|
||||
tab.
|
||||
|
||||
For example, enter the following expression to graph the per-second rate of chunks
|
||||
|
|
|
|||
Loading…
Reference in a new issue