diff --git a/docs/docs/getting-started/assets/install01.png b/docs/docs/getting-started/assets/install01.png index a793d6a16e..71a96bb347 100644 Binary files a/docs/docs/getting-started/assets/install01.png and b/docs/docs/getting-started/assets/install01.png differ diff --git a/docs/docs/getting-started/observability.md b/docs/docs/getting-started/observability.md index a66e8e5eac..ab5a541069 100644 --- a/docs/docs/getting-started/observability.md +++ b/docs/docs/getting-started/observability.md @@ -277,9 +277,10 @@ So let's install new Observability components to help us: - [Cert manager](https://cert-manager.io): Jaeger requires cert-manager - [Jaeger](https://jaegertracing.io): Store and view DORA deployment traces +- [OpenTelemetry collector](https://opentelemetry.io/docs/collector/): Scrape metrics from the above DORA metrics endpoint + & forward to Prometheus. + In this guide, we will use the OTel collector that comes bundled with the Jaeger `allInOne` image. - [Prometheus](https://prometheus.io): Store DORA metrics -- [OpenTelemetry collector](https://opentelemetry.io/docs/collector/): - Scrape metrics from the above DORA metrics endpoint & forward to Prometheus - [Grafana](https://grafana.com) (and some prebuilt dashboards): Visualise the data ![add observability](./assets/install01.png)