Skip to content

Commit

Permalink
Add explanation for default port
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Jan 12, 2023
1 parent 193be8a commit 4e301e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following example shows you the code you should add. Notice that static conf
./prometheus --config.file=./prometheus.yml
```

1. Confirm that Prometheus is running by navigating to `http://localhost:9090`.
1. Confirm that Prometheus is running by navigating to `http://localhost:9090`. 9090 is the default port, but could change depending on their prometheus installation.

You can see that the node_exporter metrics have been delivered to Prometheus. Next, the metrics will be sent to Grafana.

Expand Down

0 comments on commit 4e301e8

Please sign in to comment.