mtail
mtail copied to clipboard
extract internal monitoring data from application logs for collection in a timeseries database
Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark) from 1.20.3 to 1.20.7. Release notes Sourced from benchmark-action/github-action-benchmark's releases. v1.20.7 fix improve parsing for custom benchmarks (#323) Full Changelog: https://github.com/benchmark-action/github-action-benchmark/compare/v1.20.5...v1.20.7 v1.20.5 feat allow to parse generic cargo...
Bumps [slsa-framework/slsa-verifier](https://github.com/slsa-framework/slsa-verifier) from 2.6.0 to 2.7.1. Release notes Sourced from slsa-framework/slsa-verifier's releases. v2.7.1 What's Changed chore: Update docs for v2.7.0 by @ramonpetgrave64 in slsa-framework/slsa-verifier#829 docs(npm): "exmaple" spelling fix by @scop...
Hi mtail team, Thanks for your work on this project — it’s been really useful for log-based metric extraction. I'm curious about the **implementation details of mtail's runtime**, particularly: *...
I'm currently working on monitoring PostgreSQL logs in CSV format using mtail. One challenge is that SQL statements in the statement field may span multiple lines. This makes it difficult...
Hi mtail team, I noticed that `fsnotify` support was removed and replaced with a polling-based file watching mechanism. I’d like to understand more about this decision, especially since we’re using...