|
@@ -3,109 +3,111 @@
|
|
|
"Component": [
|
|
|
{
|
|
|
"type": "org.apache.ambari.server.controller.metrics.RestMetricsPropertyProvider",
|
|
|
- "properties" : {
|
|
|
+ "properties": {
|
|
|
"default_port": "8745",
|
|
|
"port_config_type": "storm-site",
|
|
|
"port_property_name": "storm.port",
|
|
|
"protocol": "http"
|
|
|
},
|
|
|
- "metrics": {"default":{
|
|
|
- "metrics/api/cluster/summary/tasks.total":
|
|
|
- {
|
|
|
- "metric": "/api/cluster/summary##tasks.total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/slots.total": {
|
|
|
- "metric": "/api/cluster/summary##slots.total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/slots.free": {
|
|
|
- "metric": "/api/cluster/summary##slots.free",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/supervisors": {
|
|
|
- "metric": "/api/cluster/summary##supervisors",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/executors.total": {
|
|
|
- "metric": "/api/cluster/summary##executors.total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/slots.used": {
|
|
|
- "metric": "/api/cluster/summary##slots.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/topologies": {
|
|
|
- "metric": "/api/cluster/summary##topologies",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/nimbus.uptime": {
|
|
|
- "metric": "/api/cluster/summary##nimbus.uptime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
+ "metrics": {
|
|
|
+ "default": {
|
|
|
+ "metrics/api/cluster/summary/tasks.total": {
|
|
|
+ "metric": "/api/cluster/summary##tasks.total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/slots.total": {
|
|
|
+ "metric": "/api/cluster/summary##slots.total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/slots.free": {
|
|
|
+ "metric": "/api/cluster/summary##slots.free",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/supervisors": {
|
|
|
+ "metric": "/api/cluster/summary##supervisors",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/executors.total": {
|
|
|
+ "metric": "/api/cluster/summary##executors.total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/slots.used": {
|
|
|
+ "metric": "/api/cluster/summary##slots.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/topologies": {
|
|
|
+ "metric": "/api/cluster/summary##topologies",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/nimbus.uptime": {
|
|
|
+ "metric": "/api/cluster/summary##nimbus.uptime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ }
|
|
|
}
|
|
|
- }}
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"HostComponent": [
|
|
|
{
|
|
|
"type": "org.apache.ambari.server.controller.metrics.RestMetricsPropertyProvider",
|
|
|
- "properties" : {
|
|
|
+ "properties": {
|
|
|
"default_port": "8745",
|
|
|
"port_config_type": "storm-site",
|
|
|
"port_property_name": "storm.port",
|
|
|
"protocol": "http"
|
|
|
},
|
|
|
- "metrics": {"default":{
|
|
|
- "metrics/api/cluster/summary/tasks.total":
|
|
|
- {
|
|
|
- "metric": "/api/cluster/summary##tasks.total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/slots.total": {
|
|
|
- "metric": "/api/cluster/summary##slots.total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/slots.free": {
|
|
|
- "metric": "/api/cluster/summary##slots.free",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/supervisors": {
|
|
|
- "metric": "/api/cluster/summary##supervisors",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/executors.total": {
|
|
|
- "metric": "/api/cluster/summary##executors.total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/slots.used": {
|
|
|
- "metric": "/api/cluster/summary##slots.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/topologies": {
|
|
|
- "metric": "/api/cluster/summary##topologies",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
- },
|
|
|
- "metrics/api/cluster/summary/nimbus.uptime": {
|
|
|
- "metric": "/api/cluster/summary##nimbus.uptime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": false
|
|
|
+ "metrics": {
|
|
|
+ "default": {
|
|
|
+ "metrics/api/cluster/summary/tasks.total": {
|
|
|
+ "metric": "/api/cluster/summary##tasks.total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/slots.total": {
|
|
|
+ "metric": "/api/cluster/summary##slots.total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/slots.free": {
|
|
|
+ "metric": "/api/cluster/summary##slots.free",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/supervisors": {
|
|
|
+ "metric": "/api/cluster/summary##supervisors",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/executors.total": {
|
|
|
+ "metric": "/api/cluster/summary##executors.total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/slots.used": {
|
|
|
+ "metric": "/api/cluster/summary##slots.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/topologies": {
|
|
|
+ "metric": "/api/cluster/summary##topologies",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ },
|
|
|
+ "metrics/api/cluster/summary/nimbus.uptime": {
|
|
|
+ "metric": "/api/cluster/summary##nimbus.uptime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": false
|
|
|
+ }
|
|
|
}
|
|
|
- }}
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -113,302 +115,320 @@
|
|
|
"Component": [
|
|
|
{
|
|
|
"type": "ganglia",
|
|
|
- "metrics": {"default":{
|
|
|
- "metrics/boottime": {
|
|
|
- "metric": "boottime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/bytes_in": {
|
|
|
- "metric": "bytes_in",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/bytes_out": {
|
|
|
- "metric": "bytes_out",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/cpu/cpu_aidle": {
|
|
|
- "metric": "cpu_aidle",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_fifteen": {
|
|
|
- "metric": "load_fifteen",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_five": {
|
|
|
- "metric": "load_five",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_one": {
|
|
|
- "metric": "load_one",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/memory/mem_buffers": {
|
|
|
- "metric": "mem_buffers",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/disk/part_max_used": {
|
|
|
- "metric": "part_max_used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/pkts_in": {
|
|
|
- "metric": "pkts_in",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/pkts_out": {
|
|
|
- "metric": "pkts_out",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/process/proc_run": {
|
|
|
- "metric": "proc_run",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/process/proc_total": {
|
|
|
- "metric": "proc_total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/memory/swap_total": {
|
|
|
- "metric": "swap_total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/heap/committed": {
|
|
|
- "metric": "Nimbus.JVM.Memory.Heap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/heap/init": {
|
|
|
- "metric": "Nimbus.JVM.Memory.Heap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/heap/max": {
|
|
|
- "metric": "Nimbus.JVM.Memory.Heap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/heap/used": {
|
|
|
- "metric": "Nimbus.JVM.Memory.Heap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/nonheap/committed": {
|
|
|
- "metric": "Nimbus.JVM.Memory.NonHeap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/nonheap/init": {
|
|
|
- "metric": "Nimbus.JVM.Memory.NonHeap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/nonheap/max": {
|
|
|
- "metric": "Nimbus.JVM.Memory.NonHeap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/nonheap/used": {
|
|
|
- "metric": "Nimbus.JVM.Memory.NonHeap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/os/processcputime": {
|
|
|
- "metric": "Nimbus.JVM.OS.ProcessCpuTime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/threading/daemonthreadcount": {
|
|
|
- "metric": "Nimbus.JVM.Threading.DaemonThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/threading/threadcount": {
|
|
|
- "metric": "Nimbus.JVM.Threading.ThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
+ "metrics": {
|
|
|
+ "default": {
|
|
|
+ "metrics/boottime": {
|
|
|
+ "metric": "boottime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/network/bytes_in": {
|
|
|
+ "metric": "bytes_in",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/network/bytes_out": {
|
|
|
+ "metric": "bytes_out",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/cpu/cpu_aidle": {
|
|
|
+ "metric": "cpu_aidle",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/load_fifteen": {
|
|
|
+ "metric": "load_fifteen",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/load_five": {
|
|
|
+ "metric": "load_five",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/load_one": {
|
|
|
+ "metric": "load_one",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/memory/mem_buffers": {
|
|
|
+ "metric": "mem_buffers",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/disk/part_max_used": {
|
|
|
+ "metric": "part_max_used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/network/pkts_in": {
|
|
|
+ "metric": "pkts_in",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/network/pkts_out": {
|
|
|
+ "metric": "pkts_out",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/process/proc_run": {
|
|
|
+ "metric": "proc_run",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/process/proc_total": {
|
|
|
+ "metric": "proc_total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/memory/swap_total": {
|
|
|
+ "metric": "swap_total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/heap/committed": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.Heap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/heap/init": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.Heap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/heap/max": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.Heap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/heap/used": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.Heap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/nonheap/committed": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.NonHeap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/nonheap/init": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.NonHeap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/nonheap/max": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.NonHeap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/nonheap/used": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.NonHeap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/os/processcputime": {
|
|
|
+ "metric": "Nimbus.JVM.OS.ProcessCpuTime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/threading/daemonthreadcount": {
|
|
|
+ "metric": "Nimbus.JVM.Threading.DaemonThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/threading/threadcount": {
|
|
|
+ "metric": "Nimbus.JVM.Threading.ThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
|
|
|
- "metrics/storm/nimbus/freeslots": {
|
|
|
- "metric": "Free Slots",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/supervisors": {
|
|
|
- "metric": "Supervisors",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/topologies": {
|
|
|
- "metric": "Topologies",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/totalexecutors": {
|
|
|
- "metric": "Total Executors",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/totalslots": {
|
|
|
- "metric": "Total Slots",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/totaltasks": {
|
|
|
- "metric": "Total Tasks",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/usedslots": {
|
|
|
- "metric": "Used Slots",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
+ "metrics/storm/nimbus/freeslots": {
|
|
|
+ "metric": "Free Slots",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/supervisors": {
|
|
|
+ "metric": "Supervisors",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/topologies": {
|
|
|
+ "metric": "Topologies",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/totalexecutors": {
|
|
|
+ "metric": "Total Executors",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/totalslots": {
|
|
|
+ "metric": "Total Slots",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/totaltasks": {
|
|
|
+ "metric": "Total Tasks",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/usedslots": {
|
|
|
+ "metric": "Used Slots",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ }
|
|
|
}
|
|
|
- }}
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"HostComponent": [
|
|
|
{
|
|
|
"type": "ganglia",
|
|
|
- "metrics": {"default":{
|
|
|
- "metrics/boottime": {
|
|
|
- "metric": "boottime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/bytes_in": {
|
|
|
- "metric": "bytes_in",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/bytes_out": {
|
|
|
- "metric": "bytes_out",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/cpu/cpu_aidle": {
|
|
|
- "metric": "cpu_aidle",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_fifteen": {
|
|
|
- "metric": "load_fifteen",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_five": {
|
|
|
- "metric": "load_five",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_one": {
|
|
|
- "metric": "load_one",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/memory/mem_buffers": {
|
|
|
- "metric": "mem_buffers",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/disk/part_max_used": {
|
|
|
- "metric": "part_max_used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/pkts_in": {
|
|
|
- "metric": "pkts_in",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/pkts_out": {
|
|
|
- "metric": "pkts_out",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/process/proc_run": {
|
|
|
- "metric": "proc_run",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/process/proc_total": {
|
|
|
- "metric": "proc_total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/memory/swap_total": {
|
|
|
- "metric": "swap_total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/heap/committed": {
|
|
|
- "metric": "Nimbus.JVM.Memory.Heap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/heap/init": {
|
|
|
- "metric": "Nimbus.JVM.Memory.Heap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/heap/max": {
|
|
|
- "metric": "Nimbus.JVM.Memory.Heap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/heap/used": {
|
|
|
- "metric": "Nimbus.JVM.Memory.Heap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/nonheap/committed": {
|
|
|
- "metric": "Nimbus.JVM.Memory.NonHeap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/nonheap/init": {
|
|
|
- "metric": "Nimbus.JVM.Memory.NonHeap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/nonheap/max": {
|
|
|
- "metric": "Nimbus.JVM.Memory.NonHeap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/memory/nonheap/used": {
|
|
|
- "metric": "Nimbus.JVM.Memory.NonHeap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/os/processcputime": {
|
|
|
- "metric": "Nimbus.JVM.OS.ProcessCpuTime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/threading/daemonthreadcount": {
|
|
|
- "metric": "Nimbus.JVM.Threading.DaemonThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/nimbus/jvm/threading/threadcount": {
|
|
|
- "metric": "Nimbus.JVM.Threading.ThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- }
|
|
|
+ "metrics": {
|
|
|
+ "default": {
|
|
|
+ "metrics/boottime": {
|
|
|
+ "metric": "boottime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/network/bytes_in": {
|
|
|
+ "metric": "bytes_in",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/network/bytes_out": {
|
|
|
+ "metric": "bytes_out",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/cpu/cpu_aidle": {
|
|
|
+ "metric": "cpu_aidle",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/load_fifteen": {
|
|
|
+ "metric": "load_fifteen",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/load_five": {
|
|
|
+ "metric": "load_five",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/load_one": {
|
|
|
+ "metric": "load_one",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/memory/mem_buffers": {
|
|
|
+ "metric": "mem_buffers",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/disk/part_max_used": {
|
|
|
+ "metric": "part_max_used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/network/pkts_in": {
|
|
|
+ "metric": "pkts_in",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/network/pkts_out": {
|
|
|
+ "metric": "pkts_out",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/process/proc_run": {
|
|
|
+ "metric": "proc_run",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/process/proc_total": {
|
|
|
+ "metric": "proc_total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/memory/swap_total": {
|
|
|
+ "metric": "swap_total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/heap/committed": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.Heap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/heap/init": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.Heap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/heap/max": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.Heap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/heap/used": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.Heap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/nonheap/committed": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.NonHeap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/nonheap/init": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.NonHeap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/nonheap/max": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.NonHeap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/memory/nonheap/used": {
|
|
|
+ "metric": "Nimbus.JVM.Memory.NonHeap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/os/processcputime": {
|
|
|
+ "metric": "Nimbus.JVM.OS.ProcessCpuTime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/threading/daemonthreadcount": {
|
|
|
+ "metric": "Nimbus.JVM.Threading.DaemonThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/nimbus/jvm/threading/threadcount": {
|
|
|
+ "metric": "Nimbus.JVM.Threading.ThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ }
|
|
|
|
|
|
- }}
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -416,375 +436,393 @@
|
|
|
"Component": [
|
|
|
{
|
|
|
"type": "ganglia",
|
|
|
- "metrics": {"default":{
|
|
|
- "metrics/boottime": {
|
|
|
- "metric": "boottime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/bytes_in": {
|
|
|
- "metric": "bytes_in",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/bytes_out": {
|
|
|
- "metric": "bytes_out",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/cpu/cpu_aidle": {
|
|
|
- "metric": "cpu_aidle",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_fifteen": {
|
|
|
- "metric": "load_fifteen",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_five": {
|
|
|
- "metric": "load_five",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_one": {
|
|
|
- "metric": "load_one",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/memory/mem_buffers": {
|
|
|
- "metric": "mem_buffers",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/disk/part_max_used": {
|
|
|
- "metric": "part_max_used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/pkts_in": {
|
|
|
- "metric": "pkts_in",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/pkts_out": {
|
|
|
- "metric": "pkts_out",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/process/proc_run": {
|
|
|
- "metric": "proc_run",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/process/proc_total": {
|
|
|
- "metric": "proc_total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/memory/swap_total": {
|
|
|
- "metric": "swap_total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/heap/committed": {
|
|
|
- "metric": "Supervisor.JVM.Memory.Heap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/heap/init": {
|
|
|
- "metric": "Supervisor.JVM.Memory.Heap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/heap/max": {
|
|
|
- "metric": "Supervisor.JVM.Memory.Heap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/heap/used": {
|
|
|
- "metric": "Supervisor.JVM.Memory.Heap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/nonheap/committed": {
|
|
|
- "metric": "Supervisor.JVM.Memory.NonHeap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/nonheap/init": {
|
|
|
- "metric": "Supervisor.JVM.Memory.NonHeap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/nonheap/max": {
|
|
|
- "metric": "Supervisor.JVM.Memory.NonHeap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/nonheap/used": {
|
|
|
- "metric": "Supervisor.JVM.Memory.NonHeap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/os/processcputime": {
|
|
|
- "metric": "Supervisor.JVM.OS.ProcessCpuTime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/threading/daemonthreadcount": {
|
|
|
- "metric": "Supervisor.JVM.Threading.DaemonThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/threading/threadcount": {
|
|
|
- "metric": "Supervisor.JVM.Threading.ThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/heap/committed": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.Heap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/heap/init": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.Heap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/heap/max": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.Heap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/heap/used": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.Heap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/nonheap/committed": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.NonHeap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/nonheap/init": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.NonHeap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/nonheap/max": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.NonHeap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/nonheap/used": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.NonHeap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/os/processcputime": {
|
|
|
- "metric": "Worker.(.+).JVM.OS.ProcessCpuTime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/threading/daemonthreadcount": {
|
|
|
- "metric": "Worker.(.+).JVM.Threading.DaemonThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/threading/threadcount": {
|
|
|
- "metric": "Worker.(.+).JVM.Threading.ThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
+ "metrics": {
|
|
|
+ "default": {
|
|
|
+ "metrics/boottime": {
|
|
|
+ "metric": "boottime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/network/bytes_in": {
|
|
|
+ "metric": "bytes_in",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/network/bytes_out": {
|
|
|
+ "metric": "bytes_out",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/cpu/cpu_aidle": {
|
|
|
+ "metric": "cpu_aidle",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/load_fifteen": {
|
|
|
+ "metric": "load_fifteen",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/load_five": {
|
|
|
+ "metric": "load_five",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/load_one": {
|
|
|
+ "metric": "load_one",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/memory/mem_buffers": {
|
|
|
+ "metric": "mem_buffers",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/disk/part_max_used": {
|
|
|
+ "metric": "part_max_used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/network/pkts_in": {
|
|
|
+ "metric": "pkts_in",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/network/pkts_out": {
|
|
|
+ "metric": "pkts_out",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/process/proc_run": {
|
|
|
+ "metric": "proc_run",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/process/proc_total": {
|
|
|
+ "metric": "proc_total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/memory/swap_total": {
|
|
|
+ "metric": "swap_total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/heap/committed": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.Heap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/heap/init": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.Heap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/heap/max": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.Heap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/heap/used": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.Heap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/nonheap/committed": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.NonHeap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/nonheap/init": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.NonHeap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/nonheap/max": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.NonHeap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/nonheap/used": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.NonHeap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/os/processcputime": {
|
|
|
+ "metric": "Supervisor.JVM.OS.ProcessCpuTime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/threading/daemonthreadcount": {
|
|
|
+ "metric": "Supervisor.JVM.Threading.DaemonThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/threading/threadcount": {
|
|
|
+ "metric": "Supervisor.JVM.Threading.ThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/heap/committed": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.Heap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/heap/init": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.Heap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/heap/max": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.Heap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/heap/used": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.Heap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/nonheap/committed": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.NonHeap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/nonheap/init": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.NonHeap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/nonheap/max": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.NonHeap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/nonheap/used": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.NonHeap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/os/processcputime": {
|
|
|
+ "metric": "Worker.(.+).JVM.OS.ProcessCpuTime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/threading/daemonthreadcount": {
|
|
|
+ "metric": "Worker.(.+).JVM.Threading.DaemonThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/threading/threadcount": {
|
|
|
+ "metric": "Worker.(.+).JVM.Threading.ThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ }
|
|
|
}
|
|
|
- }}
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"HostComponent": [
|
|
|
{
|
|
|
"type": "ganglia",
|
|
|
- "metrics": {"default":{
|
|
|
- "metrics/boottime": {
|
|
|
- "metric": "boottime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/bytes_in": {
|
|
|
- "metric": "bytes_in",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/bytes_out": {
|
|
|
- "metric": "bytes_out",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/cpu/cpu_aidle": {
|
|
|
- "metric": "cpu_aidle",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_fifteen": {
|
|
|
- "metric": "load_fifteen",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_five": {
|
|
|
- "metric": "load_five",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/load_one": {
|
|
|
- "metric": "load_one",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/memory/mem_buffers": {
|
|
|
- "metric": "mem_buffers",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/disk/part_max_used": {
|
|
|
- "metric": "part_max_used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/pkts_in": {
|
|
|
- "metric": "pkts_in",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/network/pkts_out": {
|
|
|
- "metric": "pkts_out",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/process/proc_run": {
|
|
|
- "metric": "proc_run",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/process/proc_total": {
|
|
|
- "metric": "proc_total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/memory/swap_total": {
|
|
|
- "metric": "swap_total",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/heap/committed": {
|
|
|
- "metric": "Supervisor.JVM.Memory.Heap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/heap/init": {
|
|
|
- "metric": "Supervisor.JVM.Memory.Heap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/heap/max": {
|
|
|
- "metric": "Supervisor.JVM.Memory.Heap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/heap/used": {
|
|
|
- "metric": "Supervisor.JVM.Memory.Heap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/nonheap/committed": {
|
|
|
- "metric": "Supervisor.JVM.Memory.NonHeap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/nonheap/init": {
|
|
|
- "metric": "Supervisor.JVM.Memory.NonHeap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/nonheap/max": {
|
|
|
- "metric": "Supervisor.JVM.Memory.NonHeap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/memory/nonheap/used": {
|
|
|
- "metric": "Supervisor.JVM.Memory.NonHeap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/os/processcputime": {
|
|
|
- "metric": "Supervisor.JVM.OS.ProcessCpuTime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/threading/daemonthreadcount": {
|
|
|
- "metric": "Supervisor.JVM.Threading.DaemonThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/supervisor/jvm/threading/threadcount": {
|
|
|
- "metric": "Supervisor.JVM.Threading.ThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/heap/committed": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.Heap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/heap/init": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.Heap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/heap/max": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.Heap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/heap/used": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.Heap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/nonheap/committed": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.NonHeap.committed",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/nonheap/init": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.NonHeap.init",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/nonheap/max": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.NonHeap.max",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/memory/nonheap/used": {
|
|
|
- "metric": "Worker.(.+).JVM.Memory.NonHeap.used",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/os/processcputime": {
|
|
|
- "metric": "Worker.(.+).JVM.OS.ProcessCpuTime",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/threading/daemonthreadcount": {
|
|
|
- "metric": "Worker.(.+).JVM.Threading.DaemonThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
- },
|
|
|
- "metrics/storm/worker/$1/jvm/threading/threadcount": {
|
|
|
- "metric": "Worker.(.+).JVM.Threading.ThreadCount",
|
|
|
- "pointInTime": true,
|
|
|
- "temporal": true
|
|
|
+ "metrics": {
|
|
|
+ "default": {
|
|
|
+ "metrics/boottime": {
|
|
|
+ "metric": "boottime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/network/bytes_in": {
|
|
|
+ "metric": "bytes_in",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/network/bytes_out": {
|
|
|
+ "metric": "bytes_out",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/cpu/cpu_aidle": {
|
|
|
+ "metric": "cpu_aidle",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/load_fifteen": {
|
|
|
+ "metric": "load_fifteen",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/load_five": {
|
|
|
+ "metric": "load_five",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/load_one": {
|
|
|
+ "metric": "load_one",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/memory/mem_buffers": {
|
|
|
+ "metric": "mem_buffers",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/disk/part_max_used": {
|
|
|
+ "metric": "part_max_used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/network/pkts_in": {
|
|
|
+ "metric": "pkts_in",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/network/pkts_out": {
|
|
|
+ "metric": "pkts_out",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/process/proc_run": {
|
|
|
+ "metric": "proc_run",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/process/proc_total": {
|
|
|
+ "metric": "proc_total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/memory/swap_total": {
|
|
|
+ "metric": "swap_total",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true,
|
|
|
+ "amsHostMetric":true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/heap/committed": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.Heap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/heap/init": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.Heap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/heap/max": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.Heap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/heap/used": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.Heap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/nonheap/committed": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.NonHeap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/nonheap/init": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.NonHeap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/nonheap/max": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.NonHeap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/memory/nonheap/used": {
|
|
|
+ "metric": "Supervisor.JVM.Memory.NonHeap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/os/processcputime": {
|
|
|
+ "metric": "Supervisor.JVM.OS.ProcessCpuTime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/threading/daemonthreadcount": {
|
|
|
+ "metric": "Supervisor.JVM.Threading.DaemonThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/supervisor/jvm/threading/threadcount": {
|
|
|
+ "metric": "Supervisor.JVM.Threading.ThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/heap/committed": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.Heap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/heap/init": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.Heap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/heap/max": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.Heap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/heap/used": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.Heap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/nonheap/committed": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.NonHeap.committed",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/nonheap/init": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.NonHeap.init",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/nonheap/max": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.NonHeap.max",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/memory/nonheap/used": {
|
|
|
+ "metric": "Worker.(.+).JVM.Memory.NonHeap.used",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/os/processcputime": {
|
|
|
+ "metric": "Worker.(.+).JVM.OS.ProcessCpuTime",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/threading/daemonthreadcount": {
|
|
|
+ "metric": "Worker.(.+).JVM.Threading.DaemonThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ },
|
|
|
+ "metrics/storm/worker/$1/jvm/threading/threadcount": {
|
|
|
+ "metric": "Worker.(.+).JVM.Threading.ThreadCount",
|
|
|
+ "pointInTime": true,
|
|
|
+ "temporal": true
|
|
|
+ }
|
|
|
}
|
|
|
- }}
|
|
|
+ }
|
|
|
}
|
|
|
]
|
|
|
}
|