#Sending Prometheus data
1 messages · Page 1 of 1 (latest)
for the most part Prometheus uses a pull model which means you scrape it instead of pushing. Can the customer scrape your Prometheus for what they need? In terms of oauth2, I see this but haven't tried it https://prometheus.io/docs/prometheus/latest/configuration/configuration/#oauth2
I guess scraping could be used, but can we limit the data they see?
I've not used it but https://prometheus.io/docs/prometheus/latest/configuration/configuration/#remote_write can be used for that purpose
Ah yes! Remote write is what I want.
Anyone got experience with filtering out metrics for Remote write?
I guess I need to get down and dirty with the config files of Prometheus to set it up
and I guess any configuration changes made in Prometheus vill be overwritten upon upgrade of NAbox/Prometheus?
@untold knoll does nabox have a way to preserve prometheus conf changes across upgrades?
Yes, as long as everything is done in docker-compose.override.yaml
And the changes are done in prometheus cli arguments indeed
And this file is somewhere in the virtual appliance?
Yes there is some guidance on how to use this file here https://nabox.org/faq/#change-default-retention
It's not there by default