electric
electric copied to clipboard
Make polling interval configurable per metric type
Currently all polling-based metrics are driven by a global telemetry_poller process running under ApplicationTelemetry and stack-specific ones running under each live StackSupervisor. Therefore they are all sampled at the same interval.
We want to be able to configure polling interval for specific metrics based on the need and cost of each one.