File: //usr/local/packages/@appstore/ActiveInsight/collectors/flashcache_collector.json
[
{
"application": "flashcache",
"name": "read_iops",
"type": "gauge",
"collect": {
"file": "diskstat_collector.py",
"func": "collect_1m",
"interval": "1m",
"is_disk_accessed": false
},
"aggregate": {
"meta_labels": [
"volume",
"ssd_id",
"type"
],
"downsample": [
"avg"
]
},
"upload": {
"interval": "1m"
}
},
{
"application": "flashcache",
"name": "write_iops",
"type": "gauge",
"collect": {
"file": "diskstat_collector.py",
"func": "collect_1m",
"interval": "1m",
"is_disk_accessed": false
},
"aggregate": {
"meta_labels": [
"volume",
"ssd_id",
"type"
],
"downsample": [
"avg"
]
},
"upload": {
"interval": "1m"
}
},
{
"application": "flashcache",
"name": "read_io_latency",
"type": "gauge",
"collect": {
"file": "diskstat_collector.py",
"func": "collect_1m",
"interval": "1m",
"is_disk_accessed": false
},
"aggregate": {
"meta_labels": [
"volume",
"ssd_id",
"type"
],
"downsample": [
"avg"
]
},
"upload": {
"interval": "1m"
}
},
{
"application": "flashcache",
"name": "write_io_latency",
"type": "gauge",
"collect": {
"file": "diskstat_collector.py",
"func": "collect_1m",
"interval": "1m",
"is_disk_accessed": false
},
"aggregate": {
"meta_labels": [
"volume",
"ssd_id",
"type"
],
"downsample": [
"avg"
]
},
"upload": {
"interval": "1m"
}
},
{
"application": "flashcache",
"name": "read_throughput",
"type": "gauge",
"collect": {
"file": "diskstat_collector.py",
"func": "collect_1m",
"interval": "1m",
"is_disk_accessed": false
},
"aggregate": {
"meta_labels": [
"volume",
"ssd_id",
"type"
],
"downsample": [
"avg"
]
},
"upload": {
"interval": "1m"
}
},
{
"application": "flashcache",
"name": "write_throughput",
"type": "gauge",
"collect": {
"file": "diskstat_collector.py",
"func": "collect_1m",
"interval": "1m",
"is_disk_accessed": false
},
"aggregate": {
"meta_labels": [
"volume",
"ssd_id",
"type"
],
"downsample": [
"avg"
]
},
"upload": {
"interval": "1m"
}
},
{
"application": "flashcache",
"name": "utilization",
"type": "gauge",
"collect": {
"file": "diskstat_collector.py",
"func": "collect_1m",
"interval": "1m",
"is_disk_accessed": false
},
"aggregate": {
"meta_labels": [
"volume",
"ssd_id",
"type"
],
"downsample": [
"avg"
]
},
"upload": {
"interval": "1m"
}
}
]