1 parent 3258438 commit e6d3991Copy full SHA for e6d3991
1 file changed
dolphinscheduler-meter/src/main/resources/grafana-demo/prometheus.yml
@@ -28,4 +28,9 @@ scrape_configs:
28
- 'host.docker.internal:5679' # Change the address to the address of DolphinScheduler master server
29
- 'host.docker.internal:1235' # Change the address to the address of DolphinScheduler worker server
30
- 'host.docker.internal:50053' # Change the address to the address of DolphinScheduler alert server
31
- - 'host.docker.internal:8080' # Change the address to the DolphinScheduler standalone server
+ - job_name: 'DolphinScheduler-Standalone'
32
+ metrics_path: '/dolphinscheduler/actuator/prometheus'
33
+ scrape_interval: 5s
34
+ static_configs:
35
+ - targets:
36
+ - 'host.docker.internal:12345' # Change the address to the DolphinScheduler standalone server
0 commit comments