Commit 49337f4
authored
Update Graphana Tempo config for latest version (#10055)
## What changed?
Updates the Graphana Tempo configuration used for the service when
running locally. (Simply copying a more recent version of the
single-binary setup.)
Fixes #10053.
## Why?
Previously, the Tempo container would fail on startup. Preventing any
collection of OTel traces. It appeared to stem from breaking changes in
the Tempo service itself, as it modified the schema of its configuration
file.
I'll admit I am out of my depth here. But some of the field changes are
called out in their upgrade guide here:
https://grafana.com/docs/tempo/latest/set-up-for-tracing/setup-tempo/upgrade/
## How did you test it?
- [x] built
- [x] run locally and tested manually
- [ ] ~covered by existing tests~ - NA?
- [ ] ~added new unit test(s)~ - NA?
- [ ] ~added new functional test(s)~ - NA?
I ran the
https://github.com/temporalio/samples-go/tree/main/opentelemetry sample,
and within the Graphana UI on http://localhost:3000/ I saw data showing
up.
<img width="1244" height="620" alt="image"
src="https://github.com/user-attachments/assets/320642a8-1b91-4428-bb6d-1f2b090016b8"
/>1 parent 66083d0 commit 49337f4
1 file changed
Lines changed: 16 additions & 51 deletions
Lines changed: 16 additions & 51 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 8 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 9 | + | |
41 | 10 | | |
42 | 11 | | |
43 | | - | |
44 | 12 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
53 | 16 | | |
54 | 17 | | |
55 | 18 | | |
| |||
61 | 24 | | |
62 | 25 | | |
63 | 26 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
70 | 31 | | |
71 | 32 | | |
72 | 33 | | |
73 | | - | |
| 34 | + | |
74 | 35 | | |
75 | 36 | | |
76 | 37 | | |
| |||
79 | 40 | | |
80 | 41 | | |
81 | 42 | | |
82 | | - | |
| 43 | + | |
83 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments