Adding scraping relation to Mongodb Exporter 92/10392/4
authorsousaedu <eduardo.sousa@canonical.com>
Thu, 25 Feb 2021 20:32:25 +0000 (21:32 +0100)
committerbeierlm <mark.beierl@canonical.com>
Tue, 2 Mar 2021 14:44:58 +0000 (15:44 +0100)
commit3884e23c245102cdebe39301786fec2a3f5d5150
tree9fc8912784b0e2e2cc627fdc0bdb3af07e40f0a5
parent6332d381ac94fcee447d24fa33c15997c21bbf79
Adding scraping relation to Mongodb Exporter

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