R0-D0 commented on issue #6740: URL: https://github.com/apache/skywalking/issues/6740#issuecomment-818414364
 It's what my skywalking dashboard shows when I search for metrics of endpoint in services.Obviously the endpoints such as /admin/, /token......are so common that it's likely two services have same endpoints.In that case, when I set up endpoint rule : ``` my_endpoint_percent_rule: metrics-name: endpoint_percent include-names: - /token # other configuration ``` That would be applied to all the services which have endpoint: /token, right? When we use skywalking dashboard to search some metrics such as endpoint, we select service at first, then one endpoint at the endpoints list, which stands for all the endpoints WITHIN the service.In other words, the endpoints listed are been searched within service,not globally. So when set endpoint alarm rule, is it enough that just specify *endpoint*? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
