Skip to content

Commit

Permalink
DOCS-8740
Browse files Browse the repository at this point in the history
  • Loading branch information
alai97 authored Aug 22, 2024
1 parent 23fc9c5 commit b982462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Be sure to exclude Istio and Envoy metrics from your configuration to avoid high
#
instances:
- openmetrics_endpoint: <OPENMETRICS_ENDPOINT>
metrics: [*]
metrics: ['*']
exclude_metrics:
- istio_*
- envoy_*
Expand All @@ -249,7 +249,7 @@ Be sure to exclude Istio and Envoy metrics from your configuration to avoid high
instances:
- prometheus_url: <PROMETHEUS_URL>
metrics:
- *
- '*'
ignore_metrics:
- istio_*
- envoy_*
Expand Down

0 comments on commit b982462

Please sign in to comment.