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
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,6 @@ If you want to get to your own custom collector compiled or updated:
35
35
description: Local OpenTelemetry Collector Contrib binary, testing only.
36
36
output_path: ./otelcol-dev
37
37
version: 0.105.0-sn3
38
-
otelcol_version: 0.105.0
39
38
```
40
39
41
40
4. Add the Context processor component to the processors section of `builder-config.yaml` (with the same reference you used in the `go mod init ...`). Create another section to replace this module name with the local directory where the code is (`./contextprocessor` in this case). Put the same version as the rest of the modules (this only to avoid a build error with `ocb`, is not important for the compiler!)
0 commit comments