mirror of https://github.com/istio/istio.io.git
Fix some more stale wiki links. (#2145)
This commit is contained in:
parent
5342ab2a80
commit
b641486002
|
@ -89,7 +89,7 @@ Below is our list of existing features and their current phases. This informatio
|
|||
| Basic Configuration Resource Validation | Alpha
|
||||
| [Mixer Self Monitoring](/help/faq/mixer/#mixer-self-monitoring) | Alpha
|
||||
| [Custom Mixer Build Model](https://github.com/istio/istio/wiki/Mixer-Compiled-In-Adapter-Dev-Guide) | Alpha
|
||||
| [Out of Process Mixer Adapters (GRPC Adapters)](https://github.com/istio/istio/wiki/Out-Of-Process-gRPC-Adapter-Dev-Guide) | Alpha
|
||||
| [Out of Process Mixer Adapters (gRPC Adapters)](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Dev-Guide) | Alpha
|
||||
|
||||
> {{< idea_icon >}}
|
||||
Please get in touch by joining our [community](/about/community/) if there are features you'd like to see in our future releases!
|
||||
|
|
|
@ -41,8 +41,8 @@ in Mixer and its adapters.
|
|||
- **Out of Process Adapters**. Mixer now includes initial support for out-of-process adapters. This will
|
||||
be the recommended approach moving forward for integrating with Mixer. Initial documentation on
|
||||
how to build an out-of-process adapter is provided by the
|
||||
[Out Of Process gRPC Adapter Dev Guide](https://github.com/istio/istio/wiki/Out-Of-Process-gRPC-Adapter-Dev-Guide)
|
||||
and the [gRPC Adapter Walk-through](https://github.com/istio/istio/wiki/gRPC-Adapter-Walkthrough).
|
||||
[Out Of Process Adapter Dev Guide](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Dev-Guide)
|
||||
and the [Out Of Process Adapter Walk-through](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Walkthrough).
|
||||
|
||||
- **Client-Side Telemetry**. It's now possible to collect telemetry from the client of an interaction,
|
||||
in addition to the server-side telemetry.
|
||||
|
|
|
@ -9,5 +9,5 @@ Learn how to implement a new adapter for Mixer by consulting the
|
|||
> Istio 1.0 introduces initial support for out-of-process adapters. This will
|
||||
be the recommended approach moving forward for integrating with Mixer. Initial documentation on
|
||||
how to build an out-of-process adapter is provided by the
|
||||
[Out Of Process gRPC Adapter Dev Guide](https://github.com/istio/istio/wiki/Out-Of-Process-gRPC-Adapter-Dev-Guide)
|
||||
and the [gRPC Adapter Walk-through](https://github.com/istio/istio/wiki/gRPC-Adapter-Walkthrough).
|
||||
[Out Of Process Adapter Dev Guide](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Dev-Guide)
|
||||
and the [Out of Process Adapter Walk-through](https://github.com/istio/istio/wiki/Mixer-Out-Of-Process-Adapter-Walkthrough).
|
||||
|
|
Loading…
Reference in New Issue