Error 500 - Failed to send batch; context deadline exceeded #4514
Unanswered
vyngur
asked this question in
Questions & Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm currently testing Thanos Receive as a solution for some upcomfing environments where I need to get some metrics without running the full stack locally. I can see the blocks getting populated inside the Minio bucket, but I'm not really sure if everyting's ok considering I'm getting some errors in the logs.
I've added the necessary lines into the config file of the prometheus i'll be monitoring:
On the receiving end, this is how I have things running in docker-compose:
My temp hashring config:
prometheus.yml (receiver):
Error
This is what I'm seeing in the sender's logs:
And the corresponding Thanos receive logs:
What am I missing? Where did I messed up in this setup?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions