]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm: adding dynamic prometheus config based on http_sd
authorRedouane Kachach <rkachach@redhat.com>
Wed, 25 May 2022 10:27:23 +0000 (12:27 +0200)
committerRedouane Kachach <rkachach@redhat.com>
Wed, 10 Aug 2022 13:46:09 +0000 (15:46 +0200)
commita0fe3ffdaaddd661f115de78ddae89b07b98a9ae
treeacda497dee8eb0f0f5190173bc291eb2eadf4ef1
parent2e03b798bf41df752650445cd08864ba48f36f2d
mgr/cephadm: adding dynamic prometheus config based on http_sd

Signed-off-by: Redouane Kachach <rkachach@redhat.com>
17 files changed:
doc/cephadm/services/monitoring.rst
src/cephadm/cephadm
src/pybind/mgr/cephadm/agent.py
src/pybind/mgr/cephadm/http_server.py [new file with mode: 0644]
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/serve.py
src/pybind/mgr/cephadm/service_discovery.py [new file with mode: 0644]
src/pybind/mgr/cephadm/services/cephadmservice.py
src/pybind/mgr/cephadm/services/monitoring.py
src/pybind/mgr/cephadm/ssl_cert_utils.py [new file with mode: 0644]
src/pybind/mgr/cephadm/templates/services/prometheus/prometheus.yml.j2
src/pybind/mgr/cephadm/tests/fixtures.py
src/pybind/mgr/cephadm/tests/test_agent.py [deleted file]
src/pybind/mgr/cephadm/tests/test_service_discovery.py [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_services.py
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py