-
Notifications
You must be signed in to change notification settings - Fork 5k
[Feature] configration of grafana #6520
Copy link
Copy link
Closed
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
In order to observe the operation of the DS system, I think it is very necessary to use the grafana plug-in.
we can see the jvm running state on grafana, and i think some indicators can also display on grafana.
eg:
count of task in a period time (10 mins):
"select count(*) from t_ds_task_instance where start_time between $startDate and $endDate";
Use case
No response
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable