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
But as there is no explicit struct defined for these, unlike system and memstats, and they are not preformatted with tags and fields like the rest of the data, they are ignored by telegraf.
It would be very handy to know what version of InfluxDB is running over a large estate
Expected behavior
These three lines should be either converted into three different measurements or added into the influxdb base measurement that currently contains only a custom "n_shards" field.
I prefer the influxdb measurement route to keep n_shards company. If this were the path taken I would probably also suggest duplicating the influxdb_system output into there as well for neatness.
Use Case
/debug/vars provides this information:
But as there is no explicit struct defined for these, unlike system and memstats, and they are not preformatted with tags and fields like the rest of the data, they are ignored by telegraf.
It would be very handy to know what version of InfluxDB is running over a large estate
Expected behavior
These three lines should be either converted into three different measurements or added into the influxdb base measurement that currently contains only a custom "n_shards" field.
I prefer the influxdb measurement route to keep n_shards company. If this were the path taken I would probably also suggest duplicating the influxdb_system output into there as well for neatness.
Actual behavior
Data is not present in output at all
Additional info
telegraf_influxdb.txt
debug_vars.txt
The text was updated successfully, but these errors were encountered: