summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(