Compare commits

..

No commits in common. "0cda286db10a7534900d3adcb31414a24d426d33" and "e05d987036885e9ec52d68914fc77f5aea52055a" have entirely different histories.

2 changed files with 0 additions and 91 deletions

View file

@ -80,7 +80,6 @@ defaults = {
'proc_cpu', 'proc_cpu',
'proc_ram', 'proc_ram',
'proc_io', 'proc_io',
'pressure_stall',
}, },
'sudoers': { 'sudoers': {
'telegraf': {'/usr/local/share/telegraf/procio'}, 'telegraf': {'/usr/local/share/telegraf/procio'},

View file

@ -1,90 +0,0 @@
{
'cpu': {
'queries': {
'seome': {
'filters': {
'_measurement': 'pressure_stall',
'ressource': [
'cpu',
],
'type': [
'some',
],
'_field': [
'avg10',
],
},
},
},
'display_name': '__field.labels.type',
'unit': 'percent',
},
'memory': {
'queries': {
'some': {
'filters': {
'_measurement': 'pressure_stall',
'ressource': [
'memory',
],
'type': [
'some',
],
'_field': [
'avg10',
],
},
},
'full': {
'filters': {
'_measurement': 'pressure_stall',
'ressource': [
'memory',
],
'type': [
'full',
],
'_field': [
'avg10',
],
},
},
},
'display_name': '__field.labels.type',
'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',
},
}