wu-sheng opened a new issue, #10152:
URL: https://github.com/apache/skywalking/issues/10152

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar feature requirement.
   
   
   ### Description
   
   Right now, we have a unique URL for every dashboard and tab for end users to 
share the page with each other.
   
   - Service Page for `recommendation`, 
http://demo.skywalking.apache.org/dashboard/GENERAL/Service/YWdlbnQ6OnJlY29tbWVuZGF0aW9u.1/General-Service
   - Profiling Tab at the same page, 
http://demo.skywalking.apache.org/dashboard/GENERAL/Service/YWdlbnQ6OnJlY29tbWVuZGF0aW9u.1/General-Service/tab/5
   
   This is a good feature. Now, I want to propose a further way to help with 
user sharing and system integration.
   
   ### Use case
   
   In the alerting and system integration, right now, we forward time range, 
metrics name, and messages with entity information.
   We could consider providing a kind of widget URI to show metrics with get 
parameters directly.
   
   Such as 
   ```
   /widget?metricName=service_cpm
               &entityScope=Service
               &serviceName=recommendation
               &title=Service Calls per minutes // should be URI-encoded
               &metricType=readMetricsValue
               &graph.type=Card
               &calculation=
   ```
   
   Also, we should consider supporting multi-values for metric names and 
calculations to support [composite alerting 
rules](https://skywalking.apache.org/docs/main/next/en/setup/backend/backend-alarm/#composite-rules).
   
   FYI @wankai123 @kezhenxu94 If you have any questions, please let me known.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### 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