-
-
Notifications
You must be signed in to change notification settings - Fork 403
[skip changelog] Add stats fetching from Arduino CDN using AWS Athena #666
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
Conversation
.github/workflows/arduino-stats.yaml
Outdated
push: | ||
branches: | ||
- rsora/downloads-stats-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll remove them once ready to merge
AWS_ATHENA_OUTPUT_LOCATION: ${{ secrets.STATS_AWS_ATHENA_OUTPUT_LOCATION }} | ||
GITHUB_REPOSITORY: ${{ github.repository }} | ||
run: | | ||
# Fetch jq 1.6 as VM has only 1.5 ATM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😿
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📈
😈 |
Please check if the PR fulfills these requirements
No
This PR introduces a cron action that will gather download statistics from Arduino CDN and push results to Datadog.
This PR is a twin PR for #665
See how to contribute