mariadbtest -e DATA_SOURCE_NAME="root:mypass@(mariadbtest:3306)/" prom/mysqld-exporter ...
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...