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
In our setup we have different prometheuses, one special for coroot and one for the whole cluster.
I have coroot promehteus targeting specific coroot pods - node agents and ksm - however due to presence of prometheus.io/scrape: 'true' it is also scraped by global fleet, which is undesired.
Currently this annotation is hardcoded, my proposal is to move it to values.podAnnotations - it still be a default, however people coud change it if needed
The text was updated successfully, but these errors were encountered:
In our setup we have different prometheuses, one special for coroot and one for the whole cluster.
I have coroot promehteus targeting specific coroot pods - node agents and ksm - however due to presence of
prometheus.io/scrape: 'true'
it is also scraped by global fleet, which is undesired.Currently this annotation is hardcoded, my proposal is to move it to values.podAnnotations - it still be a default, however people coud change it if needed
The text was updated successfully, but these errors were encountered: