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: charts/tempo-distributed/values.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ ingester:
295
295
annotations: {}
296
296
# -- Adds the appProtocol field to the ingester service. This allows ingester to work with istio protocol selection.
297
297
appProtocol:
298
-
# -- Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https"
298
+
# -- Set the optional gRPC service protocol. Ex: "grpc", "http2" or "https"
299
299
grpc: null
300
300
# -- EXPERIMENTAL Feature, disabled by default
301
301
zoneAwareReplication:
@@ -532,7 +532,7 @@ metricsGenerator:
532
532
annotations: {}
533
533
# -- Adds the appProtocol field to the metricsGenerator service. This allows metricsGenerator to work with istio protocol selection.
534
534
appProtocol:
535
-
# -- Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https"
535
+
# -- Set the optional gRPC service protocol. Ex: "grpc", "http2" or "https"
536
536
grpc: null
537
537
538
538
# Configuration for the distributor
@@ -685,7 +685,7 @@ distributor:
685
685
stale_duration: 15m0s
686
686
# -- Adds the appProtocol field to the distributor service. This allows distributor to work with istio protocol selection.
687
687
appProtocol:
688
-
# -- Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https"
688
+
# -- Set the optional gRPC service protocol. Ex: "grpc", "http2" or "https"
689
689
grpc: null
690
690
691
691
# Configuration for the compactor
@@ -952,7 +952,7 @@ querier:
952
952
annotations: {}
953
953
# -- Adds the appProtocol field to the querier service. This allows querier to work with istio protocol selection.
954
954
appProtocol:
955
-
# -- Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https"
955
+
# -- Set the optional gRPC service protocol. Ex: "grpc", "http2" or "https"
956
956
grpc: null
957
957
958
958
# Configuration for the query-frontend
@@ -1155,7 +1155,7 @@ queryFrontend:
1155
1155
extraVolumes: []
1156
1156
# -- Adds the appProtocol field to the queryFrontend service. This allows queryFrontend to work with istio protocol selection.
1157
1157
appProtocol:
1158
-
# -- Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https"
1158
+
# -- Set the optional gRPC service protocol. Ex: "grpc", "http2" or "https"
1159
1159
grpc: null
1160
1160
mcp_server:
1161
1161
# -- Enables Tempo MCP Server
@@ -1702,7 +1702,7 @@ server:
1702
1702
httpListenPort: 3200
1703
1703
# -- Log level. Can be set to debug, info (default), warn, error
1704
1704
logLevel: info
1705
-
# -- Log format. Can be set to logfmt (default) or JSON.
1705
+
# -- Log format. Can be set to logfmt (default) or json.
1706
1706
logFormat: logfmt
1707
1707
# -- Max gRPC message size that can be received
1708
1708
grpc_server_max_recv_msg_size: 4194304
@@ -1744,7 +1744,7 @@ storage:
1744
1744
version: null
1745
1745
# -- Lis with dedicated attribute columns (only for vParquet3 or later)
1746
1746
dedicated_columns: []
1747
-
# -- The supported storage backends are gcs, s3 and Azure, as specified in https://grafana.com/docs/tempo/latest/configuration/#storage
1747
+
# -- The supported storage backends are gcs, s3 and azure, as specified in https://grafana.com/docs/tempo/latest/configuration/#storage
1748
1748
backend: local
1749
1749
# The worker pool is used primarily when finding traces by id, but is also used by others.
1750
1750
pool:
@@ -1774,7 +1774,7 @@ storage:
1774
1774
1775
1775
# Settings for the Admin client storage backend and buckets. Only valid is enterprise.enabled is true
1776
1776
admin:
1777
-
# -- The supported storage backends are gcs, s3 and Azure, as specified in https://grafana.com/docs/enterprise-traces/latest/configure/reference/#admin_client_config
1777
+
# -- The supported storage backends are gcs, s3 and azure, as specified in https://grafana.com/docs/enterprise-traces/latest/configure/reference/#admin_client_config
1778
1778
backend: filesystem
1779
1779
1780
1780
# -- The standard overrides configuration section. This can include a `defaults` object for applying to all tenants (not to be confused with the `global` property of the same name, which overrides `max_byte_per_trace` for all tenants). For an example on how to enable the metrics generator using the `overrides` object, see the 'Activate metrics generator' section below. Refer to [Standard overrides](https://grafana.com/docs/tempo/latest/configuration/#standard-overrides) for more details.
0 commit comments