mirror of https://github.com/nicolargo/glances.git
add missing metrics to labels mappings
This commit is contained in:
parent
2c1abd666e
commit
63f0aacb7c
|
|
@ -53,6 +53,8 @@ class Export(GlancesExport):
|
|||
"gpu": "name",
|
||||
"network": "interface",
|
||||
"percpu": "core",
|
||||
"sensors": "object",
|
||||
"wifi": "interface",
|
||||
}
|
||||
|
||||
def init(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue