You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Thank you for providing nmon2influxdb. Parsing die pid as a tag in influx results in a unneassary high amount of series cardinality, which is bad for influxdb.
see: https://www.influxdata.com/blog/red-flags-of-high-cardinality-in-databases/
You cloud just write the pid as an value to influx or remove it.
Hi,
Thank you for providing nmon2influxdb. Parsing die pid as a tag in influx results in a unneassary high amount of series cardinality, which is bad for influxdb.
see:
https://www.influxdata.com/blog/red-flags-of-high-cardinality-in-databases/
You cloud just write the pid as an value to influx or remove it.
Kind regards Arne