Skip to content
This repository was archived by the owner on Nov 7, 2022. It is now read-only.

Commit 080c9e3

Browse files
author
Paulo Janotti
authored
Update collector cli help on README (#417)
There are few new flags that are not present on the README.
1 parent 59fb66c commit 080c9e3

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -352,16 +352,18 @@ Usage:
352352
occollector [flags]
353353
354354
Flags:
355-
--config string Path to the config file
356-
--debug-processor Flag to add a debug processor (combine with log level DEBUG to log incoming spans)
357-
--health-check-http-port int Port on which to run the healthcheck http server. (default 13133)
358-
-h, --help help for occollector
359-
--log-level string Output level of logs (TRACE, DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
360-
--metrics-level string Output level of telemetry metrics (NONE, BASIC, NORMAL, DETAILED) (default "BASIC")
361-
--metrics-port uint16 Port exposing collector telemetry. (default 8888)
362-
--receive-jaeger Flag to run the Jaeger receiver (i.e.: Jaeger Collector), default settings: {ThriftTChannelPort:14267 ThriftHTTPPort:14268}
363-
--receive-oc-trace Flag to run the OpenCensus trace receiver, default settings: {Port:55678} (default true)
364-
--receive-zipkin Flag to run the Zipkin receiver, default settings: {Port:9411}
355+
--config string Path to the config file
356+
--debug-processor Flag to add a debug processor (combine with log level DEBUG to log incoming spans)
357+
--health-check-http-port uint Port on which to run the healthcheck http server. (default 13133)
358+
-h, --help help for occollector
359+
--log-level string Output level of logs (TRACE, DEBUG, INFO, WARN, ERROR, FATAL) (default "INFO")
360+
--metrics-level string Output level of telemetry metrics (NONE, BASIC, NORMAL, DETAILED) (default "BASIC")
361+
--metrics-port uint Port exposing collector telemetry. (default 8888)
362+
--receive-jaeger Flag to run the Jaeger receiver (i.e.: Jaeger Collector), default settings: {ThriftTChannelPort:14267 ThriftHTTPPort:14268}
363+
--receive-oc-trace Flag to run the OpenCensus trace receiver, default settings: {Port:55678} (default true)
364+
--receive-zipkin Flag to run the Zipkin receiver, default settings: {Port:9411}
365+
--receive-zipkin-scribe Flag to run the Zipkin Scribe receiver, default settings: {Address: Port:9410 Category:zipkin}
366+
--tail-sampling-always-sample Flag to use a tail-based sampling processor with an always sample policy, unless tail sampling setting is present on configuration file.
365367
```
366368

367369
Sample configuration file:

0 commit comments

Comments
 (0)