Skip to content

Commit

Permalink
Correct doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 committed Jul 22, 2024
1 parent 0b8d884 commit c1182fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/metrics/030_importing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<GRAFANA-USER>` and `<GRAFANA_PWD>` 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]
Expand Down
8 changes: 4 additions & 4 deletions examples/021_deployment/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
====
Expand All @@ -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
Expand Down Expand Up @@ -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.
6 changes: 3 additions & 3 deletions examples/no-operator/02_metrics/README.adoc
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit c1182fe

Please sign in to comment.