This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, when TargetDown fires, we get messages like > 0% of the envoy-stats targets are down. which is obviously wrong. The fix is to change the value of the metric. Rather than averaging `up` to get a percentage of instances that are up, we average `1-up` to get a percentage of instances that are down.
- Loading branch information