Vineeth Pothulapati
Vineeth Pothulapati
But how can I use `kubectl wait` inside helm chart installation? I'm adding a otel-col CR inside `/templates` directory to create a otel-col with provided config alongside the otel-operator installation.
I am trying to create otel-col in deployment mode. So the validating webhook has very little to do with type deployment as more validations logic is on other types of...
@mars64 thanks for the input. But dealing with separate charts makes it more complex right? I mean the upgrades and management of multiple charts, which represent a single system i.e....
Hey, @patrick-east I can take this up. Do you have any suggestions? I am thinking to replace github.com/pkg/errors package with errors standard package from go
Most of our use cases with ```github.com/pkg/errors``` are around ```errors.wrap()``` which isn't offered by standard errors package from go. But the official go docs say to use ```fmt.Errorf()``` instead of...
@patrick-east if we are okay with dropping ```github.com/pkg/errors``` I can take this up.
@deaksmaestro Now Promscale supports **config-driven data retention** but only for **global retention**, not for per metric retention at the moment. This will be supported in the upcoming iteration.
We decided not to implement this at the moment. As Promscale will expose metrics in default HTTP server i.e. `9201`. So the option of turning off Prometheus under the hood...
ping @niksajakovljevic @arajkumar
duplicate to #592