Alex Craig
Alex Craig
Is the idea behind this to set all other configs aside from Azure to have a dot at the end of their base storage URLs? In other words, Azure will...
I can add some if you accept community PRs. I actually need some metrics for this :D
I posted a draft here https://github.com/blind-oracle/cortex-tenant/pull/35
This issue appears in my logs too
I'm getting this too on the same metric after upgrading. Kinda weird.
After digging a little more, this is because in exporter 0.11 they introduced the pg_database collector (see here: https://github.com/prometheus-community/postgres_exporter/compare/v0.10.1...v0.11.0#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R44). It doesn't look like you can turn this collector off via...
@sysadmind Yes I believe it's a bug. I did a little local testing and the disable didn't function and my admittedly small code changes didn't seem to fix it
The custom route injection for this is kind of hideous: ```` nginx: config: serverSnippet: location ~ /ruler/rule_groups { proxy_pass http://{{ template "cortex.fullname" . }}-ruler.{{ printf "%s.svc.%s:%d" .Release.Namespace .Values.clusterDomain (.Values.config.server.http_listen_port |...
This is probably because this Action is run as a container. It won't inherit your login because it spins up a container and within that container it runs the container...