You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all. I have an issue with thanos receive. Starting from thanos version 0.30.0 my prometheus server cannot write chunks to receiver. But at same time, if i using thanos 0.29.0 (and lower) - no issues. May u please help with solving problem ?
I suppose, something changed with Prometheus implementation (API ?) at thanos starting from version 0.30.0
Object Storage Provider:
GCS (Google Bucket)
What happened:
Prometheus cannot write chunks into thanos receive
What you expected to happen:
Prometheus should successfully write chunks into thanos receive
Full logs to relevant components:
Prometheus Logs
{"caller":"dedupe.go:112","component":"remote","err":"server returned HTTP status 500 Internal Server Error: \n","level":"warn","msg":"Failed to send batch, retrying","remote_name":"69f30b","ts":"2024-09-06T06:31:42.261Z","url":"http://xxxxxxxxxxxxxxxx:19291/api/v1/receive"}
Thanos Logs
Sep 06 06:34:12 thanos-receiver[9671]: {"caller":"handler.go:584","component":"receive-handler","err":"","level":"debug","msg":"failed to handle request","name":"receive","tenant":"prometheus-ha","ts":"2024-09-06T06:34:12.706646006Z"}
Sep 06 06:34:12 thanos-receiver[9671]: {"caller":"handler.go:595","component":"receive-handler","err":"","level":"error","msg":"internal server error","name":"receive","tenant":"prometheus-ha","ts":"2024-09-06T06:34:12.710355721Z"}
Hey @ALX-TH! I'm here to help you with the issue you're facing. Let's work together to get this sorted out.
Prometheus fails to write chunks to Thanos receive starting from Thanos version 0.30.0 due to a change introduced in the following pull request:
#7248 Receive: Fix RemoteWriteAsync was sequentially executed causing high latency in the ingestion path.
This change likely altered the behavior of the remote write path, which could be causing the issue with Prometheus writing chunks to Thanos receive [1].
To address this issue, you may need to review and adjust your configuration to align with the changes introduced in version 0.30.0. Specifically, ensure that your configuration accounts for the new features and fixes:
Hi all. I have an issue with thanos receive. Starting from thanos version 0.30.0 my prometheus server cannot write chunks to receiver. But at same time, if i using thanos 0.29.0 (and lower) - no issues. May u please help with solving problem ?
I suppose, something changed with Prometheus implementation (API ?) at thanos starting from version 0.30.0
Object Storage Provider:
GCS (Google Bucket)
What happened:
Prometheus cannot write chunks into thanos receive
What you expected to happen:
Prometheus should successfully write chunks into thanos receive
Full logs to relevant components:
Prometheus Logs
Thanos Logs
Configs:
Prometheus:
Thanos
Environment:
The text was updated successfully, but these errors were encountered: