Prem Saraswat
Prem Saraswat
> Another option for `Rulers` is reach 'Thanos Queriers' through Observatorium API to reuse the tenancy semantics at Observatorium API and future-proof `Rulers` to work across multiple instances of Observatorium...
This is happening because we are annotating the `OpentelemetryCollector` CR as a helm hook. And by default, helm hooks are not managed with the releases, i.e. they don't get removed...
Waiting for #521 to get merged as it kind of touches the same files. Will rebase and mark this ready for review after #521 gets merged.
> Could you elaborate on the fact that why we need to swap the tsdb data before we could flush it? When we are flushing a TSDB instance, it can't...
The `embed` package looks interesting but there is a slight difference in the approach with the `embed` package. With `go-bindata` you create the `bindata.go` file before running `go build`, which...
Still valid.
> Do you mean this? https://github.com/prometheus/demo-site > > I'm curious how the Prometheus folks experience these demo sites (Like does it get used a lot for example?) Yes, that's what...
Heya @Harkishen-Singh, sorry for the delay on this, finally found some time to work on this. I have moved the configuration into `ha` package as you suggested, as well as...
Hey, with some digging around, it looks like a bug in kubernetes (kubernetes/kubernetes#67761). There is also a issue on the helm side for this (helm/helm#9710), and an open PR fixing...
Going through the upstream issues, it looks like using `helm` with resource quotas enabled and a big helm chart is hit or miss. The problem occurs when helm tries to...