Linkaiup opened a new issue #6271: URL: https://github.com/apache/dolphinscheduler/issues/6271
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar feature requirement. ### Description **Search before asking** I had searched in the issues and found no similar feature requirement. https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue+skywalking **What happened** I add a child dashboard in the ${SKYWALKING_HOME}/config/ui-initialized-templates/dolphinscheduler.yml ``` { "name":"Worker Task", "children":[ { "width":3, "title":"AbstractTask handle Load", "height":350, "entityType":"Endpoint", "independentSelector":true, "metricType":"REGULAR_VALUE", "metricName":"endpoint_cpm", "queryMetricType":"readMetricsValues", "chartType":"ChartLine", "currentService":"dolphinscheduler::worker-server", "currentEndpoint":"worker/SHELL/handle" } } ``` Then I make sure i have the local endpoint that i want to watch  But the web ui still doesn't take effect  Additional context No response ### DolphinScheduler Version 1.3.8-release ### Additional context _No response_ ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
