Skip to content

Commit a0cea53

Browse files
authored
fix: Fix observability stack (#153)
Fixup of #119
1 parent 3062ed2 commit a0cea53

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

stacks/observability/grafana-loki.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: loki
55
repo:
66
name: loki
77
url: https://grafana.github.io/helm-charts
8-
version: 6.19.0
8+
version: 5.48.0
99
options:
1010
loki:
1111
auth_enabled: false

stacks/observability/grafana-tempo.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: tempo
55
repo:
66
name: tempo
77
url: https://grafana.github.io/helm-charts
8-
version: 1.13.0
8+
# Watch out for https://github.com/grafana/helm-charts/issues/3417
9+
# and https://github.com/grafana/helm-charts/pull/3503!
10+
version: 1.12.0
911
options:
1012
tempo:
1113
server:

stacks/observability/jaeger.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,8 @@ options:
1414
cassandra: false
1515
allInOne:
1616
enabled: true
17-
extraEnv: []
18-
service:
19-
headless: true
20-
collector:
21-
otlp:
22-
# http:
23-
# name: otlp-http
24-
grpc:
25-
name: otlp-grpc
17+
storage:
18+
type: memory
2619
agent:
2720
enabled: false
2821
collector:

0 commit comments

Comments
 (0)