mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 22:52:30 +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
|
*.old
|
||||||
*.log
|
*.log
|
||||||
!src/collectors/log2journal/tests.d/*.log
|
!src/collectors/log2journal/tests.d/*.log
|
||||||
!src/go/collectors/**/*.log
|
!src/go/**/*.log
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
netdata.spec
|
netdata.spec
|
||||||
|
|
|
@ -23,7 +23,7 @@ import (
|
||||||
"go.uber.org/automaxprocs/maxprocs"
|
"go.uber.org/automaxprocs/maxprocs"
|
||||||
"golang.org/x/net/http/httpproxy"
|
"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 (
|
var (
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue