-
Notifications
You must be signed in to change notification settings - Fork 0
/
metrics.json
74 lines (74 loc) · 2.19 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
[
{
"name": "ZK_WATCH_COUNT",
"displayName": "Zookeeper watch count",
"description": "Total amount of watches in zookeeper.",
"unit": "int",
"displayNameShort": "ZK Watch Count",
"defaultAggregate": "avg"
},
{
"name": "ZK_NUM_ALIVE_CONNECTIONS",
"displayName": "Active connections",
"description": "Number of active connections in Zookeeper.",
"unit": "int",
"displayNameShort": "ZK Alive Conn",
"defaultAggregate": "avg"
},
{
"name": "ZK_OPEN_FILE_DESCRIPTOR_COUNT",
"displayName": "System open file descriptor",
"description": "Total amount of file descriptors open in the system reported by zookeeper.",
"unit": "int",
"displayNameShort": "ZK Sys Open FDesc",
"defaultAggregate": "avg"
},
{
"name": "ZK_PACKETS_SENT",
"displayName": "Packages sent",
"description": "Total number of packages sent from Zookeeper.",
"unit": "int",
"displayNameShort": "ZK Packets Sent",
"defaultAggregate": "avg"
},
{
"name": "ZK_PACKETS_RECEIVED",
"displayName": "Packages received",
"description": "Total number of packages received in Zookeeper.",
"unit": "int",
"displayNameShort": "ZK Packets Recv",
"defaultAggregate": "avg"
},
{
"name": "ZK_MIN_LATENCY",
"displayName": "Minimum Latency",
"description": "The minimum latency measured by Zookeeper.",
"unit": "int",
"displayNameShort": "ZK Min Latency",
"defaultAggregate": "avg"
},
{
"name": "ZK_EPHEMERALS_COUNT",
"displayName": "No of Ephemerals",
"description": "The total amount of ephemerals in Zookeeper.",
"unit": "int",
"displayNameShort": "ZK EPHR Count",
"defaultAggregate": "avg"
},
{
"name": "ZK_ZNODE_COUNT",
"displayName": "ZNode Count",
"description": "Total number of data registers in Zookeeper.",
"unit": "int",
"displayNameShort": "ZK Znode Count",
"defaultAggregate": "avg"
},
{
"name": "ZK_MAX_FILE_DESCRIPTOR_COUNT",
"displayName": "Maximum allowed file descriptors",
"description": "Total maximum number of filedescriptors allowed to open.",
"unit": "int",
"displayNameShort": "SR JVM in Use",
"defaultAggregate": "avg"
}
]