Skip to content

Commit

Permalink
Merge pull request #2947 from naing2victor/main
Browse files Browse the repository at this point in the history
[tempo-distributed] Update metrics generator storage remote_write url
  • Loading branch information
Sheikh-Abubaker authored Jul 30, 2024
2 parents 2a68f08 + 62acbdb commit a7428b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
9 changes: 5 additions & 4 deletions charts/tempo-distributed/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions charts/tempo-distributed/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7428b1

Please sign in to comment.