Skip to content

Commit

Permalink
fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
frzifus committed Oct 30, 2024
1 parent 2dc79f4 commit ba89de4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .chloggen/fix_red-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subtext: |
To achieve this the Operator will set the jaeger-query `--prometheus.query.namespace=` flag.
Since Jaeger version 1.62, jaeger-query uses `traces.span.metrics` as default too.
Example how to overwrite the default namespace with the old default before `0.109.0` by configuring it in the CR:
Example how to restore the default namespace used prior to version `0.109.0`, by configuring an empty value for `redMetricsNamespace` in the TempoStack CR:
```
apiVersion: tempo.grafana.com/v1alpha1
kind: TempoStack
Expand All @@ -34,7 +34,7 @@ subtext: |
monitorTab:
enabled: true
prometheusEndpoint: "http://myPromInstance:9090"
redMetricsNamespace: "custom"
redMetricsNamespace: ""
```
More details can be found here:
- https://github.com/jaegertracing/jaeger/pull/6007
Expand Down

0 comments on commit ba89de4

Please sign in to comment.