Skip to content

A shippable binary that you can run to confirm you can successfully run a collector in Kubernetes to send data to Lightstep

License

Notifications You must be signed in to change notification settings

lightstep/collector-cluster-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collector-cluster-check

This tool allows you to test various parts of your infrastructure and observability stack. The goal is to provide you with confidence that you are able to effectively use the OpenTelemetry Operator, create OpenTelemetry Collectors, and send data to your desired destination.

Usage:
collector-cluster-check [command]

Available Commands:
check       runs one of multiple checks, use -h for more
completion  Generate the autocompletion script for the specified shell
help        Help about any command

Flags:
--config string   config file (default is $HOME/.collector-cluster-check.yaml)
-h, --help            help for collector-cluster-check
-t, --toggle          Help message for toggle

Use "collector-cluster-check [command] --help" for more information about a command.

runs one of multiple checks, use -h for more

check Command

Usage:
  collector-cluster-check check [metrics|tracing|preflight|dns|inflight|all|] [flags]

Flags:
      --accessToken string   access token to send data to Lightstep
      --endpoint string      destination for OTLP data (default "ingest.lightstep.com:443")
  -h, --help                 help for check
      --http                 should telemetry be sent over http
      --insecure             should telemetry be sent insecurely
      --kubeConfig string    (optional) absolute path to the kubeconfig file (default "/Users/jacob.aronoff/.kube/config")


Global Flags:
      --config string   config file (default is $HOME/.collector-cluster-check.yaml)

About

A shippable binary that you can run to confirm you can successfully run a collector in Kubernetes to send data to Lightstep

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages