Adding Prometheus Mongodb Exporter Charm 67/10267/5
authorsousaedu <eduardo.sousa@canonical.com>
Mon, 8 Feb 2021 12:34:21 +0000 (13:34 +0100)
committerbeierlm <mark.beierl@canonical.com>
Thu, 25 Feb 2021 16:38:40 +0000 (17:38 +0100)
commit903379cd3b035107298d468c62b9bee3ee16da24
treec2a56e7fc08778235d84a8192be20b71dc9462f7
parenta070ce73ab96b90d630f8451a2912f8eaf71a8b0
Adding Prometheus Mongodb Exporter Charm

Change-Id: I6d157a79f8ae6be2a5675692c72eeceb796d42e8
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
13 files changed:
installers/charm/prometheus-mongodb-exporter/.gitignore [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/.yamllint.yaml [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/README.md [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/config.yaml [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/files/mongodb_exporter_dashboard.yaml [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/metadata.yaml [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/requirements.txt [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/src/charm.py [new file with mode: 0755]
installers/charm/prometheus-mongodb-exporter/src/pod_spec.py [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/tests/__init__.py [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/tests/test_charm.py [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/tests/test_pod_spec.py [new file with mode: 0644]
installers/charm/prometheus-mongodb-exporter/tox.ini [new file with mode: 0644]