Hi everybody,
could it be the the cluster support (#147) was overlooked when introducing the advanced event loop monitoring in #278?
The old event loop metric has an aggregator set, whereas all the new onen don't:
https://github.com/siimon/prom-client/blob/c63689bbbb6a0395ce9d806b0cc17cf5d380f4a8/lib/metrics/eventLoopLag.js#L37
Was looking at some metrics of a node cluster today and couldn't quite make sense of it. It looks to me like something else than the default sum aggregator should be used for most the other lag metrics, right?
Hi everybody,
could it be the the cluster support (#147) was overlooked when introducing the advanced event loop monitoring in #278?
The old event loop metric has an
aggregatorset, whereas all the new onen don't:https://github.com/siimon/prom-client/blob/c63689bbbb6a0395ce9d806b0cc17cf5d380f4a8/lib/metrics/eventLoopLag.js#L37
Was looking at some metrics of a node cluster today and couldn't quite make sense of it. It looks to me like something else than the default
sumaggregator should be used for most the other lag metrics, right?