Skip to content

Commit c993d8f

Browse files
committed
update windows arm collector
1 parent 9218455 commit c993d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/collectors/windows_arm64.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ func getCollectorsInstances() []Collector {
209209
return collectors
210210
}
211211

212-
func (w Windows) SendSystemLogs() {
212+
func (w Windows) SendLogs() {
213213
errorsChan := make(chan error, 10)
214214

215215
callback := func(event *Event) {

0 commit comments

Comments
 (0)