Skip to content

Commit 04d13ef

Browse files
Rename Monitoring bundle to Observability plugin. (#2269)
* Rename Monitoring bundle to Observability plugin. Related: #2265 * Incorporate feedback from Richie
1 parent 65e30ed commit 04d13ef

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/install/any-kubernetes-cluster.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description of each:
2626
- [**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.
2727
- [**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).
2828

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.
3030

3131
## Before you begin
3232

@@ -587,18 +587,20 @@ To learn more about the Cloud Audit Logs source, try [our sample](../eventing/sa
587587
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).
588588

589589

590-
## Installing the Monitoring bundle
590+
## Installing the Observability plugin
591591

592592
{{< feature-state version="v0.2" state="alpha" >}}
593593

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.
595595

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:
597597

598598
```bash
599599
kubectl apply --filename {{< artifact repo="serving" file="monitoring-core.yaml" >}}
600600
```
601601

602+
After the core is installed, you can choose to install one or all of the following observability plugins:
603+
602604
- Install [Prometheus](https://prometheus.io/) and [Grafana](https://grafana.com/) for metrics:
603605

604606
```bash

0 commit comments

Comments
 (0)