pub const ENTITY_METRIC_PUBLISHER_INTERVAL: Duration;
Expand description
The interval at which the entity metrics are polled and published (Not sent to Prometheus at this interval, since we use a pull-based http listener)
This doubles as the timeout for entity status retrieval.