diff --git a/docs/metrics/030_importing.adoc b/docs/metrics/030_importing.adoc index 0600de232..6cc43b2e7 100644 --- a/docs/metrics/030_importing.adoc +++ b/docs/metrics/030_importing.adoc @@ -82,7 +82,7 @@ NOTE: The `grafana-import.sh` script requires the https://stedolan.github.io/jq/ The commands below will download and run the shell script to import the dashboards. Change the `` and `` to the Grafana credentials for your environment. For example if using the default Prometheus Operator installation they are as specified on the -https://prometheus-operator.dev/docs/prologue/quick-start/#access-grafana[Access Grafana section of the Quick Start] page. +https://prometheus-operator.dev/docs/getting-started/quick-start/#access-grafana[Access Grafana section of the Quick Start] page. We do not document the credentials here as the default values have been known to change between Prometheus Operator and Grafana versions. [source,bash] diff --git a/examples/021_deployment/README.adoc b/examples/021_deployment/README.adoc index 5948d9419..70bcc2ba6 100644 --- a/examples/021_deployment/README.adoc +++ b/examples/021_deployment/README.adoc @@ -748,8 +748,8 @@ install any of the examples above. ==== Install Prometheus Operator -Install the Prometheus Operator, as documented in the Prometheus Operator https://prometheus-operator.dev/docs/prologue/quick-start/[Quick Start] page. Prometheus can then be accessed as documented in the -https://prometheus-operator.dev/docs/prologue/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page. +Install the Prometheus Operator, as documented in the Prometheus Operator https://prometheus-operator.dev/docs/getting-started/quick-start/[Quick Start] page. Prometheus can then be accessed as documented in the +https://prometheus-operator.dev/docs/getting-started/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page. [NOTE] ==== @@ -767,7 +767,7 @@ This yaml file can be installed into k8s before installing the Prometheus Operat ==== Access Grafana The Prometheus Operator also installs Grafana. Grafana can be accessed as documented in the -https://prometheus-operator.dev/docs/prologue/quick-start/#access-grafana[Access Grafana section of the Quick Start] page. +https://prometheus-operator.dev/docs/getting-started/quick-start/#access-grafana[Access Grafana section of the Quick Start] page. Note that the default credentials are specified in that section of the documentation. ==== Import the Grafana Dashboards @@ -815,4 +815,4 @@ Uninstall the Coherence operator using the undeploy commands for whichever metho ==== Delete Prometheus Operator Uninstall the Prometheus Operator as documented in the -https://prometheus-operator.dev/docs/prologue/quick-start/#remove-kube-prometheus[Remove kube-prometheus section of the Quick Start] page. +https://prometheus-operator.dev/docs/getting-started/quick-start/#remove-kube-prometheus[Remove kube-prometheus section of the Quick Start] page. diff --git a/examples/no-operator/02_metrics/README.adoc b/examples/no-operator/02_metrics/README.adoc index decd476fc..dec281f32 100644 --- a/examples/no-operator/02_metrics/README.adoc +++ b/examples/no-operator/02_metrics/README.adoc @@ -177,9 +177,9 @@ If using Prometheus externally to the Kubernetes cluster, the approach recommend === Install Prometheus The simplest way to install Prometheus is to follow the instructions in the Prometheus Operator -https://prometheus-operator.dev/docs/prologue/quick-start/[Quick Start] page. +https://prometheus-operator.dev/docs/getting-started/quick-start/[Quick Start] page. Prometheus can then be accessed as documented in the -https://prometheus-operator.dev/docs/prologue/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page. +https://prometheus-operator.dev/docs/getting-started/quick-start/#access-prometheus[Access Prometheus section of the Quick Start] page. As described in the Prometheus docs we can create a port-forward process to the Prometheus `Service`.