aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/metricsconfig/services.xml
blob: 868173bc00ef7fc5f10585050936c0bac98bf425 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services>

    <simple version="1.0">
        <simpleservice hostalias="host2">
            <metric-consumers>
                <consumer name="yamas">
                    <metric name="onlyMine" output-name="user"/>
                </consumer>
            </metric-consumers>
        </simpleservice>

        <simpleservice hostalias="host2">
            <metric-consumers>
                <consumer name="yamas">
                    <metric name="test" output-name="user"/>
                </consumer>
            </metric-consumers>
        </simpleservice>
    </simple>
</services>