From b5d5e49235a46d640ae427e1797a11e870ce1968 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 19 May 2023 19:32:34 +0300 Subject: [PATCH] Move Honoroit metrics from /honoroit/metrics to /metrics/honoroit This restores consistency with other services. Related to 8f903fa6215863051118143c6b5a2311c8d57f7d --- group_vars/matrix_servers | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index 4a67c2df..79a503d5 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -1655,8 +1655,13 @@ matrix_bot_maubot_database_password: "{{ '%s' | format(matrix_homeserver_generic matrix_bot_honoroit_enabled: false matrix_bot_honoroit_hostname: "{{ matrix_server_fqn_matrix }}" + matrix_bot_honoroit_path_prefix: /honoroit +# For consistency with other things hosted at the matrix FQN, we adjust the metrics endpoint +# so that metrics would be served at `/metrics/SERVICE_NAME`, and not at the default path for the role (`PREFIX/metrics`). +matrix_bot_honoroit_container_labels_traefik_metrics_path: /metrics/honoroit + matrix_bot_honoroit_systemd_required_services_list: | {{ ['docker.service']