mirror of https://github.com/knative/docs.git
move observability into separate section (#1718)
This commit is contained in:
parent
feb723cede
commit
c39465f903
|
@ -70,9 +70,10 @@ with Knative.
|
|||
|
||||
The following Knative installation files are available:
|
||||
|
||||
- **Serving Component and Observability Plugins**:
|
||||
- **Serving Component**:
|
||||
- https://github.com/knative/serving/releases/download/{{< version >}}/serving.yaml
|
||||
- https://github.com/knative/serving/releases/download/{{< version >}}/serving-cert-manager.yaml
|
||||
- **Observability Plugins**:
|
||||
- https://github.com/knative/serving/releases/download/{{< version >}}/monitoring.yaml
|
||||
- https://github.com/knative/serving/releases/download/{{< version >}}/monitoring-logs-elasticsearch.yaml
|
||||
- https://github.com/knative/serving/releases/download/{{< version >}}/monitoring-metrics-prometheus.yaml
|
||||
|
@ -105,13 +106,14 @@ files from the Knative repositories:
|
|||
| **knative/serving** | | |
|
||||
| [`serving.yaml`][1.10]† | Installs the Serving component. | |
|
||||
| [`serving-cert-manager.yaml`][1.20] | Installs support for `cert-manager` and [automatic TLS cert provisioning](../serving/using-auto-tls.md). | Serving component |
|
||||
| **Observability plugins** | | |
|
||||
| [`monitoring.yaml`][1.30]† | Installs the [ELK stack][2.0], [Prometheus][2.10], [Grafana][2.20], and [Zipkin][2.30]**\*** | Serving component |
|
||||
| [`monitoring-logs-elasticsearch.yaml`][1.40] | Installs only the [ELK stack][2.0]**\*** | Serving component |
|
||||
| [`monitoring-logs-elasticsearch.yaml`][1.40] | Installs only the [ELK stack][2.0]**\*** | Serving or Eventing component |
|
||||
| [`monitoring-metrics-prometheus.yaml`][1.50] | Installs only [Prometheus][2.10]**\*** | Serving component |
|
||||
| [`monitoring-tracing-jaeger.yaml`][1.60] | Installs only [Jaeger][2.40]**\*** | Serving component, ELK stack (monitoring-logs-elasticsearch.yaml), [Jaeger Operator][2.50] |
|
||||
| [`monitoring-tracing-jaeger-in-mem.yaml`][1.70] | Installs only [Jaeger in-memory][2.40]**\*** | Serving component, [Jaeger Operator][2.50] |
|
||||
| [`monitoring-tracing-zipkin.yaml`][1.80] | Installs only [Zipkin][2.30].**\*** | Serving component, ELK stack (monitoring-logs-elasticsearch.yaml) |
|
||||
| [`monitoring-tracing-zipkin-in-mem.yaml`][1.90] | Installs only [Zipkin in-memory][2.30]**\*** | Serving component |
|
||||
| [`monitoring-tracing-jaeger.yaml`][1.60] | Installs only [Jaeger][2.40]**\*** | Serving or Eventing component, ELK stack (monitoring-logs-elasticsearch.yaml), [Jaeger Operator][2.50] |
|
||||
| [`monitoring-tracing-jaeger-in-mem.yaml`][1.70] | Installs only [Jaeger in-memory][2.40]**\*** | Serving or Eventing component, [Jaeger Operator][2.50] |
|
||||
| [`monitoring-tracing-zipkin.yaml`][1.80] | Installs only [Zipkin][2.30].**\*** | Serving or Eventing component, ELK stack (monitoring-logs-elasticsearch.yaml) |
|
||||
| [`monitoring-tracing-zipkin-in-mem.yaml`][1.90] | Installs only [Zipkin in-memory][2.30]**\*** | Serving or Eventing component |
|
||||
| **knative/eventing** | | |
|
||||
| [`release.yaml`][4.1]† | Installs the Eventing component. Includes [ContainerSource](../eventing#containersource), [CronJobSource][6.2], InMemoryChannel. | |
|
||||
| [`eventing.yaml`][4.2] | Installs the Eventing component. Includes [ContainerSource](../eventing#containersource) and [CronJobSource][6.2]. Does not include any Channel. | |
|
||||
|
|
Loading…
Reference in New Issue