36 lines
886 B
Python
36 lines
886 B
Python
{
|
|
'in': {
|
|
'stacked': True,
|
|
'queries': {
|
|
'in': {
|
|
'filters': {
|
|
'_measurement': 'net',
|
|
'_field': [
|
|
'bytes_recv',
|
|
],
|
|
},
|
|
'function': 'derivative',
|
|
},
|
|
},
|
|
'unit': 'Bps',
|
|
'display_name': '__field.labels.interface',
|
|
'tooltip': 'multi',
|
|
},
|
|
'out': {
|
|
'stacked': True,
|
|
'queries': {
|
|
'out': {
|
|
'filters': {
|
|
'_measurement': 'net',
|
|
'_field': [
|
|
'bytes_sent',
|
|
],
|
|
},
|
|
'function': 'derivative',
|
|
},
|
|
},
|
|
'unit': 'Bps',
|
|
'display_name': '__field.labels.interface',
|
|
'tooltip': 'multi',
|
|
},
|
|
}
|