-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjolokia-exporter.yaml
101 lines (101 loc) · 3.33 KB
/
jolokia-exporter.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
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
metrics:
- target: java_memory_heap_memory_usage_init
source:
mbean: java.lang:type=Memory
attribute: HeapMemoryUsage
path: init
- target: java_memory_heap_memory_usage_used
source:
mbean: java.lang:type=Memory
attribute: HeapMemoryUsage
path: used
- target: java_memory_heap_memory_usage_max
source:
mbean: java.lang:type=Memory
attribute: HeapMemoryUsage
path: max
- target: java_memory_heap_memory_usage_committed
source:
mbean: java.lang:type=Memory
attribute: HeapMemoryUsage
path: committed
- target: java_memory_non_heap_memory_usage_init
source:
mbean: java.lang:type=Memory
attribute: NonHeapMemoryUsage
path: init
- target: java_memory_non_heap_memory_usage_used
source:
mbean: java.lang:type=Memory
attribute: NonHeapMemoryUsage
path: used
- target: java_memory_non_heap_memory_usage_max
source:
mbean: java.lang:type=Memory
attribute: NonHeapMemoryUsage
path: max
- target: java_memory_non_heap_memory_usage_committed
source:
mbean: java.lang:type=Memory
attribute: NonHeapMemoryUsage
path: committed
- target: java_threading_thread_count
source:
mbean: java.lang:type=Threading
attribute: ThreadCount
- target: java_runtime_start_time
source:
mbean: java.lang:type=Runtime
attribute: StartTime
- target: java_runtime_uptime
source:
mbean: java.lang:type=Runtime
attribute: Uptime
- target: java_garbage_collector_zgc_collection_time
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: CollectionTime
- target: java_garbage_collector_zgc_collection_count
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: CollectionCount
- target: java_garbage_collector_zgc_memory_usage_after_gc_zheap_max
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: LastGcInfo
path: memoryUsageAfterGc/ZHeap/max
- target: java_garbage_collector_zgc_memory_usage_after_gc_zheap_init
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: LastGcInfo
path: memoryUsageAfterGc/ZHeap/init
- target: java_garbage_collector_zgc_memory_usage_after_gc_zheap_committed
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: LastGcInfo
path: memoryUsageAfterGc/ZHeap/committed
- target: java_garbage_collector_zgc_memory_usage_after_gc_zheap_used
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: LastGcInfo
path: memoryUsageAfterGc/ZHeap/used
- target: java_garbage_collector_zgc_memory_usage_before_gc_zheap_max
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: LastGcInfo
path: memoryUsageBeforeGc/ZHeap/max
- target: java_garbage_collector_zgc_memory_usage_before_gc_zheap_init
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: LastGcInfo
path: memoryUsageBeforeGc/ZHeap/init
- target: java_garbage_collector_zgc_memory_usage_before_gc_zheap_committed
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: LastGcInfo
path: memoryUsageBeforeGc/ZHeap/committed
- target: java_garbage_collector_zgc_memory_usage_before_gc_zheap_used
source:
mbean: java.lang:name=ZGC Cycles,type=GarbageCollector
attribute: LastGcInfo
path: memoryUsageBeforeGc/ZHeap/used