Linkaiup opened a new issue #540: URL: https://github.com/apache/skywalking-rocketbot-ui/issues/540
**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  **DolphinScheduler Version** 1.3.8-release Additional context No response -- 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]
