Companies Home Search Profile

Monitor with Prometheus

Focused View

Akshay Gulati

8:43:13

158 View
  • 1. Introduction to Prometheus.mp4
    07:48
  • 2. Why Prometheus for Monitoring.mp4
    07:26
  • 3. Basic Terminologies in Prometheus.mp4
    04:09
  • 4. Quiz.html
  • 1. Understanding the basic Architecture and its components.mp4
    11:29
  • 2. Different Prometheus implementation for different needs.mp4
    02:07
  • 3. HA Prometheus implementation with Long Term Storage(Promscale).mp4
    06:44
  • 4. HA Prometheus implementation with Long Term Storage(AMP).mp4
    05:29
  • 5. HA Prometheus implementation with Long Term Storage(Timestream).mp4
    03:02
  • 6. HA Prometheus implementation with LTS as AMP, OTEL and Managed Grafana.mp4
    04:12
  • 7. HA Prometheus implementation with LTS, Managed Grafana and Service Discovery.mp4
    09:32
  • 8. Quiz.html
  • 1. Different methods to install and run Prometheus.mp4
    00:57
  • 2. Source code installation.mp4
    04:32
  • 3. Run as Docker container.mp4
    15:49
  • 4. Run as ECS container.mp4
    10:57
  • 5. Quiz.html
  • 1. Prometheus Configuration file.mp4
    03:04
  • 2. View configuration in Prometheus Web UI.mp4
    02:05
  • 3. Understanding basic configuration file.mp4
    03:04
  • 4. Writing your first configuration file.mp4
    18:47
  • 5. Alerting rules.mp4
    05:49
  • 6. Quiz.html
  • 1. Authentication in Prometheus.mp4
    03:03
  • 2. Implementing the basic auth in Prometheus.mp4
    15:14
  • 3. Limitation with Basic Authentication in Prometheus.mp4
    03:10
  • 4. TLS encryption in Prometheus.mp4
    01:40
  • 5. TLS implementation in Prometheus.mp4
    06:49
  • 6. Quiz.html
  • 1. Understanding the need of Alertmanager.mp4
    01:28
  • 2. Run Alertmanager as Docker container.mp4
    05:26
  • 3. Alertmanager configuration file.mp4
    07:58
  • 4. Quiz.html
  • 1. Setup slack to receive notification.mp4
    01:59
  • 2. Configure Alertmanager to send notification to slack channel.mp4
    05:12
  • 3. Quiz.html
  • 1. Understanding the need of exporters.mp4
    02:01
  • 2. Different exporters for different needs.mp4
    04:03
  • 3.1 node-exporter-script.txt
  • 3. Node exporter.mp4
    08:20
  • 4. Container exporter.mp4
    05:40
  • 5.1 JMX-exporter-manual.txt
  • 5. JMX exporter.mp4
    09:30
  • 6. Docker Daemon.mp4
    10:28
  • 7. Quiz.html
  • 1. Understanding the client libraries.mp4
    05:06
  • 2.1 Steps to instrument Go application for prometheus.txt
  • 2. Instrumenting Go application for Prometheus using official client library.mp4
    18:24
  • 3. Quiz.html
  • 1. Understanding default storage.mp4
    05:10
  • 2. Limitation with default storage and resolution.mp4
    04:33
  • 3.1 docker-compose.txt
  • 3.2 prometheus-configuration-file.txt
  • 3.3 promscale-dockerfile.txt
  • 3.4 timescaledb-dockerfile.txt
  • 3. Implement Promscale for remote storage.mp4
    19:08
  • 4. Quiz.html
  • 1. Understanding the need of Grafana.mp4
    07:33
  • 2.1 docker-compose.txt
  • 2. Grafana Installation.mp4
    10:46
  • 3. Integrating Grafana with Prometheus.mp4
    04:35
  • 4. Create Different Visualization.mp4
    12:08
  • 5. Sample Dashboards.mp4
    09:09
  • 6. Quiz.html
  • 1. Understanding the need of Service Discovery.mp4
    05:14
  • 2. Identify the areas where Service discovery is needed.mp4
    04:29
  • 3. Service discovery mechanisms.mp4
    03:01
  • 4. EC2 service discovery implementation.mp4
    14:04
  • 5. Quiz.html
  • 1. Understanding the need of Relabeling.mp4
    03:56
  • 2. Relabeling in action.mp4
    04:55
  • 3. Quiz.html
  • 1. Understanding High Availability and Challenges.mp4
    04:09
  • 2.1 HA+configurations.zip
  • 2. Implement high availability using Mesh cluster implementation in single node.mp4
    47:17
  • 3. Quiz.html
  • 1. Amazon managed service for Prometheus.mp4
    04:37
  • 2. How AMP reduce the operational complexities.mp4
    03:26
  • 3. Create workspace in AMP.mp4
    03:54
  • 4. Integrate AMP with our existing open source Prometheus cluster.mp4
    11:58
  • 5. Important things to keep in mind w.r.t AMP.mp4
    03:19
  • 6. Quiz.html
  • 1. Run Prometheus ecosystem in ECS cluster.mp4
    41:37
  • 2. EC2 monitoring.mp4
    06:36
  • 3. ECS Monitoring.mp4
    11:24
  • 4. MSK Monitoring.mp4
    12:36
  • 5. CloudWatch Monitoring.mp4
    11:27
  • 6. Implementing Service discovery for MSK.mp4
    07:54
  • 1. Here it ends !.mp4
    01:45
  • Description


    Monitor your environment with Prometheus ecosystem and increase the observability.

    What You'll Learn?


    • Learn the Prometheus from Scratch
    • Understand different strategies of Prometheus implementation
    • Learn different ways of installation and configuration of Prometheus
    • Learn the best use of exporters and integration keeping your project in mind
    • Learn the steps to make your applications and services more observable
    • Learn Grafana installation and its integration with Prometheus
    • Implementing the Service discoveries to make your monitoring system smart and autonomous
    • Implementing High availability in Prometheus Monitoring System
    • Implement the Prometheus monitoring in AWS Cloud
    • Use case study to better understand the Prometheus implementation

    Who is this for?


  • Cloud and DevOps teams
  • Monitoring teams
  • Developers
  • What You Need to Know?


  • Basic knowledge of Linux OS and Commands
  • Basic knowledge of Docker and Docker Compose will be helpful
  • Basic knowledge of YAML
  • More details


    Description

    This course covers different aspects of observability and how Prometheus ecosystem can help in achieving them. We will cover different ways and strategies while deploying Prometheus into the environment and also use cases where we can use these strategies. We will learn not only the Prometheus deployment but also how different other tools can work with Prometheus to provide observability in your systems. We will setup the alerting and notifications via different channels.

    We will cover basic concepts as well as focus on more and more practical and technical details. We will also learn about Amazon managed Prometheus and how it can reduce the implementation complexities, we will see how it integrates with open source Prometheus and provides seamless experience.

    Course is designed in a way that students will be able to easily relate the progress and will be able to understand the concepts and the needs of different components.

    Throughout the course, we have applied chaos engineering in few sections where we will intentionally generate the issues and will troubleshoot that to get more understanding around the possible issues.

    At the end of each section, we will have the quiz where we will evaluate what we learned in that section. Quiz questions will cover both what we learned and what is not included in course so that students can learn it on their own.

    Who this course is for:

    • Cloud and DevOps teams
    • Monitoring teams
    • Developers

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Akshay Gulati
    Akshay Gulati
    Instructor's Courses
    I am an individual content creator and instructor. I provide specialized course and technical videos on different topics in Cloud & DevOps. I like reading, teaching and travelling different places. I love teaching which makes me research on topics in deep and get the deeper understanding. I am AWSx1, AZUREx1, GCPx1 & SRE certified and have spent a few years on understanding the observability and how to make our systems observable using Open source tools instead of purchasing costly paid tools.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 65
    • duration 8:43:13
    • English subtitles has
    • Release Date 2023/08/16