add telemetry tips (#12551)

* add telemetry tips

* Update index.md

* fix lint

---------

Co-authored-by: Faseela K <k.faseela@gmail.com>
This commit is contained in:
zirain 2023-01-30 21:57:08 +08:00 committed by GitHub
parent 04136ba0c8
commit 182485fd3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -60,15 +60,19 @@ data:
For convenience, Istio comes with a few providers configured out of the box with default settings:
|Provider Name|Functionality|
|-------------|-------------|
|`prometheus` |Metrics|
|`stackdriver`|Metrics, Tracing, Access Logging|
|`envoy` |Access Logging|
| Provider Name | Functionality |
| ------------- | -------------------------------- |
| `prometheus` | Metrics |
| `stackdriver` | Metrics, Tracing, Access Logging |
| `envoy` | Access Logging |
In additional, a [default provider](/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig-DefaultProviders) can be set which
will be used when the `Telemetry` resources do not specify a provider.
{{< tip >}}
If you're using [Sidecar](/docs/reference/config/networking/sidecar/) configuration, do not forget to add provider's service.
{{< /tip >}}
## Examples
### Configuring mesh-wide behavior