Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avalanche doesn't send remote-write requests when --metric-interval alone is set #72

Open
harry671003 opened this issue Aug 12, 2024 · 1 comment

Comments

@harry671003
Copy link

Issue

  • Thanos uses avalanche in e2e tests. About two weeks ago, one of the e2e tests which uses avalanche started failing.
  • The test was configuring --metric-interval=30s and --remote-write-interval=30s and expecting requests to be made every 30s from avalanche.
  • However, in write.go#L143 no timeseries is returned and avalanche doesn't make write requests.

Avalanche configuration

Avalanche configuration that wasn't working

--metric-count=10 \
--series-count=1 \
--metric-interval=30 \
--series-interval=3600 \
--value-interval=3600 \
--remote-write-interval=30s \
--remote-batch-size=10 \
--remote-requests-count=5

Avalanche configuration that worked

--metric-count=10 \
--series-count=1 \
--metric-interval=3600 \
--series-interval=30 \
--value-interval=30 \
--remote-write-interval=30s \
--remote-batch-size=10 \
--remote-requests-count=5

Related

thanos-io/thanos#7620

@cstyan
Copy link
Contributor

cstyan commented Aug 23, 2024

hey @harry671003, can you share more details about what you're seeing?

I see samples being sent correctly when testing locally with both sets of CLI arguments you've provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants