From 6ab413ab41a8b21e379adaada0eac46d131423d7 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Tue, 10 Mar 2020 13:02:41 -0700 Subject: [PATCH] Docs: Update getting_started.md (#6955) * Update getting_started.md Signed-off-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> --- docs/getting_started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 3eb404c20..cfc77b50b 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -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