You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`jaeger` trace exporter has been removed](#jaeger-trace-exporter-has-been-removed)
11
12
-[📝 Changelog](#-changelog)
12
13
-[👨👩👧👦 Contributors](#-contributors)
13
14
@@ -35,6 +36,11 @@ Several deprecated commands have been removed:
35
36
36
37
You can now add a name to a pin when pinning a CID. To do so, use `ipfs pin add --name "Some Name" bafy...`. You can list your pins, including their names, with `ipfs pin ls --names`.
37
38
39
+
#### `jaeger` trace exporter has been removed
40
+
41
+
`jaeger` exporter has been removed from upstream, you should use `otlp` exporter instead.
42
+
See the [boxo tracing docs](https://github.com/ipfs/boxo/blob/a391d02102875ee7075a692076154bec1fa871f3/docs/tracing.md) for an example.
43
+
38
44
### 📝 Changelog
39
45
40
46
- Export a `kubo.Start` function so users can programmatically start Kubo from within a go program.
0 commit comments