Skip to content

Commit c237f66

Browse files
Update readme.md
1 parent 7a3d3b7 commit c237f66

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed
Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
# Prometheus Guide
22

3+
Important Notice:
4+
-----------------
5+
6+
To ensure I don't make any breaking changes, I have tagged the source code as a snapshot of the time the video was released.
7+
The tag will point to the exact source code I tested when I made the video.
8+
If you are using master branch, there might be breaking changes however I do my best to avoid it.
9+
310
## Prometheus Overview
411

512
Prometheus Overview and Architecture - Video : [here](https://youtu.be/5o37CGlNLr8) <br/>
13+
Source: [here](https://github.com/marcel-dempers/docker-development-youtube-series/releases/tag/prometheus-operator-1)<br/>
614

715
## Application Monitoring
816

917
Monitoring Python code with Prometheus - Video : [here](https://youtu.be/HzEiRwJP6ag) <br/>
1018
Monitoring Nodejs code with Prometheus - Video : [here](https://youtu.be/m2zM3zOZl34) <br/>
1119
Monitoring C# code with Prometheus - Video : [here](https://youtu.be/o4tdSrFnkvw) <br/>
1220

21+
Source: [here](https://github.com/marcel-dempers/docker-development-youtube-series/releases/tag/prometheus-operator-1)<br/>
22+
1323
## Prometheus Operator guide
1424

1525
Video : [here](https://youtu.be/LQpmeb7idt8) <br/>
1626
Source Code tested on K8s version 1.14.8 <br/>
27+
Source: [here](https://github.com/marcel-dempers/docker-development-youtube-series/releases/tag/prometheus-operator-1)<br/>
1728

18-
19-
More coming soon!
29+
More coming soon!

0 commit comments

Comments
 (0)