Skip to content

Releases: apache/skywalking-cli

SkyWalking CLI 0.3.0

28 Jul 12:07
0.3.0
f3ee3ca
Compare
Choose a tag to compare

Download

http://skywalking.apache.org/downloads/

Features

  • Add health check command
  • Add trace command

Bug Fixes

  • Fix wrong metrics graphql path

Chores

  • Move tools setup into Makefile to easy the setup work locally

SkyWalking CLI 0.2.0

27 Mar 14:32
d28bd1f
Compare
Choose a tag to compare

Download

http://skywalking.apache.org/downloads/

Features

  • Support visualization of heat map
  • Support top N entities, swctl metrics top 5 --name service_sla
  • Support thermodynamic metrics, swctl metrics thermodynamic --name all_heatmap
  • Support multiple linear metrics, swctl --display=graph --debug metrics multiple-linear --name all_percentile
  • Automatically make use of server timezone API when possible

Chores

  • Generate GraphQL codes dynamically
  • Update merge buttons to only allow squash and commit
  • Add release guide doc
  • Update NOTICE year

SkyWalking CLI 0.1.0

10 Dec 12:19
Compare
Choose a tag to compare

Download

http://skywalking.apache.org/downloads/

Features

  • Add command swctl service to list services
  • Add command swctl instance and swctl search to list and search instances of service.
  • Add command swctl endpoint to list endpoints of service.
  • Add command swctl linear-metrics to query linear metrics and plot the metrics in Ascii Graph mode.
  • Add command swctl single-metrics to query single-value metrics.

Chores

  • Set up GitHub actions to check code styles, licenses, and tests.