Update `pipeline.Close()` to `pipeline.Disconnect()`
Open
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
A breaking change on pipeline interface has been introduced in beats. This PR https://github.com/elastic/beats/pull/50655.
The only impact on apm-server is that pipeline.Close() call has to change to pipeline.Disconnect(ctx).
https://github.com/elastic/apm-server/blob/main/internal/beater/beater.go#L927
Contributor guide
Assessment
This issue has not been assessed yet.