mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
11 lines
209 B
YAML
11 lines
209 B
YAML
# prometheus.yaml
|
|
global:
|
|
scrape_interval: 5s
|
|
evaluation_interval: 30s
|
|
|
|
scrape_configs:
|
|
- job_name: 'fastdeploy'
|
|
static_configs:
|
|
# list all your targets here
|
|
- targets: ['127.0.0.1:30000']
|