forked from quic-go/quic-go
metrics: add a basic setup, collect metrics for the server
This commit is contained in:
9
metrics/dashboards/prometheus.yml
Normal file
9
metrics/dashboards/prometheus.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'quic-go'
|
||||
scrape_interval: 15s
|
||||
static_configs:
|
||||
- targets: ['host.docker.internal:5001']
|
||||
metrics_path: '/prometheus'
|
||||
Reference in New Issue
Block a user