mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-26 13:48:53 +08:00

* Add exported metrics visualization in grafana Add graphics for request count and request latency for users, things, http adapter and ws adapter services. Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Rename grafana export file Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com> * Move metrics configuration to metrics dir Signed-off-by: Aleksandar Novakovic <aleksandar.novakovic@mainflux.com>
10 lines
249 B
YAML
10 lines
249 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'mainflux'
|
|
|
|
static_configs:
|
|
- targets: ['localhost:8180', 'localhost:8182', 'localhost:8184', 'localhost:8185', 'localhost:8186', 'localhost:8187']
|