Deprecate the observability plugin (#2361)

This commit is contained in:
Matt Moore 2020-04-02 15:21:17 -07:00 committed by GitHub
parent 2097832bcc
commit e0652ab3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ description of each:
- [**Serving**](#installing-the-serving-component) {{< feature-state version="v0.9" state="stable" short=true >}} provides an abstraction for stateless request-based scale-to-zero services.
- [**Eventing**](#installing-the-eventing-component) {{< feature-state version="v0.2" state="alpha" short=true >}} provides abstractions to enable binding event sources (e.g. Github Webhooks, Kafka) and consumers (e.g. Kubernetes or Knative Services).
Knative also has an [**Observability plugin**](#installing-the-observability-plugin) {{< feature-state version="v0.1" state="alpha" short=true >}} which provides standard tooling that can be used to get visibility into the health of the software running on Knative.
Knative also has an [**Observability plugin**](#installing-the-observability-plugin) {{< feature-state version="v0.14" state="deprecated" short=true >}} which provides standard tooling that can be used to get visibility into the health of the software running on Knative.
## Before you begin
@ -720,7 +720,7 @@ You can find a number of samples for Knative Eventing [here](../eventing/samples
## Installing the Observability plugin
{{< feature-state version="v0.2" state="alpha" >}}
{{< feature-state version="v0.14" state="deprecated" >}}
Install the following observability features to enable logging, metrics, and request tracing in your Serving and Eventing components.