Skip to content

Commit 6a45cad

Browse files
committed
revert some values.yaml changes
changes were made in grafana-community#81 Signed-off-by: TheRealNoob <mike1118@live.com>
1 parent ce4fe8b commit 6a45cad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

charts/tempo-distributed/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ ingester:
295295
annotations: {}
296296
# -- Adds the appProtocol field to the ingester service. This allows ingester to work with istio protocol selection.
297297
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"
299299
grpc: null
300300
# -- EXPERIMENTAL Feature, disabled by default
301301
zoneAwareReplication:
@@ -532,7 +532,7 @@ metricsGenerator:
532532
annotations: {}
533533
# -- Adds the appProtocol field to the metricsGenerator service. This allows metricsGenerator to work with istio protocol selection.
534534
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"
536536
grpc: null
537537

538538
# Configuration for the distributor
@@ -685,7 +685,7 @@ distributor:
685685
stale_duration: 15m0s
686686
# -- Adds the appProtocol field to the distributor service. This allows distributor to work with istio protocol selection.
687687
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"
689689
grpc: null
690690

691691
# Configuration for the compactor
@@ -952,7 +952,7 @@ querier:
952952
annotations: {}
953953
# -- Adds the appProtocol field to the querier service. This allows querier to work with istio protocol selection.
954954
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"
956956
grpc: null
957957

958958
# Configuration for the query-frontend
@@ -1155,7 +1155,7 @@ queryFrontend:
11551155
extraVolumes: []
11561156
# -- Adds the appProtocol field to the queryFrontend service. This allows queryFrontend to work with istio protocol selection.
11571157
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"
11591159
grpc: null
11601160
mcp_server:
11611161
# -- Enables Tempo MCP Server
@@ -1702,7 +1702,7 @@ server:
17021702
httpListenPort: 3200
17031703
# -- Log level. Can be set to debug, info (default), warn, error
17041704
logLevel: info
1705-
# -- Log format. Can be set to logfmt (default) or JSON.
1705+
# -- Log format. Can be set to logfmt (default) or json.
17061706
logFormat: logfmt
17071707
# -- Max gRPC message size that can be received
17081708
grpc_server_max_recv_msg_size: 4194304
@@ -1744,7 +1744,7 @@ storage:
17441744
version: null
17451745
# -- Lis with dedicated attribute columns (only for vParquet3 or later)
17461746
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
17481748
backend: local
17491749
# The worker pool is used primarily when finding traces by id, but is also used by others.
17501750
pool:
@@ -1774,7 +1774,7 @@ storage:
17741774

17751775
# Settings for the Admin client storage backend and buckets. Only valid is enterprise.enabled is true
17761776
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
17781778
backend: filesystem
17791779

17801780
# -- 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

Comments
 (0)