summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorWill Holley <willholley@apache.org>2023-03-13 16:48:15 +0000
committerWill Holley <will.holley@uk.ibm.com>2023-03-31 16:28:48 +0100
commitbef20f3571847fa3a3dbdc6b2591ad38f75dd215 (patch)
tree0626b8705a11d22a23aaf2d8fb8bb42d476ec888 /.devcontainer
parentd1412552f4a88df3b783199a61030568973b152f (diff)
downloadcouchdb-bef20f3571847fa3a3dbdc6b2591ad38f75dd215.tar.gz
feat (prometheus): metrics for individual message queues
The `_prometheus` endpoint today includes size/min/max metrics across all message queues. This adds a new metric - `erlang_message_queue_size{queue_name="<name>"}` which tracks the size of individual message queues. This could replace the previous metrics since those can be derived from the new metric by prometheus, but I've left them in place for compatibility.
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index a14b7b1e6..5e577d96d 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -26,4 +26,4 @@
"postCreateCommand": "./configure && make",
"extensions": ["erlang-ls.erlang-ls"]
-}
+} \ No newline at end of file