mirror of https://github.com/istio/istio.io.git
Fix 404s (#838)
Fixes #837 But we need probably some replacement text We can’t anyway link to master with line numbers, that wasn’t working even before we deleted the files Cc @douglas-reid
This commit is contained in:
parent
957e713a79
commit
93fc112206
|
@ -142,8 +142,8 @@ or [manual]({{home}}/docs/setup/kubernetes/sidecar-injection.html#manual-sidecar
|
|||
If you do not see anything named `promhttp` or `promtcp`, then there is
|
||||
no Mixer configuration for sending metric instances to a Prometheus adapter.
|
||||
You will need to supply configuration for rules that connect Mixer metric
|
||||
instances to a Prometheus handler
|
||||
([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L892)).
|
||||
instances to a Prometheus handler.
|
||||
<!-- todo replace ([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L892)). -->
|
||||
|
||||
1. Verify Prometheus handler config exists.
|
||||
|
||||
|
@ -161,8 +161,8 @@ or [manual]({{home}}/docs/setup/kubernetes/sidecar-injection.html#manual-sidecar
|
|||
```
|
||||
|
||||
If there are no prometheus handlers configured, you will need to reconfigure
|
||||
Mixer with the appropriate handler configuration
|
||||
([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L819))
|
||||
Mixer with the appropriate handler configuration.
|
||||
<!-- todo replace ([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L819)) -->
|
||||
|
||||
1. Verify Mixer metric instances config exists.
|
||||
|
||||
|
@ -189,8 +189,8 @@ or [manual]({{home}}/docs/setup/kubernetes/sidecar-injection.html#manual-sidecar
|
|||
```
|
||||
|
||||
If there are no metric instances configured, you will need to reconfigure
|
||||
Mixer with the appropriate instance configuration
|
||||
([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L727))
|
||||
Mixer with the appropriate instance configuration.
|
||||
<!-- todo replace ([example](https://github.com/istio/istio/blob/master/install/kubernetes/istio.yaml#L727)) -->
|
||||
|
||||
1. Verify Mixer configuration resolution is working for your service.
|
||||
|
||||
|
|
Loading…
Reference in New Issue