Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.46 KB

readme.md

File metadata and controls

44 lines (32 loc) · 1.46 KB

Prometheus Workshop

Intro

This workshop will cover

  • Fundamental concepts of metrics scraping using Prometheus
  • Extending a demo application with Prometheus scraping using built-in and custom metrics
  • Adding Grafana dashboard to represent Prometheus metrics
  • Defining rules for triggering alerts
  • Quick overview of exporters to infrastructure tooling

This workshop focuses on presenting a modern approach for collecting metrics from developed services and infrastructure tools. Prometheus will be used to collect, query, output metrics and triggering alerts which should be represented through Grafana.

The workshop is very hands-on, which means the focus is doing exercises with the tools and instrumenting code that uses those tools.

Architecture

Parts

Prerequisite

  • Docker
    • Prometheus docker pull prom/prometheus
    • Grafana docker pull grafana/grafana

Additional resources