Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions argocd/applications/custom/edgenode-observability.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,20 @@ mimir-distributed:
{{- end }}
# Need to set a few values to null when using IRSA
structuredConfig:
# Added gRPC server keepalive and connection settings for improved reliability
server:
grpc_server_keepalive_time: 30s
grpc_server_keepalive_timeout: 10s
grpc_server_min_time_between_pings: 10s
grpc_server_max_connection_age: 2m
grpc_server_max_connection_age_grace: 10s
grpc_server_ping_without_stream_allowed: true
# Added gRPC frontend client config for message size and timeout
frontend:
grpc_client_config:
connect_timeout: 20s
max_recv_msg_size: 104857600
max_send_msg_size: 104857600
{{- if and .Values.argo.o11y .Values.argo.o11y.edgeNode .Values.argo.o11y.edgeNode.mimir .Values.argo.o11y.edgeNode.mimir.structuredConfig }}
{{- if .Values.argo.o11y.edgeNode.mimir.structuredConfig.querySchedulerMaxOutstandingRequestsPerTenant }}
query_scheduler:
Expand Down
14 changes: 14 additions & 0 deletions argocd/applications/custom/orchestrator-observability.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,20 @@ mimir-distributed:
mimir:
# Need to set a few values to null when using IRSA
structuredConfig:
# Added gRPC server keepalive and connection settings for improved reliability
server:
grpc_server_keepalive_time: 30s
grpc_server_keepalive_timeout: 10s
grpc_server_min_time_between_pings: 10s
grpc_server_max_connection_age: 2m
grpc_server_max_connection_age_grace: 10s
grpc_server_ping_without_stream_allowed: true
# Added gRPC frontend client config for message size and timeout
frontend:
grpc_client_config:
connect_timeout: 20s
max_recv_msg_size: 104857600
max_send_msg_size: 104857600
{{- if and .Values.argo.o11y .Values.argo.o11y.orchestrator .Values.argo.o11y.orchestrator.mimir .Values.argo.o11y.orchestrator.mimir.structuredConfig }}
{{- if .Values.argo.o11y.orchestrator.mimir.structuredConfig.querySchedulerMaxOutstandingRequestsPerTenant }}
query_scheduler:
Expand Down