2019/12/01 22:31:21 maxprocs: Leaving GOMAXPROCS=4: CPU quota undefined Jaeger collector receives traces from Jaeger agents and runs them through a processing pipeline. Usage: jaeger-collector [flags] jaeger-collector [command] Available Commands: docs Generates documentation env Help about environment variables. help Help about any command version Print the version. Flags: --admin-http-port int The http port for the admin server, including health check, /metrics, etc. (default 14269) --collector.grpc-port int The gRPC port for the collector service (default 14250) --collector.grpc.tls Enable TLS on the server --collector.grpc.tls.cert string Path to a TLS Certificate file, used to identify this server to clients --collector.grpc.tls.client-ca string Path to a TLS CA (Certification Authority) file used to verify certificates presented by clients (if unset, all clients are permitted) --collector.grpc.tls.client.ca string (deprecated) see --collector.grpc.tls.client-ca --collector.grpc.tls.key string Path to a TLS Private Key file, used to identify this server to clients --collector.http-port int The HTTP port for the collector service (default 14268) --collector.num-workers int The number of workers pulling items from the queue (default 50) --collector.port int The TChannel port for the collector service (default 14267) --collector.queue-size int The queue size of the collector (default 2000) --collector.zipkin.allowed-headers string Comma separated list of allowed headers for the Zipkin collector service, default content-type (default "content-type") --collector.zipkin.allowed-origins string Comma separated list of allowed origins for the Zipkin collector service, default accepts all (default "*") --collector.zipkin.http-port int The HTTP port for the Zipkin collector service e.g. 9411 --config-file string Configuration file in JSON, TOML, YAML, HCL, or Java properties formats (default none). See spf13/viper for precedence. --downsampling.hashsalt string Salt used when hashing trace id for downsampling. --downsampling.ratio float Ratio of spans passed to storage after downsampling (between 0 and 1), e.g ratio = 0.3 means we are keeping 30% of spans and dropping 70% of spans; ratio = 1.0 disables downsampling. (default 1) --health-check-http-port int (deprecated) see --admin-http-port -h, --help help for jaeger-collector --kafka.producer.authentication string Authentication type used to authenticate with kafka cluster. e.g. none, kerberos, tls (default "none") --kafka.producer.brokers string The comma-separated list of kafka brokers. i.e. '127.0.0.1:9092,0.0.0:1234' (default "127.0.0.1:9092") --kafka.producer.compression string (experimental) Type of compression (none, gzip, snappy, lz4, zstd) to use on messages (default "none") --kafka.producer.compression-level int (experimental) compression level to use on messages. gzip = 1-9 (default = 6), snappy = none, lz4 = 1-17 (default = 9), zstd = -131072 - 22 (default = 3) --kafka.producer.encoding string Encoding of spans ("json" or "protobuf") sent to kafka. (default "protobuf") --kafka.producer.kerberos.config-file string Path to Kerberos configuration. i.e /etc/krb5.conf (default "/etc/krb5.conf") --kafka.producer.kerberos.keytab-file string Path to keytab file. i.e /etc/security/kafka.keytab (default "/etc/security/kafka.keytab") --kafka.producer.kerberos.password string The Kerberos password used for authenticate with KDC --kafka.producer.kerberos.realm string Kerberos realm --kafka.producer.kerberos.service-name string Kerberos service name (default "kafka") --kafka.producer.kerberos.use-keytab Use of keytab instead of password, if this is true, keytab file will be used instead of password --kafka.producer.kerberos.username string The Kerberos username used for authenticate with KDC --kafka.producer.protocol-version string Kafka protocol version - must be supported by kafka server --kafka.producer.required-acks string (experimental) Required kafka broker acknowledgement. i.e. noack, local, all (default "local") --kafka.producer.tls.ca string Path to the TLS CA for the Kafka connection --kafka.producer.tls.cert string Path to the TLS Certificate for the Kafka connection --kafka.producer.tls.key string Path to the TLS Key for the Kafka connection --kafka.producer.topic string The name of the kafka topic (default "jaeger-spans") --log-level string Minimal allowed log Level. For more levels see https://github.com/uber-go/zap (default "info") --metrics-backend string Defines which metrics backend to use for metrics reporting: expvar, prometheus, none (default "prometheus") --metrics-http-route string Defines the route of HTTP endpoint for metrics backends that support scraping (default "/metrics") --sampling.strategies-file string The path for the sampling strategies file in JSON format. See sampling documentation to see format of the file --span-storage.type string (deprecated) please use SPAN_STORAGE_TYPE environment variable. Run this binary with the 'env' command for help. Use "jaeger-collector [command] --help" for more information about a command.
|