Skip to content

Conversation

jolson-ibm
Copy link

@jolson-ibm jolson-ibm commented Aug 8, 2025

✨ Feature / Enhancement PR

πŸ”— Epic / Issue

Closes #292


πŸš€ Summary (1-2 sentences)

Adds a Github Action to collect repository metrics and submit them as a parquet file to the AI Alliance analytics data lake.


πŸ§ͺ Checks

make lint not executed. Also, make lint <yaml file name> is failing due to a bug in make lint

  • make lint passes
  • make test passes
  • CHANGELOG updated (if user-facing)

πŸ““ Notes (optional)

Job is intended to run once a day, per the cron in the .yaml file.
There are also FIVE environment variables that need to be set for the project in order to get the metrics into the AI Alliance data lake:

AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_REGION
AWS_S3_BUCKET
SPECIAL_GH_TOKEN

If these are not set prior to the PR being merged and the first run of the job, the job will fail. See @jolson-ibm for the values.

Once the job is up and running, metrics can be viewed on the AI Alliance Grafana dashboard, and compared to other AI Alliance projects.

Signed-off-by: Joe Olson <[email protected]>
@crivetimihai crivetimihai changed the title Closes #292 Closes #292 AI Alliance Metrics Collection Aug 8, 2025
Signed-off-by: Joe Olson <[email protected]>
@MohanLaksh
Copy link
Collaborator

MohanLaksh commented Aug 18, 2025

make serve - pass
make test - all pass - (81%, === 1280 passed, 10 skipped, 49 warnings in 52.51s ===)
make autoflake isort black flake8 - pass - no errors
make pylint - pass - Your code has been rated at 10.00/10
make smoketest - pass - βœ… Smoketest passed!
make doctest - all pass - (57%, 424 passed, 8 skipped, 1 warning in 13.79s)

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.

[CHORE]: Enable AI Alliance Analytics Stack Integration
2 participants