Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Prometheus | The Complete Hands-On for Monitoring & Alerting, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:37
    Introduction to Prometheus
  2. Урок 2. 00:08:42
    Alternate Monitoring Tools
  3. Урок 3. 00:04:32
    Basic Terminologies in Prometheus
  4. Урок 4. 00:06:19
    Architecture of Prometheus
  5. Урок 5. 00:03:12
    How Prometheus Works behind the scenes (Life Cycle)
  6. Урок 6. 00:06:16
    Virtual Machine Installation
  7. Урок 7. 00:03:51
    Prometheus Installation
  8. Урок 8. 00:11:48
    First Look of Prometheus UI
  9. Урок 9. 00:06:17
    Understanding Prometheus Configuration File
  10. Урок 10. 00:04:12
    Prometheus First Run
  11. Урок 11. 00:03:10
    What are Exporters?
  12. Урок 12. 00:08:21
    Node Exporter - Monitoring Linux Systems
  13. Урок 13. 00:09:52
    WMI Exporter - Monitoring Windows Systems
  14. Урок 14. 00:04:08
    Data Types in PromQL
  15. Урок 15. 00:09:46
    Selectors & Matchers
  16. Урок 16. 00:09:37
    Binary Operators
  17. Урок 17. 00:02:55
    'ignoring' and 'on' keywords
  18. Урок 18. 00:05:46
    Aggregation Operators
  19. Урок 19. 00:04:55
    Functions - 'rate' & 'irate'
  20. Урок 20. 00:05:46
    Functions - changes, deriv, predict_linear
  21. Урок 21. 00:05:30
    Functions continued
  22. Урок 22. 00:06:21
    What are Client Libraries and Metric Types
  23. Урок 23. 00:04:30
    Python app Boilerplate Code
  24. Урок 24. 00:05:47
    Exposing Metrics from Python app using Prometheus Client
  25. Урок 25. 00:11:18
    Counter Metrics Exposition
  26. Урок 26. 00:06:02
    Adding Labels to Exposed Metrics
  27. Урок 27. 00:09:34
    Gauge Metrics Exposition
  28. Урок 28. 00:07:04
    Summary Metrics Exposition
  29. Урок 29. 00:07:43
    Histogram Metrics Exposition
  30. Урок 30. 00:04:56
    GO app Boilerplate Code
  31. Урок 31. 00:05:47
    Counter Metrics Exposition
  32. Урок 32. 00:03:19
    Gauge Metrics Exposition
  33. Урок 33. 00:08:22
    Summary Metrics Exposition
  34. Урок 34. 00:02:30
    Histogram Metrics Exposition
  35. Урок 35. 00:05:03
    What to Instrument?
  36. Урок 36. 00:03:31
    How much to Instrument?
  37. Урок 37. 00:04:42
    What are Recording Rules?
  38. Урок 38. 00:05:01
    Reload Prometheus Configurations on-the-fly
  39. Урок 39. 00:07:04
    Writing Recording Rules
  40. Урок 40. 00:08:55
    Writing Recording Rules continued
  41. Урок 41. 00:03:33
    Add Multiple Rules
  42. Урок 42. 00:01:53
    Best Practices for Recording Rules
  43. Урок 43. 00:03:44
    What is Alerting?
  44. Урок 44. 00:08:01
    Writing & Firing the first Alert
  45. Урок 45. 00:05:30
    'for' clause
  46. Урок 46. 00:09:21
    Adding Labels to Alerts
  47. Урок 47. 00:04:41
    Installing Alertmanager
  48. Урок 48. 00:07:10
    Adding Alert Notifier - Gmail
  49. Урок 49. 00:03:18
    Sending Alert Notifications - Gmail
  50. Урок 50. 00:06:26
    Templating the Alerts
  51. Урок 51. 00:03:27
    Case Study - Problem Statement
  52. Урок 52. 00:02:35
    Understanding the Use Case for Routing Tree
  53. Урок 53. 00:07:19
    Write Alerting Rules for the Use Case
  54. Урок 54. 00:05:04
    Coding the Routing Tree - Part 1
  55. Урок 55. 00:04:37
    Coding the Routing Tree - Part 2
  56. Урок 56. 00:06:27
    Coding the Routing Tree - Part 3
  57. Урок 57. 00:06:20
    Run the Routing Tree
  58. Урок 58. 00:06:02
    Grouping the Alerts
  59. Урок 59. 00:09:26
    Throttling the Alerts
  60. Урок 60. 00:04:51
    Inhibiting the Alerts
  61. Урок 61. 00:08:20
    Silencing the Alerts
  62. Урок 62. 00:04:10
    'continue' clause
  63. Урок 63. 00:09:27
    Slack integration with Prometheus
  64. Урок 64. 00:05:33
    PagerDuty integration with Prometheus
  65. Урок 65. 00:03:58
    What is Blackbox exporter
  66. Урок 66. 00:03:43
    Download Blackbox exporter
  67. Урок 67. 00:09:55
    'http' probe module
  68. Урок 68. 00:06:16
    'tcp' & 'icmp' probe module
  69. Урок 69. 00:02:10
    'dns' probe module
  70. Урок 70. 00:06:08
    Scraping targets via Blackbox
  71. Урок 71. 00:05:43
    Relabelling
  72. Урок 72. 00:02:41
    Introduction to Pushgateway
  73. Урок 73. 00:04:15
    Getting Started with Pushgateway
  74. Урок 74. 00:05:51
    Push metrics to Pushgateway
  75. Урок 75. 00:02:23
    Automate Pushing metrics using Cron job
  76. Урок 76. 00:02:05
    Python App pushing metrics to Pushgateway
  77. Урок 77. 00:01:24
    Pushgateway Pitfalls
  78. Урок 78. 00:03:14
    Introduction to Service Discovery
  79. Урок 79. 00:02:33
    Static Service Discovery
  80. Урок 80. 00:08:38
    File-based Service Discovery
  81. Урок 81. 00:04:47
    Create Prometheus User in AWS
  82. Урок 82. 00:06:25
    Spinning up AWS EC2 instance
  83. Урок 83. 00:05:07
    Node Exporter on EC2 instance
  84. Урок 84. 00:05:25
    Relabeling the private IP to public
  85. Урок 85. 00:06:17
    'keep' and 'drop' targets with Relabeling
  86. Урок 86. 00:04:39
    AWS Cloudwatch & UI tour
  87. Урок 87. 00:06:11
    Installation & Configuration
  88. Урок 88. 00:03:24
    Running the Cloudwatch Exporter
  89. Урок 89. 00:09:47
    'mysql' Exporter
  90. Урок 90. 00:02:35
    Introduction
  91. Урок 91. 00:02:21
    Creating Target application
  92. Урок 92. 00:07:16
    Writing Custom Exporter
  93. Урок 93. 00:08:40
    Running Prometheus with HTTP API
  94. Урок 94. 00:03:59
    Grafana Installation
  95. Урок 95. 00:03:08
    Adding Data source to Grafana
  96. Урок 96. 00:09:44
    Implementing default dashboards of Grafana
  97. Урок 97. 00:07:40
    Create Custom Dashboard - Part 1
  98. Урок 98. 00:06:49
    Create Custom Dashboard - Part 2
  99. Урок 99. 00:03:32
    When to use Prometheus and When NOT to
  100. Урок 100. 00:04:39
    Create Gmail App Passwords
  101. Урок 101. 00:01:29
    ThankYou
  102. Урок 102. 00:02:41
    Bonus Lecture