优化
This commit is contained in:
27
server/devops/config/prometheus.yml
Normal file
27
server/devops/config/prometheus.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
# global config
|
||||
global:
|
||||
scrape_interval: 120s # By default, scrape targets every 15 seconds.
|
||||
evaluation_interval: 120s # By default, scrape targets every 15 seconds.
|
||||
# scrape_timeout is set to the global default (10s).
|
||||
# Attach these labels to any time series or alerts when communicating with
|
||||
# external systems (federation, remote storage, Alertmanager).
|
||||
external_labels:
|
||||
monitor: 'tailchat-devops'
|
||||
|
||||
# Load and evaluate rules in this file every 'evaluation_interval' seconds.
|
||||
rule_files:
|
||||
# - "alert.rules"
|
||||
# - "first.rules"
|
||||
# - "second.rules"
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
scrape_interval: 15s
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
- job_name: 'tailchat-server'
|
||||
scrape_interval: 15s
|
||||
metrics_path: /metrics
|
||||
scheme: http
|
||||
static_configs:
|
||||
- targets: ['tailchat-server:13030']
|
||||
Reference in New Issue
Block a user