-
Notifications
You must be signed in to change notification settings - Fork 6
/
metrics_gpb.json
128 lines (128 loc) · 3.36 KB
/
metrics_gpb.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[
{
"basepath" : "Cisco-IOS-XR-infra-statsd-oper:infra-statistics/interfaces/interface/latest/generic-counters",
"spec" : {
"fields" : [
{"name" : "interface_name", "tag" : true},
{"name" : "packets_received"},
{"name" : "bytes_received"},
{"name" : "packets_sent", "track": true},
{"name" : "bytes_sent"},
{"name" : "output_drops"},
{"name" : "output_queue_drops"},
{"name" : "input_drops"},
{"name" : "input_queue_drops"},
{"name" : "input_errors"},
{"name" : "crc_errors"},
{"name" : "input_ignored_packets"},
{"name" : "output_errors"},
{"name" : "output_buffer_failures"},
{"name" : "carrier_transitions"}
]
}
},
{
"basepath" : "Cisco-IOS-XR-mpls-te-oper:mpls-te/tunnels/tunnel-auto-bandwidths/tunnel-auto-bandwidth",
"spec" : {
"fields" : [
{"name" : "tunnel_name", "tag" : true},
{"name" : "highest_bandwidth"},
{"name" : "last_sample_bandwidth"},
{"name" : "samples_collected"},
{"name" : "tunnel_requested_bandwidth"}
]
}
},
{
"basepath" : "Cisco-IOS-XR-qos-ma-oper:qos/interface-table/interface/input/statistics",
"spec" : {
"fields" : [
{"name" : "interface_name", "tag" : true},
{"name" : "policy_name", "tag" : true},
{
"name" : "class_stats",
"fields" : [
{"name" : "class_name", "tag" : true},
{
"name" : "general_stats",
"fields" : [
{"name" : "transmit_packets"},
{"name" : "transmit_bytes"},
{"name" : "total_drop_packets"},
{"name" : "total_drop_bytes"},
{"name" : "total_drop_rate"},
{"name" : "total_transmit_rate"}
]
},
{
"name" : "queue_stats_array",
"fields" : [
{"name" : "queue_id", "tag" : true},
{"name" : "tail_drop_packets"},
{"name" : "tail_drop_bytes"},
{
"name" : "queue_average_length",
"fields" : [
{"name" : "value"},
{"name" : "unit", "tag" : true}
]
},
{"name" : "random_drop_packets"},
{"name" : "random_drop_bytes"},
{"name" : "conform_packets"},
{"name" : "conform_bytes"},
{"name" : "exceed_packets"},
{"name" : "exceed_bytes"}
]
}
]
}
]
}
},
{
"basepath" : "Cisco-IOS-XR-procmem-oper:processes-memory/nodes/node/process-ids/process-id",
"spec" : {
"fields" : [
{"name":"node_name", "tag": true},
{"name":"name", "tag": true},
{"name":"text_seg_size"},
{"name":"data_seg_size"},
{"name":"stack_seg_size"},
{"name":"malloc_size"}
]
}
},
{
"basepath" : "Cisco-IOS-XR-nto-misc-oper:memory-summary/nodes/node/summary",
"spec" : {
"fields" : [
{"name":"node_name", "tag": true},
{"name":"ram_memory"},
{"name":"free_physical_memory"},
{"name":"system_ram_memory"},
{"name":"free_application_memory"}
]
}
},
{
"basepath" : "Cisco-IOS-XR-wdsysmon-fd-oper:system-monitoring/cpu-utilization",
"spec" : {
"fields" : [
{"name":"node_name", "tag": true},
{"name":"total_cpu_one_minute"},
{"name":"total_cpu_five_minute"},
{"name":"total_cpu_fifteen_minute"},
{
"name":"process_cpu",
"fields" : [
{"name":"process_name", "tag": true},
{"name":"process_cpu_one_minute"},
{"name":"process_cpu_five_minute"},
{"name":"process_cpu_fifteen_minute"}
]
}
]
}
}
]