summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holley <will.holley@uk.ibm.com>2023-03-20 18:30:04 +0000
committerWill Holley <will.holley@uk.ibm.com>2023-03-20 18:30:04 +0000
commit72ec2546a470cef87106e91ca5b851a053840a0d (patch)
treecdfb1d55858d36b4c8cf6da4b9df6b6fe5749e3c
parentf7a22d4cd466675986076e24dba3b6ed4db393fc (diff)
downloadcouchdb-prometheus-help.tar.gz
Add units to metrics descriptionsprometheus-help
-rw-r--r--src/couch_prometheus/src/couch_prometheus_server.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch_prometheus/src/couch_prometheus_server.erl b/src/couch_prometheus/src/couch_prometheus_server.erl
index 5e446a914..70c4790ab 100644
--- a/src/couch_prometheus/src/couch_prometheus_server.erl
+++ b/src/couch_prometheus/src/couch_prometheus_server.erl
@@ -134,7 +134,7 @@ get_vm_stats() ->
to_prom(
erlang_memory_bytes,
gauge,
- "size of memory dynamically allocated by the Erlang emulator",
+ "size of memory (in bytes) dynamically allocated by the Erlang emulator",
MemLabels
),
to_prom(