Commit 4a1e84ba authored by lucperkins's avatar lucperkins

Change grep logic

Signed-off-by: 's avatarlucperkins <lucperkins@gmail.com>
parent 0a01d8e3
......@@ -57,7 +57,7 @@ go_gc_duration_seconds{quantile="0.5"} 5.846e-05
Success! The Node Exporter is now exposing metrics that Prometheus can scrape, including a wide variety of system metrics further down in the output (prefixed with `node_`). To view those metrics (along with help and type information):
```bash
curl http://localhost:9100/metrics | grep "node_*"
curl http://localhost:9100/metrics | grep "node_"
```
## Configuring your Prometheus instances
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment