Minor edits in the P&T concept page.

This commit is contained in:
mtail 2018-07-12 13:41:38 -07:00
parent 64b6c907f9
commit da90e9c7bb
1 changed files with 3 additions and 3 deletions

View File

@ -45,8 +45,8 @@ At a high level, Mixer provides:
Beyond these purely functional aspects, Mixer also has [reliability and scalability](#reliability-and-latency) benefits as outlined below.
Policy enforcement and telemetry collection are entirely driven from configuration.
It's possible to completely disable these features and avoid the need to run a
Mixer component in an Istio deployment.
It's possible to [completely disable these features](/docs/setup/kubernetes/helm-install/#customization-example-traffic-management-minimal-set)
and avoid the need to run the Mixer component in an Istio deployment.
## Adapters
@ -161,7 +161,7 @@ destination_version: destination.labels["version"] | "unknown"
With the above, the `destination_version` label is assigned the value of `destination.labels["version"]`. However if that attribute
is not present, the literal `"unknown"` is used.
Refer to the [attribute expression reference](/docs/reference/config/policy-and-telemetry/expression-language/) for details.
Refer to the [attribute expression](/docs/reference/config/policy-and-telemetry/expression-language/) page for details.
## Configuration model