Skip to content

Commit

Permalink
#88 | release v2.2.2 separation of grpc,http server/client options of…
Browse files Browse the repository at this point in the history
… gateway component
  • Loading branch information
allen committed Feb 11, 2023
1 parent cc6333a commit 505a07f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/clymene-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ The Clymene Gateway is an optional service that can receive metric data from the
--gateway.http-server.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)
--gateway.http-server.tls.enabled Enable TLS on the server
--gateway.http-server.tls.key string Path to a TLS Private Key file, used to identify this server to clients
--gateway.service-type string gateway service type(grpc or http) (default "grpc")
--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")
Expand Down

0 comments on commit 505a07f

Please sign in to comment.