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

[SERVICES-2464] Add hourly values for global TVL from past 24h to AWS query cache warmer #1373

Conversation

mad2sm0key
Copy link
Contributor

Reasoning

  • running the analytics query values24h (series: "factory", metric: "totalLockedValueUSD") returns empy array

Proposed Changes

  • add timescaleDB query for missing data in aws query cache warmer

How to test

Query below should return an array with the values for the past 24h

query {
  values24h (
    series: "factory", 
    metric: "totalLockedValueUSD"
  ) {
    timestamp
    value
  }
}

@mad2sm0key mad2sm0key changed the title [SERVICES-2464] Add hourly values for gobal TVL from past 24h to AWS query cache warmer [SERVICES-2464] Add hourly values for global TVL from past 24h to AWS query cache warmer Jun 19, 2024
@cfaur09
Copy link

cfaur09 commented Jun 20, 2024

tested 🟢

@mad2sm0key mad2sm0key merged commit dfeb502 into development Jun 20, 2024
1 check failed
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

Successfully merging this pull request may close these issues.

None yet

4 participants