File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
prometheus-monitoring/kubernetes Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Prometheus Guide
2
2
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
+
3
10
## Prometheus Overview
4
11
5
12
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 />
6
14
7
15
## Application Monitoring
8
16
9
17
Monitoring Python code with Prometheus - Video : [ here] ( https://youtu.be/HzEiRwJP6ag ) <br />
10
18
Monitoring Nodejs code with Prometheus - Video : [ here] ( https://youtu.be/m2zM3zOZl34 ) <br />
11
19
Monitoring C# code with Prometheus - Video : [ here] ( https://youtu.be/o4tdSrFnkvw ) <br />
12
20
21
+ Source: [ here] ( https://github.com/marcel-dempers/docker-development-youtube-series/releases/tag/prometheus-operator-1 ) <br />
22
+
13
23
## Prometheus Operator guide
14
24
15
25
Video : [ here] ( https://youtu.be/LQpmeb7idt8 ) <br />
16
26
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 />
17
28
18
-
19
- More coming soon!
29
+ More coming soon!
You can’t perform that action at this time.
0 commit comments