diff --git a/docs/metrics/030_importing.adoc b/docs/metrics/030_importing.adoc index cc9f20f55..b9d4e3ea2 100644 --- a/docs/metrics/030_importing.adoc +++ b/docs/metrics/030_importing.adoc @@ -83,7 +83,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/getting-started/quick-start/#access-grafana[Access Grafana section of the Quick Start] page. +https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md[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 70bcc2ba6..c212bc9ff 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/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. +Install the Prometheus Operator, as documented in the Prometheus Operator https://prometheus-operator.dev/docs/getting-started/installation/[Quick Start] page. Prometheus can then be accessed as documented in the +https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/user-guides/getting-started.md[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/getting-started/quick-start/#access-grafana[Access Grafana section of the Quick Start] page. +https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md[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/getting-started/quick-start/#remove-kube-prometheus[Remove kube-prometheus section of the Quick Start] page. +https://prometheus-operator.dev/docs/getting-started/installation/[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 dec281f32..9b265df9e 100644 --- a/examples/no-operator/02_metrics/README.adoc +++ b/examples/no-operator/02_metrics/README.adoc @@ -1,6 +1,6 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2022, Oracle and/or its affiliates. + Copyright (c) 2021, 2024, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. @@ -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/getting-started/quick-start/[Quick Start] page. +https://prometheus-operator.dev/docs/getting-started/installation[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. +https://github.com/prometheus-operator/kube-prometheus/blob/main/docs/access-ui.md[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`.