]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Migrate from promtail to grafana alloy 64728/head
authorAashish Sharma <Aashish.Sharma1@ibm.com>
Fri, 25 Apr 2025 06:28:37 +0000 (11:58 +0530)
committerAashish Sharma <Aashish.Sharma1@ibm.com>
Fri, 12 Sep 2025 04:32:51 +0000 (10:02 +0530)
commitf6021bd4829fe2bf3fbc63900a8f69143f7dd444
treee428baa5828f31bab15f7c5d78eb385159176698
parent3f51eebddffd926e41e754a5de39d16ff16f0b8b
mgr/dashboard: Migrate from promtail to grafana alloy

Since promtail is now deprecated, we need to start using grafana alloy for centralized logging setup

Fixes: https://tracker.ceph.com/issues/71072
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
17 files changed:
doc/cephadm/services/monitoring.rst
src/cephadm/cephadm.py
src/cephadm/cephadmlib/daemons/monitoring.py
src/cephadm/cephadmlib/listing_updaters.py
src/pybind/mgr/cephadm/migrations.py
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/services/monitoring.py
src/pybind/mgr/cephadm/templates/services/alloy.j2 [new file with mode: 0644]
src/pybind/mgr/cephadm/tests/test_services.py
src/pybind/mgr/cephadm/utils.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/logs/logs.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.ts
src/pybind/mgr/orchestrator/_interface.py
src/pybind/mgr/orchestrator/module.py
src/python-common/ceph/cephadm/images.py
src/python-common/ceph/deployment/service_spec.py