From 89d1221217e13ad83193094a7cffc1df77ef12b5 Mon Sep 17 00:00:00 2001 From: Joe Adams Date: Thu, 9 Jan 2020 12:08:41 -0500 Subject: [PATCH] Fix typo in prometheus monitoring docs (#8780) --- docs/metrics/prometheus/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/metrics/prometheus/README.md b/docs/metrics/prometheus/README.md index 7daa22785..f5d5348fa 100644 --- a/docs/metrics/prometheus/README.md +++ b/docs/metrics/prometheus/README.md @@ -120,7 +120,7 @@ The list of metrics and its definition are as follows. (NOTE: instance here is o - standard go runtime metrics prefixed by `go_` - process level metrics prefixed with `process_` -- prometheus scrap metrics prefixed with `promhttp_` +- prometheus scrape metrics prefixed with `promhttp_` - `disk_storage_used` : Disk space used by the disk. - `disk_storage_available`: Available disk space left on the disk.