output_status_retry_wait
means the elapsed time from the first retry
#217
Labels
output_status_retry_wait
means the elapsed time from the first retry
#217
The document says
output_status_retry_wait
means current retry_wait computed from last retry time and next retry time.fluent-plugin-prometheus/README.md
Lines 122 to 123 in 41fa2df
However, it actually means the elapsed time from the first retry.
We need to fix the value or the document.
fluent-plugin-prometheus/lib/fluent/plugin/in_prometheus_output_monitor.rb
Lines 194 to 207 in 41fa2df
It is calculated as
next_time
-start
.start
is the time of the first retry, so this value means the elapsed time from the first retry.The text was updated successfully, but these errors were encountered: