From ddb2fd54c94730358beb7dcda19c2e81e13f9e72 Mon Sep 17 00:00:00 2001 From: Levente Polyak <anthraxx@archlinux.org> Date: Fri, 16 Aug 2024 21:13:11 +0200 Subject: [PATCH] aurweb: add otlp endpoint url to the aurweb config --- roles/aurweb/templates/config.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/aurweb/templates/config.j2 b/roles/aurweb/templates/config.j2 index 427f8c069..599819f4d 100644 --- a/roles/aurweb/templates/config.j2 +++ b/roles/aurweb/templates/config.j2 @@ -77,3 +77,6 @@ error-token = {{ vault_aurweb_error_token }} [fastapi] session_secret = {{ vault_aurweb_secret }} + +[tracing] +otlp_endpoint = http://{{ hostvars['aur.archlinux.org']['wireguard_address'] }}:4318 -- GitLab