diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index d3420ba9f9..fa9dea822e 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.15.2 +version: 1.15.3 appVersion: 2.5.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index 044ba75b80..3e7e4c0754 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.15.2](https://img.shields.io/badge/Version-1.15.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) +![Version: 1.15.3](https://img.shields.io/badge/Version-1.15.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) Grafana Tempo in MicroService mode @@ -892,9 +892,10 @@ Metrics-generator is disabled by default and can be activated by configuring the metricsGenerator: enabled: true config: - storage_remote_write: - - url: http://cortex/api/v1/push - send_exemplars: true + storage: + remote_write: + - url: http://cortex/api/v1/push + send_exemplars: true # headers: # x-scope-orgid: operations # Global overrides diff --git a/charts/tempo-distributed/README.md.gotmpl b/charts/tempo-distributed/README.md.gotmpl index 6bb2718e0d..5cdb777ad3 100644 --- a/charts/tempo-distributed/README.md.gotmpl +++ b/charts/tempo-distributed/README.md.gotmpl @@ -263,9 +263,10 @@ Metrics-generator is disabled by default and can be activated by configuring the metricsGenerator: enabled: true config: - storage_remote_write: - - url: http://cortex/api/v1/push - send_exemplars: true + storage: + remote_write: + - url: http://cortex/api/v1/push + send_exemplars: true # headers: # x-scope-orgid: operations # Global overrides