-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgnmic.yaml
executable file
·40 lines (35 loc) · 1.05 KB
/
gnmic.yaml
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
31
32
33
34
35
36
37
38
39
# © 2022 Nokia.
#
# This code is a Contribution to the gNMIc project (“Work”) made under the Google Software Grant and Corporate Contributor License Agreement (“CLA”) and governed by the Apache License 2.0.
# No other rights or licenses in or to any of Nokia’s intellectual property are granted for any other purpose.
# This code is provided on an “as is” basis without any warranties of any kind.
#
# SPDX-License-Identifier: Apache-2.0
username: admin
password: NokiaSrl1!
skip-verify: true
log: true
loader:
type: docker
filters:
- containers:
- label=clab-node-kind: srl
label=containerlab: collectors
subscriptions:
# Add subscriptions configuration here
# e.g:
sub1:
paths:
- srl_nokia-interfaces:/interface
stream-mode: sample
sample-interval: 10s
encoding: json_ietf
outputs:
prom-output:
type: prometheus
listen: "clab-collectors-gnmic:9804"
gnmi-cache: true
debug: true
strings-as-labels: true
service-registration:
address: clab-collectors-consul-agent:8500