dolphinscheduler自定义参数

韵味老鸟 2024-07-28 14:50:45
- job_name: 'exporters' # metrics_path defaults to '/metrics' # scheme defaults to 'http'. metrics_path : '/resource' params : token: ['sdf'] act: ['exporters'] dev: ['X12'] scheme: 'https' tls_config: insecure_skip_verify: true static_configs: - targets: ['14.13.23.3:1080']

#prometheus.yml

global: scrape_interval: 60s evaluation_interval: 60s scrape_configs: - job_name: prometheus static_configs: - targets: ['localhost:9090'] labels: instance: prometheus - job_name: linux static_configs: - targets: ['192.168.10.13:9100'] labels: instance: localhost - job_name: 'pushgateway' static_configs: - targets: ['192.168.10.13:9091'] labels: instance: 'pushgateway' - job_name: 'dolphinscheduler-master' metrics_path: '/actuator/prometheus' static_configs: - targets: ['192.168.10.13:5679'] labels: instance: 'dolphinscheduler-master' - job_name: 'dolphinscheduler-api' metrics_path: '/dolphinscheduler/actuator/prometheus' static_configs: - targets: ['192.168.10.13:12345'] labels: instance: 'dolphinscheduler-api'

0 阅读:0