├── 2 ├── 2-1-prometheus.yml ├── 2-2-rules.yml └── 2-3-alertmanager.yml ├── 3 ├── 3-1-example.py ├── 3-10-example.py ├── 3-11-example.py ├── 3-12-unitesting.py ├── 3-2-prometheus.yml ├── 3-3-example.py ├── 3-4-example.py ├── 3-5-example.py ├── 3-6-example.py ├── 3-7-example.py ├── 3-8-example.py └── 3-9-example.py ├── 4 ├── 4-1-wsgi.py ├── 4-11-prometheus.yml ├── 4-12-pushgateway.py ├── 4-13-graphite-bridge.py ├── 4-14-parse.py ├── 4-2-twisted.py ├── 4-3-config.py ├── 4-4-app.py ├── 4-6-example.go ├── 4-7-java-httpserver │ ├── pom.xml │ └── src │ │ └── main │ │ └── java │ │ └── io │ │ └── robustperception │ │ └── book_examples │ │ └── java_httpserver │ │ └── Example.java └── 4-9-java-servlet │ ├── pom.xml │ └── src │ └── main │ └── java │ └── io │ └── robustperception │ └── book_examples │ └── java_servlet │ └── Example.java ├── 5 └── 5-1-example.py ├── 7 └── 7-2-crontab ├── 8 ├── 8-1-prometheus.yml ├── 8-10-prometheus.yml ├── 8-11-prometheus.yml ├── 8-12-prometheus.yml ├── 8-13-prometheus.yml ├── 8-14-prometheus.yml ├── 8-15-prometheus.yml ├── 8-16-prometheus.yml ├── 8-17-prometheus.yml ├── 8-18-prometheus.yml ├── 8-19-prometheus.yml ├── 8-20-prometheus.yml ├── 8-21-prometheus.yml ├── 8-22-prometheus.yml ├── 8-23-prometheus.yml ├── 8-24-prometheus.yml ├── 8-25-prometheus.yml ├── 8-3-prometheus.yml ├── 8-4-filesd.json ├── 8-5-prometheus.yml ├── 8-7-prometheus.yml ├── 8-8-prometheus.yml └── 8-9-prometheus.yml ├── 9 ├── 9-1-prometheus.yml ├── 9-10-prometheus.yml ├── 9-5-prometheus.yml ├── 9-6-prometheus.yml ├── 9-7-prometheus.yml ├── 9-8-prometheus.yml ├── 9-9-prometheus.yml ├── kube-state-metrics.yml └── prometheus-deployment.yml ├── 10 ├── 10-10-prometheus.yml ├── 10-2-prometheus.yml ├── 10-3-mysql.cfg ├── 10-5-prometheus.yml ├── 10-6-grok.yml ├── 10-7-prometheus.yml └── 10-9-prometheus.yml ├── 11 └── 11-2-prometheus.yml ├── 12 ├── 12-2-consul_metrics.go └── 12-3-consul_metrics.py ├── 17 ├── 17-1-prometheus.yml └── 17-2-rules.yml ├── 19 ├── 19-1-webhook_receiver.py └── combined-alertmanager.yml ├── LICENSE └── README.md /10/10-10-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/10/10-10-prometheus.yml -------------------------------------------------------------------------------- /10/10-2-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/10/10-2-prometheus.yml -------------------------------------------------------------------------------- /10/10-3-mysql.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/10/10-3-mysql.cfg -------------------------------------------------------------------------------- /10/10-5-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/10/10-5-prometheus.yml -------------------------------------------------------------------------------- /10/10-6-grok.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/10/10-6-grok.yml -------------------------------------------------------------------------------- /10/10-7-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/10/10-7-prometheus.yml -------------------------------------------------------------------------------- /10/10-9-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/10/10-9-prometheus.yml -------------------------------------------------------------------------------- /11/11-2-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/11/11-2-prometheus.yml -------------------------------------------------------------------------------- /12/12-2-consul_metrics.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/12/12-2-consul_metrics.go -------------------------------------------------------------------------------- /12/12-3-consul_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/12/12-3-consul_metrics.py -------------------------------------------------------------------------------- /17/17-1-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/17/17-1-prometheus.yml -------------------------------------------------------------------------------- /17/17-2-rules.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/17/17-2-rules.yml -------------------------------------------------------------------------------- /19/19-1-webhook_receiver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/19/19-1-webhook_receiver.py -------------------------------------------------------------------------------- /19/combined-alertmanager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/19/combined-alertmanager.yml -------------------------------------------------------------------------------- /2/2-1-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/2/2-1-prometheus.yml -------------------------------------------------------------------------------- /2/2-2-rules.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/2/2-2-rules.yml -------------------------------------------------------------------------------- /2/2-3-alertmanager.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/2/2-3-alertmanager.yml -------------------------------------------------------------------------------- /3/3-1-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-1-example.py -------------------------------------------------------------------------------- /3/3-10-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-10-example.py -------------------------------------------------------------------------------- /3/3-11-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-11-example.py -------------------------------------------------------------------------------- /3/3-12-unitesting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-12-unitesting.py -------------------------------------------------------------------------------- /3/3-2-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-2-prometheus.yml -------------------------------------------------------------------------------- /3/3-3-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-3-example.py -------------------------------------------------------------------------------- /3/3-4-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-4-example.py -------------------------------------------------------------------------------- /3/3-5-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-5-example.py -------------------------------------------------------------------------------- /3/3-6-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-6-example.py -------------------------------------------------------------------------------- /3/3-7-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-7-example.py -------------------------------------------------------------------------------- /3/3-8-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-8-example.py -------------------------------------------------------------------------------- /3/3-9-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/3/3-9-example.py -------------------------------------------------------------------------------- /4/4-1-wsgi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-1-wsgi.py -------------------------------------------------------------------------------- /4/4-11-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-11-prometheus.yml -------------------------------------------------------------------------------- /4/4-12-pushgateway.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-12-pushgateway.py -------------------------------------------------------------------------------- /4/4-13-graphite-bridge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-13-graphite-bridge.py -------------------------------------------------------------------------------- /4/4-14-parse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-14-parse.py -------------------------------------------------------------------------------- /4/4-2-twisted.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-2-twisted.py -------------------------------------------------------------------------------- /4/4-3-config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-3-config.py -------------------------------------------------------------------------------- /4/4-4-app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-4-app.py -------------------------------------------------------------------------------- /4/4-6-example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-6-example.go -------------------------------------------------------------------------------- /4/4-7-java-httpserver/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-7-java-httpserver/pom.xml -------------------------------------------------------------------------------- /4/4-7-java-httpserver/src/main/java/io/robustperception/book_examples/java_httpserver/Example.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-7-java-httpserver/src/main/java/io/robustperception/book_examples/java_httpserver/Example.java -------------------------------------------------------------------------------- /4/4-9-java-servlet/pom.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-9-java-servlet/pom.xml -------------------------------------------------------------------------------- /4/4-9-java-servlet/src/main/java/io/robustperception/book_examples/java_servlet/Example.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/4/4-9-java-servlet/src/main/java/io/robustperception/book_examples/java_servlet/Example.java -------------------------------------------------------------------------------- /5/5-1-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/5/5-1-example.py -------------------------------------------------------------------------------- /7/7-2-crontab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/7/7-2-crontab -------------------------------------------------------------------------------- /8/8-1-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-1-prometheus.yml -------------------------------------------------------------------------------- /8/8-10-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-10-prometheus.yml -------------------------------------------------------------------------------- /8/8-11-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-11-prometheus.yml -------------------------------------------------------------------------------- /8/8-12-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-12-prometheus.yml -------------------------------------------------------------------------------- /8/8-13-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-13-prometheus.yml -------------------------------------------------------------------------------- /8/8-14-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-14-prometheus.yml -------------------------------------------------------------------------------- /8/8-15-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-15-prometheus.yml -------------------------------------------------------------------------------- /8/8-16-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-16-prometheus.yml -------------------------------------------------------------------------------- /8/8-17-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-17-prometheus.yml -------------------------------------------------------------------------------- /8/8-18-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-18-prometheus.yml -------------------------------------------------------------------------------- /8/8-19-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-19-prometheus.yml -------------------------------------------------------------------------------- /8/8-20-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-20-prometheus.yml -------------------------------------------------------------------------------- /8/8-21-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-21-prometheus.yml -------------------------------------------------------------------------------- /8/8-22-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-22-prometheus.yml -------------------------------------------------------------------------------- /8/8-23-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-23-prometheus.yml -------------------------------------------------------------------------------- /8/8-24-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-24-prometheus.yml -------------------------------------------------------------------------------- /8/8-25-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-25-prometheus.yml -------------------------------------------------------------------------------- /8/8-3-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-3-prometheus.yml -------------------------------------------------------------------------------- /8/8-4-filesd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-4-filesd.json -------------------------------------------------------------------------------- /8/8-5-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-5-prometheus.yml -------------------------------------------------------------------------------- /8/8-7-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-7-prometheus.yml -------------------------------------------------------------------------------- /8/8-8-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-8-prometheus.yml -------------------------------------------------------------------------------- /8/8-9-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/8/8-9-prometheus.yml -------------------------------------------------------------------------------- /9/9-1-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/9/9-1-prometheus.yml -------------------------------------------------------------------------------- /9/9-10-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/9/9-10-prometheus.yml -------------------------------------------------------------------------------- /9/9-5-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/9/9-5-prometheus.yml -------------------------------------------------------------------------------- /9/9-6-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/9/9-6-prometheus.yml -------------------------------------------------------------------------------- /9/9-7-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/9/9-7-prometheus.yml -------------------------------------------------------------------------------- /9/9-8-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/9/9-8-prometheus.yml -------------------------------------------------------------------------------- /9/9-9-prometheus.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/9/9-9-prometheus.yml -------------------------------------------------------------------------------- /9/kube-state-metrics.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/9/kube-state-metrics.yml -------------------------------------------------------------------------------- /9/prometheus-deployment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/9/prometheus-deployment.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/prometheus-up-and-running-2e/examples/HEAD/README.md --------------------------------------------------------------------------------