mirror of https://github.com/istio/istio.io.git
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:
parent
04136ba0c8
commit
182485fd3e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue