Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in_tail: Implement file metrics #3504

Merged
merged 3 commits into from
Sep 15, 2021
Merged

in_tail: Implement file metrics #3504

merged 3 commits into from
Sep 15, 2021

Commits on Sep 14, 2021

  1. in_tail: Implement file metrics

    * opened file count
    * closed file count
    * rotated file count
    
    These metrics should be collected same as fluent-bit's in_tail.
    
    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    0c0dd99 View commit details
    Browse the repository at this point in the history
  2. Unify metrics instances with MetricsInfo struct

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    a0ed3a9 View commit details
    Browse the repository at this point in the history
  3. in_tail: Remove needless temporary variables

    Signed-off-by: Hiroshi Hatake <hatake@calyptia.com>
    cosmo0920 committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    103f1f1 View commit details
    Browse the repository at this point in the history