aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/src/main/application/services.xml
blob: 7d1b1855c149bd46f301394c8aea4131c657e906 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright Yahoo. 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>