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
If you had ingester persistence enabled, you might need to manually change ownership of files in your PV if your CSI doesn't support fsGroup
192
192
193
193
### From Chart version >= 0.22.0
194
-
Align Istio GRPC named port syntax. For example,
194
+
Align Istio gRPC named port syntax. For example,
195
195
196
196
- otlp-grpc -> grpc-otlp
197
197
- distributor-otlp-grpc -> grpc-distributor-otlp
@@ -257,7 +257,7 @@ Perform a regular Helm upgrade on the existing release. The new Deployment/State
257
257
258
258
By default all tracing protocols are disabled and you need to specify which protocols to enable for ingestion.
259
259
260
-
For example to enable Jaeger grpc thrift http and zipkin protocols:
260
+
For example to enable Jaeger gRPC thrift http and zipkin protocols:
261
261
```yaml
262
262
traces:
263
263
jaeger:
@@ -376,7 +376,7 @@ The memcached default args are removed and should be provided manually. The sett
376
376
| distributor.affinity | string | Hard node and soft zone anti-affinity | Affinity for distributor pods. Passed through `tpl` and, thus, to be configured as string |
| distributor.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the distributor service. This allows distributor to work with istio protocol selection. |
379
-
| distributor.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
379
+
| distributor.appProtocol.grpc | string | `nil` | Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https" |
380
380
| distributor.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the distributor |
381
381
| distributor.autoscaling.enabled | bool | `false` | Enable autoscaling for the distributor |
382
382
| distributor.autoscaling.maxReplicas | int | `3` | Maximum autoscaling replicas for the distributor |
@@ -601,7 +601,7 @@ The memcached default args are removed and should be provided manually. The sett
601
601
| ingester.affinity | string | Soft node and soft zone anti-affinity | Affinity for ingester pods. Passed through `tpl` and, thus, to be configured as string |
602
602
| ingester.annotations | object | `{}` | Annotations for the ingester StatefulSet |
603
603
| ingester.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the ingester service. This allows ingester to work with istio protocol selection. |
604
-
| ingester.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
604
+
| ingester.appProtocol.grpc | string | `nil` | Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https" |
605
605
| ingester.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the ingester |
606
606
| ingester.autoscaling.enabled | bool | `false` | Enable autoscaling for the ingester. WARNING: Autoscaling ingesters can result in lost data. Only do this if you know what you're doing. |
607
607
| ingester.autoscaling.maxReplicas | int | `3` | Maximum autoscaling replicas for the ingester |
@@ -768,7 +768,7 @@ The memcached default args are removed and should be provided manually. The sett
768
768
| metricsGenerator.affinity | string | Hard node and soft zone anti-affinity | Affinity for metrics-generator pods. Passed through `tpl` and, thus, to be configured as string |
769
769
| metricsGenerator.annotations | object | `{}` | Annotations for the metrics-generator StatefulSet |
770
770
| metricsGenerator.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the metricsGenerator service. This allows metricsGenerator to work with istio protocol selection. |
771
-
| metricsGenerator.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
771
+
| metricsGenerator.appProtocol.grpc | string | `nil` | Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https" |
772
772
| metricsGenerator.config | object | `{"metrics_ingestion_time_range_slack":"30s","processor":{"service_graphs":{"dimensions":[],"histogram_buckets":[0.1,0.2,0.4,0.8,1.6,3.2,6.4,12.8],"max_items":10000,"wait":"10s","workers":10},"span_metrics":{"dimensions":[],"histogram_buckets":[0.002,0.004,0.008,0.016,0.032,0.064,0.128,0.256,0.512,1.02,2.05,4.1]}},"registry":{"collection_interval":"15s","external_labels":{},"stale_duration":"15m"},"storage":{"path":"/var/tempo/wal","remote_write":[],"remote_write_add_org_id_header":true,"remote_write_flush_deadline":"1m","wal":null},"traces_storage":{"path":"/var/tempo/traces"}}` | More information on configuration: https://grafana.com/docs/tempo/latest/configuration/#metrics-generator |
773
773
| metricsGenerator.config.processor.service_graphs | object | `{"dimensions":[],"histogram_buckets":[0.1,0.2,0.4,0.8,1.6,3.2,6.4,12.8],"max_items":10000,"wait":"10s","workers":10}` | For processors to be enabled and generate metrics, pass the names of the processors to `overrides.defaults.metrics_generator.processors` value like `[service-graphs, span-metrics]`. |
774
774
| metricsGenerator.config.processor.service_graphs.dimensions | list | `[]` | The resource and span attributes to be added to the service graph metrics, if present. |
@@ -867,14 +867,14 @@ The memcached default args are removed and should be provided manually. The sett
867
867
| querier.affinity | string | Hard node and soft zone anti-affinity | Affinity for querier pods. Passed through `tpl` and, thus, to be configured as string |
| querier.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the querier service. This allows querier to work with istio protocol selection. |
870
-
| querier.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
870
+
| querier.appProtocol.grpc | string | `nil` | Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https" |
871
871
| querier.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the querier |
872
872
| querier.autoscaling.enabled | bool | `false` | Enable autoscaling for the querier |
873
873
| querier.autoscaling.maxReplicas | int | `3` | Maximum autoscaling replicas for the querier |
874
874
| querier.autoscaling.minReplicas | int | `1` | Minimum autoscaling replicas for the querier |
875
875
| querier.autoscaling.targetCPUUtilizationPercentage | int | `60` | Target CPU utilisation percentage for the querier |
876
876
| querier.autoscaling.targetMemoryUtilizationPercentage | string | `nil` | Target memory utilisation percentage for the querier |
| querier.config.max_concurrent_queries | int | `20` | This value controls the overall number of simultaneous subqueries that the querier will service at once. It does not distinguish between the types of queries. |
@@ -909,7 +909,7 @@ The memcached default args are removed and should be provided manually. The sett
909
909
| queryFrontend.affinity | string | Hard node and soft zone anti-affinity | Affinity for query-frontend pods. Passed through `tpl` and, thus, to be configured as string |
910
910
| queryFrontend.annotations | object | `{}` | Annotations for the query-frontend Deployment |
911
911
| queryFrontend.appProtocol | object | `{"grpc":null}` | Adds the appProtocol field to the queryFrontend service. This allows queryFrontend to work with istio protocol selection. |
912
-
| queryFrontend.appProtocol.grpc | string | `nil` | Set the optional grpc service protocol. Ex: "grpc", "http2" or "https" |
912
+
| queryFrontend.appProtocol.grpc | string | `nil` | Set the optional gRPC service protocol. Ex: "gRPC", "http2" or "https" |
913
913
| queryFrontend.autoscaling.behavior | object | `{}` | Autoscaling behavior configuration for the query-frontend |
914
914
| queryFrontend.autoscaling.enabled | bool | `false` | Enable autoscaling for the query-frontend |
915
915
| queryFrontend.autoscaling.maxReplicas | int | `3` | Maximum autoscaling replicas for the query-frontend |
@@ -929,7 +929,7 @@ The memcached default args are removed and should be provided manually. The sett
929
929
| queryFrontend.config.search.max_spans_per_span_set | int | `100` | The maximum allowed value of spans per span set. 0 disables this limit. |
930
930
| queryFrontend.config.search.target_bytes_per_job | int | `104857600` | The target number of bytes for each job to handle when performing a backend search |
931
931
| queryFrontend.config.trace_by_id | object | `{"query_shards":50}` | Trace by ID lookup configuration |
932
-
| queryFrontend.config.trace_by_id.query_shards | int | `50` | The number of shards to split a trace by id query into. |
932
+
| queryFrontend.config.trace_by_id.query_shards | int | `50` | The number of shards to split a trace by ID query into. |
933
933
| queryFrontend.extraArgs | list | `[]` | Additional CLI args for the query-frontend |
934
934
| queryFrontend.extraContainers | list | `[]` | Containers to add to the query-frontend pods |
935
935
| queryFrontend.extraEnv | list | `[]` | Environment variables to add to the query-frontend pods |
@@ -970,7 +970,7 @@ The memcached default args are removed and should be provided manually. The sett
970
970
| queryFrontend.replicas | int | `1` | Number of replicas for the query-frontend |
971
971
| queryFrontend.resources | object | `{}` | Resource requests and limits for the query-frontend |
972
972
| queryFrontend.service.annotations | object | `{}` | Annotations for queryFrontend service |
973
-
| queryFrontend.service.grpcPort | int | `9095` | grpc Port of the query-frontend service |
973
+
| queryFrontend.service.grpcPort | int | `9095` | gRPC Port of the query-frontend service |
974
974
| queryFrontend.service.httpMetricsPort | int | `3200` | http Metrics port of the query-frontend service |
975
975
| queryFrontend.service.labels | object | `{}` | Labels for queryFrontend service |
976
976
| queryFrontend.service.loadBalancerIP | string | `""` | If type is LoadBalancer you can assign the IP to the LoadBalancer |
@@ -998,16 +998,16 @@ The memcached default args are removed and should be provided manually. The sett
998
998
| server.httpListenPort | int | `3200` | HTTP server listen host |
999
999
| server.http_server_read_timeout | string | `"30s"` | Read timeout for HTTP server |
1000
1000
| server.http_server_write_timeout | string | `"30s"` | Write timeout for HTTP server |
1001
-
| server.logFormat | string | `"logfmt"` | Log format. Can be set to logfmt (default) or json. |
1001
+
| server.logFormat | string | `"logfmt"` | Log format. Can be set to logfmt (default) or JSON. |
1002
1002
| server.logLevel | string | `"info"` | Log level. Can be set to debug, info (default), warn, error |
1003
1003
| serviceAccount.annotations | object | `{}` | Annotations for the service account |
| serviceAccount.create | bool | `true` | Specifies whether a ServiceAccount should be created |
1006
1006
| serviceAccount.imagePullSecrets | list | `[]` | Image pull secrets for the service account |
1007
1007
| serviceAccount.labels | object | `{}` | Labels for the service account |
1008
1008
| serviceAccount.name | string | `nil` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template |
1009
-
| storage.admin.backend | string | `"filesystem"` | The supported storage backends are gcs, s3 and azure, as specified in https://grafana.com/docs/enterprise-traces/latest/configure/reference/#admin_client_config |
1010
-
| storage.trace.backend | string | `"local"` | The supported storage backends are gcs, s3 and azure, as specified in https://grafana.com/docs/tempo/latest/configuration/#storage |
1009
+
| storage.admin.backend | string | `"filesystem"` | The supported storage backends are gcs, s3 and Azure, as specified in https://grafana.com/docs/enterprise-traces/latest/configure/reference/#admin_client_config |
1010
+
| storage.trace.backend | string | `"local"` | The supported storage backends are gcs, s3 and Azure, as specified in https://grafana.com/docs/tempo/latest/configuration/#storage |
1011
1011
| storage.trace.block.dedicated_columns | list | `[]` | Lis with dedicated attribute columns (only for vParquet3 or later) |
1012
1012
| storage.trace.block.version | string | `nil` | The supported block versions are specified here https://grafana.com/docs/tempo/latest/configuration/parquet/ |
1013
1013
| storage.trace.blocklist_poll | string | `"5m"` | How often to repoll the backend for new blocks |
@@ -1060,8 +1060,8 @@ The memcached default args are removed and should be provided manually. The sett
1060
1060
| tokengenJob.image.tag | string | `nil` | Docker image tag for the tokengenJob image. Overrides `tempo.image.tag` |
0 commit comments