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
while the setting is applied, the change is not visible in the Rancher web interface, which always shows the default from the bundled values in the federator binary; so if retention is 10d it will always show that, but checking the statefulset parameters I can see the container args say --storage.tsdb.retention.time=100d which is correct
Any change done via the web interface (Monitoring->Project Monitors->Edit Config) is ignored, even if it shows as saved, and I can also see the new setting in the ProjectHelmChart CRD in the namespace
To Reproduce
Deploy via Helm, changing any value from default
Check web interface - new value is not shown
Check deployment/statefulset - value is actually applied
Change value in web interface - no error, value is stored, but nothing actually changes
Result
I cannot configure parameters for individual project monitoring, only once global for the entire cluster
Expected Result
I can change parameters for each project monitor
The text was updated successfully, but these errors were encountered:
Cluster Setup
Describe the bug
When deploying using Helm from https://github.com/rancher/charts/tree/dev-v2.9/charts/prometheus-federator/104.0.0-rc1%2Bup0.4.1 and setting any value - like the one mentioned - two problems occur:
--storage.tsdb.retention.time=100d
which is correctTo Reproduce
Result
I cannot configure parameters for individual project monitoring, only once global for the entire cluster
Expected Result
I can change parameters for each project monitor
The text was updated successfully, but these errors were encountered: