Robert Jacob
Robert Jacob
We currently monitor the state of most of our services / nodes using [Prometheus](https://prometheus.io). Unfortunately bamboo currently does not provide any metrics or monitoring endpoint other than the `/status` which...
### Description During #1548 I failed to realize that the Kafka output for vector does not use the common `tls.*` options for disabling validation of the certificate. This PR fixes...
This updates the project to use the Go module format and also changes the Dockerfile so that the image produced is much smaller because it does not contain the build...
From looking at the current implementation it looks to me like there is no way of attaching arbitrary information to a log message aside from using the MDC, which groups...
**What this PR does / why we need it**: Currently the Loki Operator emits the `ReadyCondition` even when there are pods running but not ready yet. It looks like this...
### Description This PR aims to fix the issue of stale telemetry metrics present in the operator. It does this by creating a custom collector instead of relying on the...
### Description This is a backport of #2443 to `release-5.8`, to be reviewed/merged after the review of that PR finishes. /cc @jcantrill /assign @cahartma ### Links - Depending on PR(s):...
### Description This is a backport of #2443 to `release-5.7`, to be reviewed/merged after the review of that PR finishes. /cc @jcantrill /assign @cahartma ### Links - Depending on PR(s):...
**What this PR does / why we need it**: The current implementation bases the value used for `replay_memory_ceiling` only on the memory-request of the ingester Pod. This works for our...