mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
splitting scrape configuration
This commit is contained in:
parent
4aed2dd441
commit
1a5b0a04ca
1 changed files with 11 additions and 1 deletions
|
|
@ -23,4 +23,14 @@ scrape_configs:
|
|||
# metrics_path defaults to '/metrics'
|
||||
# scheme defaults to 'http'.
|
||||
static_configs:
|
||||
- targets: ['localhost:9090','node-exporter:9100','edumeet:8889']
|
||||
- targets: ['localhost:9090','node-exporter:9100','edumeet:8889']
|
||||
- job_name: 'edumeet'
|
||||
scrape_interval: 15s
|
||||
metrics_path: /metrics
|
||||
scheme: http
|
||||
#basic_auth:
|
||||
# username: <string>
|
||||
# password: <secret>
|
||||
# password_file: <string>
|
||||
static_configs:
|
||||
- targets: ['edumeet:8889']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue