-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Feature:AlertingFeature:Metrics UIMetrics UI featureMetrics UI featureTeam:Infra Monitoring UI - DEPRECATEDDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Description
Part of #56432
#57606 doesn't support the rate aggregator correctly. Use the networkTraffic function from x-pack/plugins/infra/common/inventory_models/shared/metrics/snapshot/network_traffic.ts to implement something like:
if (metric.aggregation === 'rate') {
return networkTraffic(metric.type, metric.field);
}
return {
custom: {
[metric.aggregation]: {
field: metric.field,
},
},
};Metadata
Metadata
Assignees
Labels
Feature:AlertingFeature:Metrics UIMetrics UI featureMetrics UI featureTeam:Infra Monitoring UI - DEPRECATEDDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_servicesDEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services