Skip to content

Commit

Permalink
fix: Fix observability stack (#153)
Browse files Browse the repository at this point in the history
Fixup of #119
  • Loading branch information
sbernauer authored Feb 20, 2025
1 parent 3062ed2 commit a0cea53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion stacks/observability/grafana-loki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: loki
repo:
name: loki
url: https://grafana.github.io/helm-charts
version: 6.19.0
version: 5.48.0
options:
loki:
auth_enabled: false
Expand Down
4 changes: 3 additions & 1 deletion stacks/observability/grafana-tempo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: tempo
repo:
name: tempo
url: https://grafana.github.io/helm-charts
version: 1.13.0
# Watch out for https://github.com/grafana/helm-charts/issues/3417
# and https://github.com/grafana/helm-charts/pull/3503!
version: 1.12.0
options:
tempo:
server:
Expand Down
11 changes: 2 additions & 9 deletions stacks/observability/jaeger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,8 @@ options:
cassandra: false
allInOne:
enabled: true
extraEnv: []
service:
headless: true
collector:
otlp:
# http:
# name: otlp-http
grpc:
name: otlp-grpc
storage:
type: memory
agent:
enabled: false
collector:
Expand Down

0 comments on commit a0cea53

Please sign in to comment.