pressure stall graph per ressource
This commit is contained in:
parent
d8de90fa5d
commit
0cda286db1
1 changed files with 45 additions and 38 deletions
|
@ -1,35 +1,7 @@
|
||||||
{
|
{
|
||||||
'avg10 some': {
|
'cpu': {
|
||||||
'queries': {
|
'queries': {
|
||||||
'io': {
|
'seome': {
|
||||||
'filters': {
|
|
||||||
'_measurement': 'pressure_stall',
|
|
||||||
'ressource': [
|
|
||||||
'io',
|
|
||||||
],
|
|
||||||
'type': [
|
|
||||||
'some',
|
|
||||||
],
|
|
||||||
'_field': [
|
|
||||||
'avg10',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'memory': {
|
|
||||||
'filters': {
|
|
||||||
'_measurement': 'pressure_stall',
|
|
||||||
'ressource': [
|
|
||||||
'memory',
|
|
||||||
],
|
|
||||||
'type': [
|
|
||||||
'some',
|
|
||||||
],
|
|
||||||
'_field': [
|
|
||||||
'avg10',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'cpu': {
|
|
||||||
'filters': {
|
'filters': {
|
||||||
'_measurement': 'pressure_stall',
|
'_measurement': 'pressure_stall',
|
||||||
'ressource': [
|
'ressource': [
|
||||||
|
@ -44,26 +16,26 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'display_name': '__field.labels.ressource',
|
'display_name': '__field.labels.type',
|
||||||
'unit': 'percent',
|
'unit': 'percent',
|
||||||
},
|
},
|
||||||
'avg10 full': {
|
'memory': {
|
||||||
'queries': {
|
'queries': {
|
||||||
'io': {
|
'some': {
|
||||||
'filters': {
|
'filters': {
|
||||||
'_measurement': 'pressure_stall',
|
'_measurement': 'pressure_stall',
|
||||||
'ressource': [
|
'ressource': [
|
||||||
'io',
|
'memory',
|
||||||
],
|
],
|
||||||
'type': [
|
'type': [
|
||||||
'full',
|
'some',
|
||||||
],
|
],
|
||||||
'_field': [
|
'_field': [
|
||||||
'avg10',
|
'avg10',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'memory': {
|
'full': {
|
||||||
'filters': {
|
'filters': {
|
||||||
'_measurement': 'pressure_stall',
|
'_measurement': 'pressure_stall',
|
||||||
'ressource': [
|
'ressource': [
|
||||||
|
@ -78,6 +50,41 @@
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'display_name': '__field.labels.ressource',
|
'display_name': '__field.labels.type',
|
||||||
'unit': 'percent',
|
'unit': 'percent',
|
||||||
},}
|
},
|
||||||
|
'io': {
|
||||||
|
'queries': {
|
||||||
|
'some': {
|
||||||
|
'filters': {
|
||||||
|
'_measurement': 'pressure_stall',
|
||||||
|
'ressource': [
|
||||||
|
'io',
|
||||||
|
],
|
||||||
|
'type': [
|
||||||
|
'some',
|
||||||
|
],
|
||||||
|
'_field': [
|
||||||
|
'avg10',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'full': {
|
||||||
|
'filters': {
|
||||||
|
'_measurement': 'pressure_stall',
|
||||||
|
'ressource': [
|
||||||
|
'io',
|
||||||
|
],
|
||||||
|
'type': [
|
||||||
|
'full',
|
||||||
|
],
|
||||||
|
'_field': [
|
||||||
|
'avg10',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
'display_name': '__field.labels.type',
|
||||||
|
'unit': 'percent',
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue