Skip to content

Instantly share code, notes, and snippets.

View haidlir's full-sized avatar
🏠
Working from home

Haidlir Naqvi haidlir

🏠
Working from home
View GitHub Profile
@haidlir
haidlir / docker-compose.yaml
Created November 22, 2018 15:09
API Monitoring - Docker Compose
version: "2.1"
networks:
api-monitoring:
volumes:
prom-storage:
graf-storage:
services:
@haidlir
haidlir / prometheus.yml
Last active November 22, 2018 15:05
API Monitoring - Prometheus
scrape_configs:
- job_name: 'exporter-001-get'
scrape_interval: 1m
metrics_path: /probe
params:
module: [http-2xx-get-token-9f057]
static_configs:
- targets:
- http://api.startup-example.id/v1/profiles/me
@haidlir
haidlir / blackbox.yml
Last active November 22, 2018 15:03
API Monitoring - Blackbox Exporter
modules:
http-2xx-get-token-9f057:
prober: http
timeout: 15s
http:
valid_http_versions: ["HTTP/1.1", "HTTP/2"]
valid_status_codes: [200]
method: GET
headers: