-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathjmx-taskTracker.yml
47 lines (38 loc) · 1.09 KB
/
jmx-taskTracker.yml
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
type: jmx
require:
- className: com.sematext.spm.client.observation.SubtypeCheck
values: hadoop-tasktracker
observation:
# all
- name: tasktracker_metrics
metricNamespace: hadoop
objectName: Hadoop:service=TaskTracker,name=TaskTrackerMetrics
metric:
- name: tt.maps.slots
source: mapTaskSlots
type: long_gauge
label: map task slots
- name: tt.maps.running
source: maps_running
type: long_gauge
label: maps running
- name: tt.reduces.slots
source: reduceTaskSlots
type: long_gauge
label: reduce task slots
- name: tt.reduces.running
source: reduces_running
type: long_gauge
label: reduces running
- name: tt.tasks.completed
source: tasks_completed
type: counter
label: tasks completed
- name: tt.tasks.failed.ping
source: tasks_failed_ping
type: counter
label: tasks failed ping
- name: tt.tasks.failed.timeout
source: tasks_failed_timeout
type: counter
label: tasks failed timeout