https://github.com/vimalk78/logwatcher
https://github.com/vimalk78/logwatcher
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vimalk78/logwatcher
- Owner: vimalk78
- Created: 2023-01-12T15:17:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T19:21:27.000Z (over 3 years ago)
- Last Synced: 2025-01-22T04:41:21.904Z (over 1 year ago)
- Language: Go
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### LogWatcher
Monitors logging root folder "/var/log/pods" for log activity by containers, and generates metrics about amount of logs produced by each container.
### Design
Please refer to [Design.md](./Design.md)