summaryrefslogtreecommitdiffstats
path: root/node-admin/src/main/application/services.xml
diff options
context:
space:
mode:
Diffstat (limited to 'node-admin/src/main/application/services.xml')
-rw-r--r--node-admin/src/main/application/services.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/node-admin/src/main/application/services.xml b/node-admin/src/main/application/services.xml
new file mode 100644
index 00000000000..d1ea4f2b2ff
--- /dev/null
+++ b/node-admin/src/main/application/services.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
+<services version="1.0" xmlns:preprocess="properties">
+ <container id="node-admin" version="1.0">
+ <!-- Please update container test when changing this file -->
+ <accesslog type="json" fileNamePattern="logs/vespa/node-admin/access-json.log.%Y%m%d%H%M%S" symlinkName="access-json.log" compressOnRotation="true" compressionType="zstd" bufferSize='262144' queueSize='1024'/>
+
+ <component id="metrics" class="com.yahoo.vespa.hosted.node.admin.container.metrics.Metrics" bundle="node-admin"/>
+
+ <preprocess:include file="variant.xml" required="false"/>
+ </container>
+</services>