Files
appstore-1panel/apps/seaweedfs/4.00/config/prometheus.yml
renovate[bot] 9f332ca895 Update chrislusf/seaweedfs Docker tag to v4 (#3532)
* Update chrislusf/seaweedfs Docker tag to v4

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2025-11-03 18:01:47 +08:00

15 lines
336 B
YAML

global:
scrape_interval: 30s
scrape_timeout: 10s
scrape_configs:
- job_name: services
metrics_path: /metrics
static_configs:
- targets:
- 'seaweedfs-prometheus:9090'
- 'seaweedfs-master:9324'
- 'seaweedfs-volume:9325'
- 'seaweedfs-filer:9326'
- 'seaweedfs-s3:9327'