Closed cosmo0920 closed 3 years ago
With metrics plugin extension, output metrics should be put in monitor_info not instance variables.
Instance variables: num_errors, write_count, emit_count, emit_records, rollback_count, flush_time_count, slow_flush_count are gone after Fluentd's metrics plugin mechanism is enabled.
num_errors
write_count
emit_count
emit_records
rollback_count
flush_time_count
slow_flush_count
Signed-off-by: Hiroshi Hatake hatake@calyptia.com
With metrics plugin extension, output metrics should be put in monitor_info not instance variables.
Instance variables:
num_errors
,write_count
,emit_count
,emit_records
,rollback_count
,flush_time_count
,slow_flush_count
are gone after Fluentd's metrics plugin mechanism is enabled.Signed-off-by: Hiroshi Hatake hatake@calyptia.com