mirror of https://github.com/grafana/grafana
Chore: Add mysqld exporter to devenv (#55773)
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>pull/60666/head
parent
dc00f6dbe3
commit
03cd7f0295
@ -0,0 +1 @@ |
|||||||
|
mysql_exporter_tag=v0.14.0 |
@ -0,0 +1,6 @@ |
|||||||
|
mysql-exporter: |
||||||
|
image: prom/mysqld-exporter:${mysql_exporter_tag} |
||||||
|
ports: |
||||||
|
- "9104:9104" |
||||||
|
volumes: |
||||||
|
- ./docker/blocks/mysql_exporter/mysql-exporter.cnf:/home/.my.cnf |
@ -0,0 +1,5 @@ |
|||||||
|
[client] |
||||||
|
host=mysql |
||||||
|
port=3306 |
||||||
|
user=grafana |
||||||
|
password=password |
Loading…
Reference in new issue