问mysqld_exporter拒绝连接到mariadbENdocker run -p 9104:9104 --link mariadbtest -e DATA_SOURCE_...
Member SuperQcommentedMar 12, 2017 Yes, MariaDB is supported by most of the collectors, depending on which version of MariaDB you use. If you find any problems, please file new issues. SuperQclosed thisMar 12, 2017 Thanks! might also be worth noting that in the readme somewhere ...
func NewExporter(address string) (*MaxScale, error) { return &MaxScale{ Address: address, up: prometheus.NewGauge(prometheus.GaugeOpts{ Namespace: namespace, Name: "up", Help: "Was the last scrape of MaxScale successful?", }), totalScrapes: prometheus.NewCounter(prometheus.Coun...