mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-09 19:29:29 +08:00

Signed-off-by: rodneyosodo <blackd0t@protonmail.com> Co-authored-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
20 lines
429 B
YAML
20 lines
429 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'mainflux'
|
|
honor_timestamps: true
|
|
scrape_interval: 15s
|
|
scrape_timeout: 10s
|
|
metrics_path: /metrics
|
|
follow_redirects: true
|
|
enable_http2: true
|
|
static_configs:
|
|
- targets:
|
|
- mainflux-things:9000
|
|
- mainflux-users:9002
|
|
- mainflux-http:8008
|
|
- mainflux-ws:8186
|
|
- mainflux-coap:5683
|