We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 757bb92 commit d9024cbCopy full SHA for d9024cb
OPENTELEMETRY_COLLECTOR_HOTFIXES.md
@@ -4,8 +4,8 @@ All fixes and features for the upstream [open-telemetry/opentelemetry-collector]
4
should be submitted to the upstream project. However, merge and release into the upstream might take some time
5
therefore urgent patches can be applied to the fork [hypertrace/opentelemetry-collector](https://github.com/hypertrace/opentelemetry-collector).
6
7
-Edit `go.mod` to use forked collector:
+Edit `go.mod` to use forked collector with branch `main+patches`:
8
9
```bash
10
-go mod edit -replace go.opentelemetry.io/collector=github.com/hypertrace/opentelemetry-collector@d61af22c3882c312004871795f4288c09f98e372
+go mod edit -replace go.opentelemetry.io/collector=github.com/hypertrace/opentelemetry-collector@main+patches
11
```
0 commit comments