mirror of https://github.com/istio/istio.io.git
Make trace pod annotation warning more visible. (#8967)
* Make trace pod annotation warning more visible. * Update content/en/docs/tasks/observability/distributed-tracing/configurability/index.md Co-authored-by: Eric Van Norman <ericvn@us.ibm.com> Co-authored-by: Eric Van Norman <ericvn@us.ibm.com>
This commit is contained in:
parent
6f743ec1cb
commit
ecc5a6a190
|
|
@ -46,12 +46,14 @@ In order for the new tracing configuration to take effect for either of these
|
|||
options you need to restart pods injected with Istio proxies.
|
||||
{{< /warning >}}
|
||||
|
||||
Note that any pod annotations added for tracing configuration overrides global settings.
|
||||
{{< warning >}}
|
||||
Any pod annotations added for tracing configuration override global settings.
|
||||
In order to preserve any global settings you should copy them from
|
||||
global mesh config to pod annotations along with workload specific
|
||||
customization. In particular, make sure that the tracing backend address is
|
||||
always provided in the annotations to ensure that the traces are reported
|
||||
correctly for the workload.
|
||||
{{< /warning >}}
|
||||
|
||||
### Using `MeshConfig` for trace settings
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue