Add experimental notice to dfsr collector

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy
2020-12-20 12:09:10 +10:00
parent 2837bdfb50
commit 9d03debcb6
3 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import (
)
func init() {
log.Info("smtp collector is in an experimental state! Metrics for this collector have not been tested.")
registerCollector("smtp", NewSMTPCollector, "SMTP Server")
}