aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/schema-test-files/services-hosted-infrastructure.xml
blob: b1711906086356b6d8901d4664fba8109ab562c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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" application-type="hosted-infrastructure">

  <admin version="4.0">
    <slobroks><nodes count="3" flavor="small"/></slobroks>
    <logservers><nodes count="1" dedicated="true"/></logservers>
    <monitoring systemname="vespa.routing" interval="60" />
    <metrics>
      <consumer id="yamas">
        <metric id="upstreams_generated" />
        <metric id="upstreams_nginx_reloads" />
        <metric id="upstreams_nginx_reloads_succeeded" />
        <metric id="upstreams_configuration_age.last" />
        <metric id="nginx.upstreams.up.last" display-name="nginx.upstreams.up"/>
        <metric id="nginx.upstreams.down.last" display-name="nginx.upstreams.down"/>
      </consumer>
    </metrics>
  </admin>

  <container id="container" version="1.0">
    <nodes count="5" flavor="medium"/>
  </container>

  <content id="search" version="1.0">
    <redundancy>2</redundancy>
    <nodes count="7" flavor="large" groups="12"/>
  </content>

</services>