Skip to content

Commit 84b5d81

Browse files
xuchunlaichunlaixukezhenxu94
authored
[Improvement][Metrics] Filtering data by application in grafana-demo worker dashboard example (#13139)
* Filtering data by application in grafana-demo worker dashboard example * Update dolphinscheduler-api/src/main/resources/swagger.properties Co-authored-by: chunlai.xu <chunlai.xu@zhaopin.com.cn> Co-authored-by: kezhenxu94 <kezhenxu94@apache.org>
1 parent ca5af01 commit 84b5d81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎dolphinscheduler-meter/src/main/resources/grafana/DolphinSchedulerWorker.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"type": "prometheus",
180180
"uid": "PBFA97CFB590B2093"
181181
},
182-
"expr": "process_start_time_seconds{}",
182+
"expr": "process_start_time_seconds{application=\"worker-server\"}",
183183
"refId": "A"
184184
}
185185
],

0 commit comments

Comments
 (0)