You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/12/02 01:26:15 UTC

[GitHub] [skywalking-cli] wu-sheng commented on issue #17: [Feature] Add endpoint command, refactor Makefile to cross build target

wu-sheng commented on issue #17: [Feature] Add endpoint command, refactor Makefile to cross build target
URL: https://github.com/apache/skywalking-cli/pull/17#issuecomment-560188503
 
 
   Based on the discussion between @kezhenxu94 and me, we are going to use ID as parameter for metrics query. Then leverage the Linux command, we could do this
   ```shell
   > ./bin/swctl instance ls --service-id 3 | jq '.[].id' | xargs ./bin/swctl --debug single-metrics --name service_instance_sla --ids
   ```
   
   Currently, let's add document for this complex command. Re-organize the doc, then we are closing to 0.1.0 release. 
   
   @kezhenxu94 After this, let's work on LICENSE and require test in ML. Anything miss?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services