Skip to content

Commit bd0e393

Browse files
committed
bump chart version and make docs
Signed-off-by: AvivGuiser <[email protected]>
1 parent 8164bdf commit bd0e393

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

charts/tempo-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tempo-distributed
33
description: Grafana Tempo in MicroService mode
44
type: application
5-
version: 1.44.1
5+
version: 1.45.0
66
appVersion: 2.8.1
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.44.1](https://img.shields.io/badge/Version-1.44.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
3+
![Version: 1.45.0](https://img.shields.io/badge/Version-1.45.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.1](https://img.shields.io/badge/AppVersion-2.8.1-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

@@ -1157,27 +1157,4 @@ traces:
11571157
receiverConfig: {}
11581158
# -- Default OTLP gRPC port
11591159
port: 4317
1160-
```
1161-
1162-
### Enabling gRPC Open Telemetry
1163-
1164-
gRPC for Open Telemetry is disabled by default, simply flip the bool in the `traces` block to turn it on.
1165-
1166-
If you have enabled the gateway as well, this will let you push traces using the default Open Telemetry API path (`/opentelemetry.proto.collector.trace.v1.TraceService/Export`), on the 4317 port. This port can be overwriten as well in the values.
1167-
1168-
```yaml
1169-
traces:
1170-
otlp:
1171-
http:
1172-
# -- Enable Tempo to ingest Open Telemetry HTTP traces
1173-
enabled: false
1174-
# -- HTTP receiver advanced config
1175-
receiverConfig: {}
1176-
grpc:
1177-
# -- Enable Tempo to ingest Open Telemetry GRPC traces
1178-
enabled: true
1179-
# -- GRPC receiver advanced config
1180-
receiverConfig: {}
1181-
# -- Default OTLP gRPC port
1182-
port: 4317
1183-
```
1160+
```

0 commit comments

Comments
 (0)