Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Dec 8, 2023
1 parent c073ebb commit 15b6818
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ runs one of multiple checks, use -h for more

```
Usage:
collector-cluster-check check [metrics|tracing|preflight|dns|all] [flags]
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)
```
```

0 comments on commit 15b6818

Please sign in to comment.