pve-manager/PVE/Status
Dominik Csapak 09e47a6dcc status: influxdb: always quote tags
Since tags are mostly free-form, a single tag with a numeric value will
get sent to influxdb as a number by default. Change that to always quote
the tags as a string, like we do for the 'name' field. (InfluxDB can
only have one type per field, so either a string or a number type).

This won't fix influxdb databases after there are already numeric values
in there, but I guess most tags won't be purely numeric, so this won't
be an issue for most users, and fixes the reverse case where purely
numeric tags won't show up in influxdb.

reported in the community forum:
https://forum.proxmox.com/threads/138004/#post-724127

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2024-11-27 20:20:45 +01:00
..
Graphite.pm status/metrics: make MTU configurable 2020-10-29 08:51:51 +01:00
InfluxDB.pm status: influxdb: always quote tags 2024-11-27 20:20:45 +01:00
Makefile makefile: convert to use simple parenthesis 2023-05-29 18:24:00 +02:00
Plugin.pm fix typos in comments 2024-07-22 18:28:18 +02:00