Skip to content

Commit bc497f2

Browse files
committed
run make generate
1 parent b7a0c04 commit bc497f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,16 @@ Usage of ./observatorium-api:
151151
The gRPC Server Address against which to run rate limit checks when the rate limits are specified for a given tenant. If not specified, local, non-shared rate limiting will be used. Has precedence over other rate limiter options.
152152
-middleware.rate-limiter.type string
153153
The type of rate limiter to use when not using a gRPC rate limiter. Options: 'local' (default), 'redis' (leaky bucket algorithm). (default "local")
154+
-probes.dial-timeout duration
155+
The timeout for establishing connections to the probes upstream. (default 30s)
154156
-probes.endpoint string
155157
The endpoint against which to make HTTP requests for probes.
158+
-probes.keep-alive-timeout duration
159+
The keep-alive timeout for connections to the probes upstream. (default 30s)
156160
-probes.tenant-header string
157161
The name of the HTTP header containing the tenant ID to forward to the probes upstream. (default "X-Tenant")
162+
-probes.tls-handshake-timeout duration
163+
The TLS handshake timeout for connections to the probes upstream. (default 10s)
158164
-probes.tls.ca-file string
159165
File containing the TLS CA against which to upstream probes servers. Leave blank to disable TLS.
160166
-probes.tls.cert-file string

0 commit comments

Comments
 (0)