提交 addbe86a 编写于 作者: C chris-sun-star

fix typo

上级 60a49441
......@@ -148,7 +148,7 @@ func (m *MysqldExporter) Collect() ([]metric.Metric, error) {
metricFamilies, err := m.registry.Gather()
if err != nil {
return nil, errors.Wrap(err, "node exporter registry gather")
return nil, errors.Wrap(err, "mysql exporter registry gather")
}
for _, metricFamily := range metricFamilies {
metricsFromMetricFamily := metric.ParseFromMetricFamily(metricFamily)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册