mirror of
https://github.com/netdata/netdata.git
synced 2025-04-14 17:48:37 +00:00
chore(go.d.plugin): renames (#19081)
This commit is contained in:
parent
f3ac2fea1a
commit
1488c3ed6e
2229 changed files with 174 additions and 174 deletions
.gitignore
src/go
cmd/godplugin
plugin/go.d/collector
activemq
README.mdactivemq.goactivemq_test.goapiclient.gocharts.gocollect.goconfig_schema.jsoninit.go
integrations
metadata.yamltestdata
adaptecraid
README.mdadaptec.goadaptec_test.gocharts.gocollect.gocollect_ld.gocollect_pd.goconfig_schema.jsondoc.goexec.goinit.go
integrations
metadata.yamltestdata
ap
README.mdap.goap_test.gocharts.gocollect.goconfig_schema.jsondoc.goexec.goinit.go
integrations
metadata.yamltestdata
apache
README.mdapache.goapache_test.gocharts.gocollect.goconfig_schema.jsoninit.go
integrations
metadata.yamlmetrics.gotestdata
apcupsd
README.mdapcupsd.goapcupsd_test.gocharts.goclient.gocollect.goconfig_schema.json
integrations
metadata.yamlstatus.gotestdata
beanstalk
README.mdbeanstalk.gobeanstalk_test.gocharts.goclient.gocollect.goconfig_schema.jsoninit.go
integrations
metadata.yamltestdata
bind
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -19,7 +19,7 @@ Makefile.in
|
|||
*.old
|
||||
*.log
|
||||
!src/collectors/log2journal/tests.d/*.log
|
||||
!src/go/collectors/**/*.log
|
||||
!src/go/**/*.log
|
||||
*.pyc
|
||||
|
||||
netdata.spec
|
||||
|
|
|
@ -23,7 +23,7 @@ import (
|
|||
"go.uber.org/automaxprocs/maxprocs"
|
||||
"golang.org/x/net/http/httpproxy"
|
||||
|
||||
_ "github.com/netdata/netdata/go/plugins/plugin/go.d/modules"
|
||||
_ "github.com/netdata/netdata/go/plugins/plugin/go.d/collector"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue