clymene-gateway Options
The Clymene, promtail Gateway is an optional service that can receive timeseries data and logs from the agent through gRPC, HTTP communication
clymene-gateway Options
--gateway.grpc-client.discovery.min-peers int Max number of collectors to which the agent will try to connect at any given time (default 3)
--gateway.grpc-client.host-port string Comma-separated string representing host:port of a static list of gateways to connect to directly (default "localhost:15610")
--gateway.grpc-client.retry.max uint Sets the maximum number of retries for a call (default 3)
--gateway.grpc-client.tls.ca string Path to a TLS CA (Certification Authority) file used to verify the remote server(s) (by default will use the system truststore)
--gateway.grpc-client.tls.cert string Path to a TLS Certificate file, used to identify this process to the remote server(s)
--gateway.grpc-client.tls.enabled Enable TLS when talking to the remote server(s)
--gateway.grpc-client.tls.key string Path to a TLS Private Key file, used to identify this process to the remote server(s)
--gateway.grpc-client.tls.server-name string Override the TLS server name we expect in the certificate of the remote server(s)
--gateway.grpc-client.tls.skip-host-verify (insecure) Skip server's certificate chain and host name verification
--gateway.http-client.logs.url string the clymene-gateway logs write HTTP receiver endpoint(/api/logs) (default "http://localhost:15611/api/logs")
--gateway.http-client.max-err-msg-len int Maximum length of error message (default 256)
--gateway.http-client.timeout duration Time out when doing remote write(sec, default 10 sec) (default 10s)
--gateway.http-client.url string the clymene-gateway remote write HTTP receiver endpoint(/api/metrics) (default "http://localhost:15611/api/metrics")
--gateway.http-client.user.agent string User-Agent in request header (default "Clymene/")
--gateway.service-type string Setting the type of gateway server (grpc or http) (default "grpc")
Last modified February 11, 2023: update 2.2.2 release (0cc96d8)