Via @marino-mrc
otelcol gave:
Exporting failed. Dropping data.
...
Permanent error: Permanent error: context deadline exceeded
...
Permanent error: Permanent error: Permanent error: remote write returned HTTP status 429 Too Many Requests; the request has been rejected because the tenant exceeded the ingestion rate limit
On mimir-write side,
One option is to kill the pvc,
kubectl scale statefulset mimir-write -n cos --replicas=0
kubectl delete pvc mimir-write-data-db5430bc-mimir-write-0 mimir-write-data-db5430bc-mimir-write-1 mimir-write-data-db5430bc-mimir-write-2 mimir-write-recovery-data-db5430bc-mimir-write-0 mimir-write-recovery-data-db5430bc-mimir-write-1 mimir-write-recovery-data-db5430bc-mimir-write-2 -n cos
kubectl scale statefulset mimir-write -n cos --replicas=3
A quicker option is to juju ssh and delete the WAL files.
We should:
- Add a doc showing how to clear out the WAL. Maybe even add charm action
purge-wal.
- Include the above error messages verbatim in our docs, so they are searchable.
Reported from: https://documentation.ubuntu.com/observability/latest/how-to/deploy-and-manage/
Via @marino-mrc
otelcol gave:
On mimir-write side,
One option is to kill the pvc,
A quicker option is to
juju sshand delete the WAL files.We should:
purge-wal.Reported from: https://documentation.ubuntu.com/observability/latest/how-to/deploy-and-manage/