Skip to content

Commit fbb2ceb

Browse files
Formatting
Signed-off-by: JBodkin-Amphora <[email protected]>
1 parent e64a7f9 commit fbb2ceb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

charts/tempo-distributed/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# tempo-distributed
22

3-
43
![Version: 1.47.1](https://img.shields.io/badge/Version-1.47.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square)
54

65
Grafana Tempo in MicroService mode
@@ -45,7 +44,6 @@ helm delete my-release
4544

4645
The command removes all the Kubernetes components associated with the chart and deletes the release.
4746

48-
4947
## Upgrading
5048

5149
A major chart version change indicates that there is an incompatible breaking change needing manual actions.
@@ -146,7 +144,6 @@ minio:
146144
```
147145
* allow configuration to be stored in a secret. See the documentation for `useExternalConfig` and `configStorageType` in the values file for more details.
148146

149-
150147
### From chart version < 0.26.0
151148

152149
Version 0.26.0
@@ -1032,8 +1029,6 @@ The other components are optional and must be explicitly enabled.
10321029
| admin-api | yes |
10331030
| enterprise-gateway | yes |
10341031

1035-
1036-
10371032
## [Configuration](https://grafana.com/docs/tempo/latest/configuration/)
10381033

10391034
This chart configures Tempo in microservices mode.
@@ -1090,7 +1085,6 @@ global_overrides:
10901085
* Volumes are mounted to `/var/tempo`. The various directories Tempo needs should be configured as subdirectories (e. g. `/var/tempo/wal`, `/var/tempo/traces`). Tempo will create the directories automatically.
10911086
* The config file is mounted to `/conf/tempo-query.yaml` and passed as CLI arg.
10921087

1093-
10941088
### Example configuration using S3 for storage
10951089

10961090
```yaml
@@ -1168,4 +1162,4 @@ traces:
11681162
receiverConfig: {}
11691163
# -- Default OTLP gRPC port
11701164
port: 4317
1171-
```
1165+
```

0 commit comments

Comments
 (0)