Using Graylog v3.3.5:
When I look at the metric details of an input's extractor it has these average values:
Metrics 3,684,359 total invocations since boot, averages: NaN, 0.67, 42.04.
Can anyone define what this is an average of?
The rest of the metrics look like this: GraylogExtractorMetrics
It's respectively the One/Five/Fifteen minute rate for this extractor (rate=invocations).
You can see that in the code :
The rate is a RateMetricsResponse which eventually brings us in com.codahale.metrics.Timer, where we can see more details about the metrics, e.g: