https://github.com/helm/query-store-quay-logs
https://github.com/helm/query-store-quay-logs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helm/query-store-quay-logs
- Owner: helm
- License: apache-2.0
- Created: 2018-09-12T21:12:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T17:25:55.000Z (over 7 years ago)
- Last Synced: 2025-04-11T09:26:07.442Z (about 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Quay Store Query Logs
This application queries Quay usage logs for a repository and stores them in object storage. This is because quay.io maintains the logs for a limited period of time. Those that want access to logs over a longer period need to query for them and store them.
This application is designed to be run at regular intervals (e.g., once per day) to get previous logs and export them. This is useful to run as something like a Kubernetes CronJob.