summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2023-01-12 10:34:32 +0100
committergjoranv <gv@verizonmedia.com>2023-01-12 10:34:32 +0100
commit09eb510d28fd97601e3ace063dc1f5b85d5f2dec (patch)
tree87a9e711fb34b6fa5a8e096d551b7d99df5f308a /container-core
parentc97f9148dc29f679ae39f2358e13e2e301517f2b (diff)
Put back SERVER_NUM_CONNECTIONS - lost in rebase
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/java/com/yahoo/metrics/ContainerMetrics.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/container-core/src/main/java/com/yahoo/metrics/ContainerMetrics.java b/container-core/src/main/java/com/yahoo/metrics/ContainerMetrics.java
index b5030e9bc39..e64ace652fb 100644
--- a/container-core/src/main/java/com/yahoo/metrics/ContainerMetrics.java
+++ b/container-core/src/main/java/com/yahoo/metrics/ContainerMetrics.java
@@ -44,6 +44,7 @@ public enum ContainerMetrics {
"Current number of threads"),
JETTY_THREADPOOL_QUEUE_SIZE("jdisc.http.jetty.threadpool.queue.size", Unit.THREAD,
"Current size of the job queue"),
+ SERVER_NUM_CONNECTIONS("serverNumConnections", Unit.CONNECTION, "The total number of connections opened"),
HTTPAPI_LATENCY("httpapi_latency", Unit.MILLISECOND, "Duration for requests to the HTTP document APIs"),
HTTPAPI_PENDING("httpapi_pending", Unit.OPERATION, "Document operations pending execution"),