Update the Grafana dashboard #2780

This commit is contained in:
Nicolas Hennion 2024-05-16 13:44:51 +00:00
parent 05bc1449db
commit 986cd99fbd
3 changed files with 1168 additions and 1115 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ from glances.exports.export import GlancesExport
from influxdb import InfluxDBClient
from influxdb.client import InfluxDBClientError
FIELD_TO_TAG = ['name', 'cmdline']
FIELD_TO_TAG = ['name', 'cmdline', 'type']
class Export(GlancesExport):

View File

@ -17,7 +17,7 @@ from glances.exports.export import GlancesExport
from influxdb_client import InfluxDBClient, WriteOptions
FIELD_TO_TAG = ['name', 'cmdline']
FIELD_TO_TAG = ['name', 'cmdline', 'type']
class Export(GlancesExport):