async-worker/async-worker

View on GitHub
examples/docker-compose-asyncworker-with-metrics/docker/prometheus/prometheus.yml

Summary

Maintainability
Test Coverage
global:
  scrape_interval: 30s
  scrape_timeout: 10s

scrape_configs:
  - job_name: services
    metrics_path: /metrics
    static_configs:
      - targets:
          - 'prometheus:9090'
          - 'asyncworker:80'