kirankumar-grootan

Results 16 comments of kirankumar-grootan

I'm not sure if this is the limitaion in distributed mode. When I tried it with Docker Compose, it worked because the metrics generator and ingester read and write data...

In my tempo distributor metrics I found this metric ``` # HELP tempo_distributor_ingester_clients The current number of ingester clients. # TYPE tempo_distributor_ingester_clients gauge tempo_distributor_ingester_clients 1 # HELP tempo_distributor_metrics_generator_clients The current...

@hboutemy Thanks for checking on this. The use case involves scanning the SBOM file with a vulnerability scanner, which is also flagging CVEs for transitive dependencies. While the direct dependency...

``` shared_preload_libraries: {{- if eq .Values.type "timescaledb" }} - timescaledb {{- end }} {{- with .Values.cluster.postgresql.shared_preload_libraries }} {{ . | indent 6}} {{- end }} parameters: {{- toYaml .Values.cluster.postgresql.parameters |...

Hi @itay-grudev Thank you for looking into this ticket. I'm closing this issue. We previously deployed PostgreSQL using the default PostgreSQL image from Docker Hub, which required manual installation of...