Skip to content

Exporter to collect metrics about container logs being produced in a kubernetes environment

License

Notifications You must be signed in to change notification settings

ViaQ/log-file-metric-exporter

Folders and files

NameName
Last commit message
Last commit date
May 5, 2023
Mar 25, 2025
May 5, 2023
Apr 6, 2022
Oct 26, 2022
Mar 25, 2025
May 4, 2023
May 10, 2021
Mar 25, 2025
Mar 24, 2025
Apr 10, 2024
Mar 27, 2025
Mar 25, 2025

Repository files navigation

log-file-metric-exporter

Exporter to collect metrics about container logs being produced in a kubernetes environment It publishes log_logged_bytes_total metric in prometheus. This metric allows one to see total data bytes actually logged vs. what collector (fluentd) is able to collect during runtime. This implementation is based on Golang and it uses fsnotify package to watch out for new data written to log files residing in the Watcher path.