Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTChen committed Nov 30, 2021
1 parent 0cd5da5 commit 2fd8139
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion envoy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ The Envoy check is included in the [Datadog Agent][2] package, so you don't need

#### Istio

If you are using Envoy as part of [Istio][3], be sure to use the appropriate [Envoy admin endpoint][4] for the `stats_url`.
If you are using Envoy as part of [Istio][3], configure the `openmetrics_endpoint` to the Istio proxy metrics endpoint.

```yaml
instances:
- openmetrics_endpoint: localhost:15090/stats/prometheus
```

#### Standard

Expand Down

0 comments on commit 2fd8139

Please sign in to comment.