[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>
This commit is contained in:
XCL 2022-12-14 15:40:51 +08:00 committed by GitHub
parent ca5af013ae
commit 84b5d81042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@
"type": "prometheus",
"uid": "PBFA97CFB590B2093"
},
"expr": "process_start_time_seconds{}",
"expr": "process_start_time_seconds{application=\"worker-server\"}",
"refId": "A"
}
],