You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,26 @@ Usage of ./observatorium-api:
151
151
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.
152
152
-middleware.rate-limiter.type string
153
153
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)
156
+
-probes.endpoint string
157
+
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)
160
+
-probes.tenant-header string
161
+
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)
164
+
-probes.tls.ca-file string
165
+
File containing the TLS CA against which to upstream probes servers. Leave blank to disable TLS.
166
+
-probes.tls.cert-file string
167
+
File containing the TLS client certificates to authenticate against upstream probes servers. Leave blank to disable mTLS.
168
+
-probes.tls.key-file string
169
+
File containing the TLS client key to authenticate against upstream probes servers. Leave blank to disable mTLS.
170
+
-probes.tls.watch-certs
171
+
Watch for certificate changes and reload
172
+
-probes.write-timeout duration
173
+
The HTTP write timeout for proxied requests to the probes endpoint. Defaults to the server's write timeout. (default 12m0s)
154
174
-rbac.config string
155
175
Path to the RBAC configuration file. (default "rbac.yaml")
"Enables query RBAC. A user will be able to see attributes only from namespaces it has access to. Only the spans with allowed k8s.namespace.name attribute are fully visible.")
0 commit comments