PowerSurj
PowerSurj
I hit same problem with the expression RAW_FORMAT: {{ index .Config.Labels "com.docker.swarm.service.name" }} Tested on Docker 19.03.6 After many attempts found that you have to wrap Go Template expressions in...
It would be great if we could keep the env var. I came across https://github.com/tomkerkhove/promitor/issues/1582 where the phase out of `PROMITOR_AUTH_APPID` is announced. Hence, i brought this request up. Such...
That'd be great! Thanks Tom!
whilst debugging, I tried adding --force flag to alertad command but it made no difference ``` alerta@alerta-6cd7bc66d8-2lpmn:/$ alertad key --username "${ADMIN_USER}" --key "${ADMIN_KEY}" --force ERROR: duplicate key value violates unique...
> So far, it's been fine on multiple applies. Seems to require the subdomain to be present before creating records there. This is did not work for me for NS...
Having similar issue with thanos store, but in our example it falters at two months old containers that for some reason are missing meta.json ``` {"address":"0.0.0.0:10901","caller":"grpc.go:131","component":"store","level":"info","msg":"listening for serving gRPC","service":"gRPC/server","ts":"2022-10-10T05:23:11.667115507Z"} {"caller":"http.go:84","component":"store","err":"bucket...
I'd appreciate someone's suggestions/findings in troubleshooting this on the Windows server side. We could tackle this problem from this size.
description field changes cause provider errors i'm on terraform v1.6.4 ``` Error: Provider produced inconsistent final plan When expanding the plan for helm_release.myapp[0] to include new values learned so far...
The cause of error seems to have been coming due to the Chart with dependencies. Description driven updates work fine without `reset_values` and with Charts that have no dependencies. My...
I think more people run into this extra JSON parsing. We are shipping structured logs to Grafana Cloud using Opentelemetry Collector (applies to loki and otlphttp exporters). Run into similar...