* 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>
15 lines
336 B
YAML
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'
|