Fix links
This commit is contained in:
parent
971bd6779e
commit
df410faa3d
2 changed files with 2 additions and 2 deletions
|
@ -603,7 +603,7 @@ exist, you should see something like:
|
|||
>
|
||||
- For the monitor dashboard to appear, you need to:
|
||||
- Have enabled the [Prometheus integration][prom]
|
||||
- Configured Prometheus to collect at least one [supported metric](prometheus_library/metrics.md)
|
||||
- Configured Prometheus to collect at least one [supported metric](../user/project/integrations/prometheus_library/metrics.md)
|
||||
- With GitLab 9.2, all deployments to an environment are shown directly on the
|
||||
monitoring dashboard
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ Depending on your deployment and where you have located your GitLab server, ther
|
|||
Installing and configuring Prometheus to monitor applications is fairly straight forward.
|
||||
|
||||
1. [Install Prometheus](https://prometheus.io/docs/introduction/install/)
|
||||
1. Set up one of the [supported monitoring targets](metrics.md)
|
||||
1. Set up one of the [supported monitoring targets](prometheus_library/metrics.md)
|
||||
1. Configure the Prometheus server to [collect their metrics](https://prometheus.io/docs/operating/configuration/#scrape_config)
|
||||
|
||||
### Configuring Omnibus GitLab Prometheus to monitor Kubernetes deployments
|
||||
|
|
Loading…
Reference in a new issue