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
   
![image](https://user-images.githubusercontent.com/25237367/133883239-5863419a-ccd2-4d1a-ae00-9c897a49a7b7.png)
   
   But the web ui still doesn't take effect
   
![image](https://user-images.githubusercontent.com/25237367/133883284-6fe99fe3-0aa2-4a96-8902-3dc487428069.png)
   
   
   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]


Reply via email to