Dani
Dani
Similar problem, this is what worked for me, copy from https://github.com/grafana/loki/issues/10537#issuecomment-1759899640: On `values.yaml` of the Helm chart added: ```yaml loki: commonConfig: # set to 1, otherwise more replicas are needed...
Answering for similar error output, but different cause. On my side it was a network error. When using the `otlphttp` exporter to send metrics to Mimir in a different cluster,...
Having a monolithic deployment for the helm chart would be awesome for the [meta-monitoring](https://github.com/grafana/meta-monitoring-chart) chart
This is happening with Helm. I am not able to use `{{ $labels. }}` with any type of changes. It is always interpreted as Helm Templating because of the `tpl`...
Steps for this: - Enable Github Pages on branch gh-pages `/` (root) - Add the following Github Actions Workflow: ```yaml name: Release Charts on: push: branches: - main workflow_dispatch: jobs:...
Same here, on a fresh deployment using https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-cloudwatch-exporter Restarting the Deployment does not fix it. It uses the `Karpenter` role
## Update Got it to work, by creating the `Ingress` on the same namespace of the LB Controller. Still unsure if this was what it made it work, or some...