Skip to content

Commit

Permalink
Revert "fix network golden metrics for otel hosts (#367)" (#371)
Browse files Browse the repository at this point in the history
This reverts commit ca7fb4f.
  • Loading branch information
jlegoff authored Oct 27, 2021
1 parent 0929a22 commit 4ff8297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/infra-host/golden_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ networkTraffic:
eventId: entityGuid
eventName: entityName
opentelemetry:
select: rate(sum(system.network.io), 1 second)
select: rate(average(system.network.io), 1 second)
where: device != 'lo'
from: Metric
eventId: entity.guid
Expand Down

0 comments on commit 4ff8297

Please sign in to comment.