Commit 630f9eae authored by Arnaud Venturi's avatar Arnaud Venturi Committed by Brian Brazil

Fix underscore escaping in instrumentation.md (#1203)

The Markdown parsing on prometheus.io/docs interprets these two underscores, but I should not. (GitHub does not)

@brian-brazil, I suppose this qualifies as a trivial change.
Signed-off-by: 's avatarArnaud Venturi <arnaud.venturi@rez-gif.supelec.fr>
parent bfb6c04a
......@@ -190,8 +190,8 @@ that large, investigate alternate solutions such as reducing the number of
dimensions or moving the analysis away from monitoring and to a general-purpose
processing system.
To give you a better idea of the underlying numbers, let's look at node_exporter.
node_exporter exposes metrics for every mounted filesystem. Every node will have
To give you a better idea of the underlying numbers, let's look at node\_exporter.
node\_exporter exposes metrics for every mounted filesystem. Every node will have
in the tens of timeseries for, say, `node_filesystem_avail`. If you have
10,000 nodes, you will end up with roughly 100,000 timeseries for
`node_filesystem_avail`, which is fine for Prometheus to handle.
......
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