Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken URLs in Devops-Basics #710

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions topics/prometheus/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1. What is Prometheus?

- https://prometheus.io/docs/introduction/overview/#what-is-prometheus
- [https://prometheus.io/docs/introduction/overview/#what-is-prometheus](https://prometheus.io/docs/introduction/overview/#what-is-prometheus)

### Overview

Expand All @@ -10,11 +10,11 @@

<img src="../../assets/images/prometheus/prometheus-architecture.png" width="700">

- (Image source provided by https://prometheus.io/docs/introduction/overview/#architecture)
- (Image source provided by [https://prometheus.io/docs/introduction/overview/#architecture](https://prometheus.io/docs/introduction/overview/#architecture))

### Official website documentation of Prometheus

- https://prometheus.io/docs/introduction/overview/
- [https://prometheus.io/docs/introduction/overview/](https://prometheus.io/docs/introduction/overview/)

## 2. Prerequisites

Expand All @@ -24,13 +24,13 @@

### How to install Prometheus?

- https://prometheus.io/docs/prometheus/latest/installation/
- [https://prometheus.io/docs/prometheus/latest/installation/](https://prometheus.io/docs/prometheus/latest/installation/)

## 4. Basics of Prometheus

### Prometheus getting started

- https://prometheus.io/docs/prometheus/latest/getting_started/
- [https://prometheus.io/docs/prometheus/latest/getting_started/(https://prometheus.io/docs/prometheus/latest/getting_started/)]

### Prometheus Hello World

Expand All @@ -48,7 +48,7 @@

### Prometheus cheatsheet

- https://promlabs.com/promql-cheat-sheet/
- [https://promlabs.com/promql-cheat-sheet/](https://promlabs.com/promql-cheat-sheet/)

### Recommended Books

Expand Down