You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/any-kubernetes-cluster.md
+6-4
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ description of each:
26
26
-[**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.
27
27
-[**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).
28
28
29
-
Knative also has a[**Monitoring bundle**](#installing-the-monitoring-bundle) {{< 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.
29
+
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.
30
30
31
31
## Before you begin
32
32
@@ -587,18 +587,20 @@ To learn more about the Cloud Audit Logs source, try [our sample](../eventing/sa
587
587
You can find a number of samples for Knative Eventing [here](../eventing/samples/README.md). A quick-start guide is available [here](../eventing/getting-started.md).
588
588
589
589
590
-
## Installing the Monitoring bundle
590
+
## Installing the Observability plugin
591
591
592
592
{{< feature-state version="v0.2" state="alpha">}}
593
593
594
-
Knative provides a bundle of monitoring components that can be used to make the Serving and Eventing components more observable.
594
+
Install the following observability features to enable logging, metrics, and request tracing in your Serving and Eventing components.
595
595
596
-
Before you install any specific monitoring components, you must first install the core monitoring pieces:
596
+
All observibility plugins require that you first install the core:
0 commit comments