Merge pull request #15 from chris-sun-star/dev
add mysqld exporter
Showing
... | ... | @@ -8,7 +8,7 @@ require ( |
github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
github.com/gin-contrib/pprof v1.3.0 | ||
github.com/gin-gonic/gin v1.7.2 | ||
github.com/go-kit/kit v0.9.0 | ||
github.com/go-kit/kit v0.10.0 | ||
github.com/go-kit/log v0.1.0 | ||
github.com/go-sql-driver/mysql v1.6.0 | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
... | ... | @@ -24,6 +24,7 @@ require ( |
github.com/prometheus/client_golang v1.11.0 | ||
github.com/prometheus/client_model v0.2.0 | ||
github.com/prometheus/common v0.30.0 | ||
github.com/prometheus/mysqld_exporter v0.13.0 // indirect | ||
github.com/prometheus/node_exporter v1.2.2 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/smartystreets/goconvey v1.6.4 | ||
... | ... |
此差异已折叠。
metric/prometheus.go
0 → 100644
plugins/inputs/mysql/mysqld.go
0 → 100644
想要评论请 注册 或 登录