Adding Prometheus Mysqld Exporter Charm
Change-Id: I4f4d99613b5cdb04c450359bc8beff52ffe8cec4
Signed-off-by:
sousaedu <eduardo.sousa@canonical.com>
Showing
- installers/charm/mysqld-exporter/.gitignore 28 additions, 0 deletionsinstallers/charm/mysqld-exporter/.gitignore
- installers/charm/mysqld-exporter/.yamllint.yaml 31 additions, 0 deletionsinstallers/charm/mysqld-exporter/.yamllint.yaml
- installers/charm/mysqld-exporter/README.md 23 additions, 0 deletionsinstallers/charm/mysqld-exporter/README.md
- installers/charm/mysqld-exporter/config.yaml 39 additions, 0 deletionsinstallers/charm/mysqld-exporter/config.yaml
- installers/charm/mysqld-exporter/files/mysql_exporter_dashboard.json 1145 additions, 0 deletions...charm/mysqld-exporter/files/mysql_exporter_dashboard.json
- installers/charm/mysqld-exporter/metadata.yaml 49 additions, 0 deletionsinstallers/charm/mysqld-exporter/metadata.yaml
- installers/charm/mysqld-exporter/requirements.txt 23 additions, 0 deletionsinstallers/charm/mysqld-exporter/requirements.txt
- installers/charm/mysqld-exporter/src/charm.py 229 additions, 0 deletionsinstallers/charm/mysqld-exporter/src/charm.py
- installers/charm/mysqld-exporter/src/pod_spec.py 292 additions, 0 deletionsinstallers/charm/mysqld-exporter/src/pod_spec.py
- installers/charm/mysqld-exporter/tests/__init__.py 31 additions, 0 deletionsinstallers/charm/mysqld-exporter/tests/__init__.py
- installers/charm/mysqld-exporter/tests/test_charm.py 500 additions, 0 deletionsinstallers/charm/mysqld-exporter/tests/test_charm.py
- installers/charm/mysqld-exporter/tests/test_pod_spec.py 502 additions, 0 deletionsinstallers/charm/mysqld-exporter/tests/test_pod_spec.py
- installers/charm/mysqld-exporter/tox.ini 81 additions, 0 deletionsinstallers/charm/mysqld-exporter/tox.ini
installers/charm/mysqld-exporter/.gitignore
0 → 100644
installers/charm/mysqld-exporter/README.md
0 → 100644
installers/charm/mysqld-exporter/config.yaml
0 → 100644
This diff is collapsed.
installers/charm/mysqld-exporter/tox.ini
0 → 100644
Please register or sign in to comment