Add processor to look up service name by port (#7540)

This commit is contained in:
reimda
2020-05-27 15:42:59 -06:00
committed by GitHub
parent a438678d5b
commit 71b0b96241
7 changed files with 482 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ test-windows:
go test -short ./plugins/inputs/win_services/...
go test -short ./plugins/inputs/procstat/...
go test -short ./plugins/inputs/ntpq/...
go test -short ./plugins/processors/port_name/...
.PHONY: vet
vet: