Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 997 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 997 Bytes

kn-plugin-trace

kn-plugin-trace is a plugin of the Knative Client, to easily manage traces

Getting Started

Building from Source

You must set up your development environment before you build kn-plugin-trace.

Once you've set up your development environment, you can build the plugin by running the following commands:

./hack/build.sh

Usage

Manage traces

Usage:
  kn-trace [command]

Available Commands:
  completion  generate the autocompletion script for the specified shell
  config      Manage tracing configuration
  help        Help about any command
  show        Show traces
  version     Prints the plugin version

Flags:
  -h, --help   help for kn-trace

Use "kn-trace [command] --help" for more information about a command.

Main features

  • easily enable and disable tracing
  • auto-resolve zipkin endpoint (support in-cluster zipkin and opentelemetry)