Commit 8a4bfea
[tracing] Update OpenTelemetry dependencies and fixing doc to make tracing work (#57908)
Tracing code hasn’t been maintained, and it can’t be run by relying on
the docs alone.
1.
[https://docs.ray.io/en/latest/ray-observability/user-guides/ray-tracing.html#installation](https://docs.ray.io/en/latest/ray-observability/user-guides/ray-tracing.html#installation)
`opentelemetry-api==1.1.0`
Version 1.1.0 is too old—
https://github.com/ray-project/ray/blob/b988ce4e9b0fb618b40865600c0d98f1714c3bcf/ci/docker/serve.build.Dockerfile#L47
we’re already using 1.3.0+, which is incompatible with 1.1.0.
2.
A legacy issue? This prevents the help information from being displayed.
---------
Signed-off-by: justwph <2732352+wph95@users.noreply.github.com>
Signed-off-by: JustWPH <2732352+wph95@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>1 parent 3af4650 commit 8a4bfea
File tree
2 files changed
+8
-8
lines changed- doc/source/ray-observability/user-guides
- python/ray/util/tracing
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments