Skip to content

Commit

Permalink
remove outlier_detection metrics from legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
keisku committed Aug 9, 2022
1 parent efd5a6f commit 8c6a02b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions envoy/tests/legacy/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,22 +234,6 @@
'envoy.vhost.vcluster.upstream_rq_retry_success',
'envoy.vhost.vcluster.upstream_rq_timeout',
'envoy.vhost.vcluster.upstream_rq_total',
"cluster.outlier_detection.ejections_enforced_total",
"cluster.outlier_detection.ejections_active",
"cluster.outlier_detection.ejections_overflow",
"cluster.outlier_detection.ejections_enforced_consecutive_5xx",
"cluster.outlier_detection.ejections_enforced_success_rate",
"cluster.outlier_detection.ejections_detected_success_rate",
"cluster.outlier_detection.ejections_enforced_consecutive_gateway_failure",
"cluster.outlier_detection.ejections_detected_consecutive_gateway_failure",
"cluster.outlier_detection.ejections_enforced_consecutive_local_origin_failure",
"cluster.outlier_detection.ejections_detected_consecutive_local_origin_failure",
"cluster.outlier_detection.ejections_enforced_local_origin_success_rate",
"cluster.outlier_detection.ejections_detected_local_origin_success_rate",
"cluster.outlier_detection.ejections_enforced_failure_percentage",
"cluster.outlier_detection.ejections_detected_failure_percentage",
"cluster.outlier_detection.ejections_enforced_failure_percentage_local_origin",
"cluster.outlier_detection.ejections_detected_failure_percentage_local_origin",
]

# Metrics only available in our API v2 environment
Expand Down

0 comments on commit 8c6a02b

Please sign in to comment.