UNPKG

menoetius

Version:

node middleware to automatically instrument node applications for consumption by prometheus

18 lines (16 loc) 377 B
global: scrape_interval: 5s evaluation_interval: 5s scrape_configs: - job_name: 'express' static_configs: - targets: ['express:8000'] - job_name: 'restify' static_configs: - targets: ['restify:8001'] - job_name: 'hapi' static_configs: - targets: ['hapi:8002'] - job_name: 'http' static_configs: - targets: ['http:8003']