-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A specific parameter for additional remote writes #1480
Comments
Something to consider, I and probably most others implement this with GitOps and want to avoid running any commands manually if possible. |
Hi, the reason for that is because the Kube Prometheus Stack subchart we use doesn't provide such possibility - there is only one section for the remoteWrite to be used: We know it's not ideal. |
Thanks for the clarification. Wouldn't be possible that you expose this as a parameter on your own chart and then merge the result when passing it to the subchart? |
We are not aware of possibility to do that and keep everything clean and simple We created PR in the kube-prometheus-stack helm chart, so maybe we will be able to do it in a proper way 🤞 |
labeling as |
Why is it not possible to add additional
remoteWrites
just like it is the case foradditionalServiceMonitors
?The documentation on scraping additional services now points to the prometheus-overrides.yaml file, but that is error prone as I need to (possibly) re-generate it on chart updates?
Basically it would be nice to add additional monitors and remote writes without touching the ones provided by Sumo (just augmenting them).
The text was updated successfully, but these errors were encountered: