pub async fn write_system_metric_by_handler(
db: String,
handler: PromStoreProtocolHandlerRef,
filter: Option<MetricFilter>,
interval: Interval,
)
Expand description
Send metrics collected by our internal handler
for case frontend
and standalone
dispose it’s own metrics,
reducing compression and network transmission overhead.