|
1 | 1 | # tempo-distributed
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | Grafana Tempo in MicroService mode
|
6 | 6 |
|
@@ -48,6 +48,10 @@ The command removes all the Kubernetes components associated with the chart and
|
48 | 48 |
|
49 | 49 | A major chart version change indicates that there is an incompatible breaking change needing manual actions.
|
50 | 50 |
|
| 51 | +### From Chart versions < 1.41.0 |
| 52 | +* Breaking Change * |
| 53 | +In order to be consistent with other projects and documentations, the default port has been changed from 3100 to 3200. |
| 54 | + |
51 | 55 | ### From Chart versions < 1.33.0
|
52 | 56 | * Breaking Change *
|
53 | 57 | In order to reduce confusion, the overrides configurations have been renamed as below.
|
@@ -426,7 +430,7 @@ The memcached default args are removed and should be provided manually. The sett
|
426 | 430 | | enterpriseFederationFrontend.service.annotations | object | `{}` | Annotations for enterpriseFederationFrontend service |
|
427 | 431 | | enterpriseFederationFrontend.service.loadBalancerIP | string | `""` | If type is LoadBalancer you can assign the IP to the LoadBalancer |
|
428 | 432 | | enterpriseFederationFrontend.service.loadBalancerSourceRanges | list | `[]` | If type is LoadBalancer limit incoming traffic from IPs. |
|
429 |
| -| enterpriseFederationFrontend.service.port | int | `3100` | Port of the federation-frontend service | |
| 433 | +| enterpriseFederationFrontend.service.port | int | `3200` | Port of the federation-frontend service | |
430 | 434 | | enterpriseFederationFrontend.service.type | string | `"ClusterIP"` | Type of service for the enterpriseFederationFrontend |
|
431 | 435 | | enterpriseFederationFrontend.terminationGracePeriodSeconds | int | `30` | Grace period to allow the federation-frontend to shutdown before it is killed |
|
432 | 436 | | enterpriseFederationFrontend.tolerations | list | `[]` | Tolerations for federation-frontend pods |
|
@@ -734,7 +738,7 @@ The memcached default args are removed and should be provided manually. The sett
|
734 | 738 | | metricsGenerator.persistentVolumeClaimRetentionPolicy.whenScaled | string | `"Retain"` | Volume retention behavior when the replica count of the StatefulSet is reduced |
|
735 | 739 | | metricsGenerator.podAnnotations | object | `{}` | Annotations for metrics-generator pods |
|
736 | 740 | | metricsGenerator.podLabels | object | `{}` | Labels for metrics-generator pods |
|
737 |
| -| metricsGenerator.ports | list | `[{"name":"grpc","port":9095,"service":true},{"name":"http-memberlist","port":7946,"service":false},{"name":"http-metrics","port":3100,"service":true}]` | Default ports | |
| 741 | +| metricsGenerator.ports | list | `[{"name":"grpc","port":9095,"service":true},{"name":"http-memberlist","port":7946,"service":false},{"name":"http-metrics","port":3200,"service":true}]` | Default ports | |
738 | 742 | | metricsGenerator.priorityClassName | string | `nil` | The name of the PriorityClass for metrics-generator pods |
|
739 | 743 | | metricsGenerator.replicas | int | `1` | Number of replicas for the metrics-generator |
|
740 | 744 | | metricsGenerator.resources | object | `{}` | Resource requests and limits for the metrics-generator |
|
@@ -874,7 +878,7 @@ The memcached default args are removed and should be provided manually. The sett
|
874 | 878 | | queryFrontend.podAnnotations | object | `{}` | Annotations for query-frontend pods |
|
875 | 879 | | queryFrontend.podLabels | object | `{}` | Labels for queryFrontend pods |
|
876 | 880 | | queryFrontend.priorityClassName | string | `nil` | The name of the PriorityClass for query-frontend pods |
|
877 |
| -| queryFrontend.query.config | string | `"backend: 127.0.0.1:3100\n"` | | |
| 881 | +| queryFrontend.query.config | string | `"backend: 127.0.0.1:3200\n"` | | |
878 | 882 | | queryFrontend.query.enabled | bool | `false` | Required for grafana version <7.5 for compatibility with jaeger-ui. Doesn't work on ARM arch |
|
879 | 883 | | queryFrontend.query.extraArgs | list | `[]` | Additional CLI args for tempo-query pods |
|
880 | 884 | | queryFrontend.query.extraEnv | list | `[]` | Environment variables to add to the tempo-query pods |
|
@@ -913,7 +917,7 @@ The memcached default args are removed and should be provided manually. The sett
|
913 | 917 | | rollout_operator.securityContext.readOnlyRootFilesystem | bool | `true` | |
|
914 | 918 | | server.grpc_server_max_recv_msg_size | int | `4194304` | Max gRPC message size that can be received |
|
915 | 919 | | server.grpc_server_max_send_msg_size | int | `4194304` | Max gRPC message size that can be sent |
|
916 |
| -| server.httpListenPort | int | `3100` | HTTP server listen host | |
| 920 | +| server.httpListenPort | int | `3200` | HTTP server listen host | |
917 | 921 | | server.http_server_read_timeout | string | `"30s"` | Read timeout for HTTP server |
|
918 | 922 | | server.http_server_write_timeout | string | `"30s"` | Write timeout for HTTP server |
|
919 | 923 | | server.logFormat | string | `"logfmt"` | Log format. Can be set to logfmt (default) or json. |
|
|
0 commit comments