carlosedp / cluster-monitoring

Cluster monitoring stack for clusters based on Prometheus Operator
MIT License
740 stars 200 forks source link

small question: enable prometheus for all namespaces #82

Closed Coollision closed 4 years ago

Coollision commented 4 years ago

hey, first of thanks for the great work!

now I was wondering if there is an option to easily give Prometheus access to all namespaces?

thanks

carlosedp commented 4 years ago

No, you need to specify to which namespace Prometheus will monitor.

Coollision commented 4 years ago

alright, thanks for the quick response!