Commit cd1b5d2
fix: add build tag to docker benchmark test to match MockWatcherFactory
MockWatcherFactory is defined in add_docker_metadata_test.go which has
//go:build (linux || darwin || windows) && !integration. The benchmark
must use the same constraint or the linter can't resolve the symbol.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6949cb9 commit cd1b5d2
File tree
1 file changed
+2
-0
lines changed- libbeat/processors/add_docker_metadata
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments