forked from boundary/meter-plugin-docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetrics.json
98 lines (98 loc) · 3.07 KB
/
metrics.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
{
"DOCKER_MEMORY_USAGE_BYTES": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker Total memory usage",
"displayName": "Docker Total memory usage",
"displayNameShort": "DK MEM BYTES",
"unit": "bytecount"
},
"DOCKER_MEMORY_LIMIT_BYTES": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker Total memory limit",
"displayName": "Docker Total memory limit",
"displayNameShort": "DK MEM LIMIT BYTES",
"unit": "bytecount"
},
"DOCKER_MEMORY_USAGE_PERCENT": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker memory usage %",
"displayName": "Docker memory usage %",
"displayNameShort": "DK MEM %",
"unit": "percent"
},
"DOCKER_TOTAL_CPU_USAGE": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Total CPU usage",
"displayName": "Docker total cpu usage",
"displayNameShort": "DK TOTAL CPU",
"unit": "percent"
},
"DOCKER_NETWORK_RX_BYTES": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker network i/o RX",
"displayName": "Docker network i/o RX",
"displayNameShort": "DK TOTAL NT RX BYTES",
"unit": "bytecount"
},
"DOCKER_NETWORK_TX_BYTES": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker network i/o TX",
"displayName": "Docker network i/o TX",
"displayNameShort": "DK TOTAL NT TX BYTES",
"unit": "bytecount"
},
"DOCKER_NETWORK_RX_PACKETS": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker network RX packets",
"displayName": "Docker network RX packets",
"displayNameShort": "DK NET PCKTS RX",
"unit": "number"
},
"DOCKER_NETWORK_TX_PACKETS": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker network TX packets",
"displayName": "Docker network TX packets",
"displayNameShort": "DK NET PCKTS TX",
"unit": "number"
},
"DOCKER_NETWORK_RX_ERRORS": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker network RX errors",
"displayName": "Docker network RX errors",
"displayNameShort": "DK NET RX ERRORS",
"unit": "number"
},
"DOCKER_NETWORK_TX_ERRORS": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker network TX errors",
"displayName": "Docker network TX errors",
"displayNameShort": "DK NET TX ERRORS",
"unit": "number"
},
"DOCKER_BLOCK_IO_READ_BYTES": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker block io read bytes",
"displayName": "Docker block io read bytes",
"displayNameShort": "DK BLK IO READ",
"unit": "bytecount"
},
"DOCKER_BLOCK_IO_WRITE_BYTES": {
"defaultAggregate": "avg",
"defaultResolutionMS": 10000,
"description": "Docker block io write bytes",
"displayName": "Docker block io write bytes",
"displayNameShort": "DK BLK IO WRITE",
"unit": "bytecount"
}
}