skywalking-cli

Apache SkyWalking CLI

APACHE-2.0 License

Stars
90
Committers
15

Bot releases are hidden (Show)

skywalking-cli - 0.13.0 Latest Release

Published by mrproliu 11 months ago

Features

Bug Fixes

  • Fix the record list query does not support new OAP versions (with major version number > 9).
skywalking-cli - 0.12.0

Published by mrproliu over 1 year ago

skywalking-cli - 0.11.0

Published by kezhenxu94 about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/apache/skywalking-cli/compare/0.10.0...0.11.0

skywalking-cli - 0.10.0

Published by fgksgf over 2 years ago

Download

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

What's Changed

New Contributors

Full Changelog: https://github.com/apache/skywalking-cli/compare/0.9.0...0.10.0

skywalking-cli - 0.9.0

Published by kezhenxu94 about 3 years ago

Download

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

What's Changed

Full Changelog: https://github.com/apache/skywalking-cli/compare/0.8.0...0.9.0

skywalking-cli - SkyWalking CLI 0.8.0

Published by fgksgf about 3 years ago

Download

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

Features

  • Add profile command
  • Add logs command
  • Add dependency command
  • Support query events protocol
  • Support auto-completion for bash and powershell

Bug Fixes

  • Fix missing service instance name in trace command

Chores

  • Optimize output by adding color to help information
  • Set display style explicitly for commands in the test script
  • Set different default display style for different commands
  • Add scripts for quick install
  • Update release doc and add scripts for release
  • split into multiple workflows to speed up CI
skywalking-cli - SkyWalking CLI 0.7.0

Published by fgksgf over 3 years ago

Download

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

Features

  • Add GitHub Action for integration of event reporter

Bug Fixes

  • Fix metrics top can't infer the scope automatically

Chores

  • Upgrade dependency crypto
  • Refactor project to use goapi
  • Move parseScope to pkg
  • Update release doc
skywalking-cli - SkyWalking CLI 0.6.0

Published by fgksgf over 3 years ago

Download

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

Features

  • Support authorization when connecting to the OAP
  • Add install command and manifest sub-command
  • Add event command and report sub-command

Bug Fixes

  • Fix the bug that can't query JVM instance metrics

Chores

  • Set up a simple test with GitHub Actions
  • Reorganize the project layout
  • Update year in NOTICE
  • Add missing license of swck
  • Use license-eye to check license header
skywalking-cli - SkyWalking CLI 0.5.0

Published by fgksgf almost 4 years ago

Download

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

Features

  • Use template files in yaml format instead
  • Refactor metrics command to adopt metrics-v2 protocol
  • Use goroutine to speed up dashboard global command
  • Add metrics list command

Bug Fixes

  • Add flags of instance, endpoint and normal for metrics command
  • Fix the problem of unable to query database metrics

Chores

  • Update release guide doc
  • Add screenshots for use cases in README.md
  • Introduce generated codes into codebase
skywalking-cli - SkyWalking CLI 0.4.0

Published by fgksgf about 4 years ago

Download

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

Features

  • Add dashboard global command with auto-refresh
  • Add dashboard global-metrics command
  • Add traces search
  • Refactor metrics thermodynamic command to adopt the new query protocol

Bug Fixes

  • Fix wrong golang standard time
skywalking-cli - SkyWalking CLI 0.3.0

Published by kezhenxu94 about 4 years ago

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 - SkyWalking CLI 0.2.0

Published by kezhenxu94 over 4 years ago

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 - SkyWalking CLI 0.1.0

Published by kezhenxu94 almost 5 years ago

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.