Files
unpoller-unpoller-4/pkg/mysqlunifi/collector.go
Cody Lee ffb8579369 add integration test guard;
datadog integration test works

influx package tests

update unifi version

golanglint-ci and address *all* issues.

all tests pass

bump unifi version
2023-07-31 14:40:33 -05:00

11 lines
234 B
Go

package main
/* Everything in this file runs after the config is unmarshalled and we've
verified the configuration for the poller. */
func (p *plugin) runCollector() error {
p.Logf("mysql plugin is not finished")
return nil
}