We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135ad19 commit 4690bb6Copy full SHA for 4690bb6
libbeat/otelbeat/oteltest/oteltest.go
@@ -57,12 +57,6 @@ func (h *MockHost) Report(evt *componentstatus.Event) {
57
h.Evt = evt
58
}
59
60
-func (h *MockHost) getEvent() *componentstatus.Event {
61
- h.mu.Lock()
62
- defer h.mu.Unlock()
63
- return h.Evt
64
-}
65
-
66
type ReceiverConfig struct {
67
// Name is the unique identifier for the component
68
Name string
0 commit comments