[pbs-devel] [PATCH proxmox{, -backup} v3 0/2] Remove influxdb bucket name restrictions
Gabriel Goller
g.goller at proxmox.com
Fri Apr 26 16:02:41 CEST 2024
Remove the regex for influxdb organizations and buckets. Influxdb does
not place any constraints on these names and allows all characters. This
also allows influxdb organization names with slashes. Some of these
characters are not allowed in URI's, that's why we encode them in
proxmox-metrics.
This also aligns the behavior to PVE as there are no restrictions there
either.
The motivation for this patch is this forum post:
https://forum.proxmox.com/threads/influx-db-organization-doesnt-allow-slash.145402/
v3, thanks @Fabian:
- encode organization and bucket names
v2, thanks @Thomas:
- include forum link
proxmox:
Gabriel Goller (1):
metrics: encode influxdb org and bucket parameters
proxmox-metrics/Cargo.toml | 1 +
proxmox-metrics/src/influxdb/http.rs | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletion(-)
proxmox-backup:
Gabriel Goller (1):
api-types: remove influxdb bucket name restrictions
pbs-api-types/src/metrics.rs | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Summary over all repositories:
3 files changed, 9 insertions(+), 4 deletions(-)
--
Generated by git-murpp 0.5.0
More information about the pbs-devel
mailing list