[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ansible-taler-exchange] branch master updated: set tenant-ID to hostnam
From: |
Admin |
Subject: |
[ansible-taler-exchange] branch master updated: set tenant-ID to hostname so we see it as the ordID in the logs on loki |
Date: |
Sun, 01 Jun 2025 14:45:24 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository ansible-taler-exchange.
The following commit(s) were added to refs/heads/master by this push:
new 65cd6b8 set tenant-ID to hostname so we see it as the ordID in the
logs on loki
65cd6b8 is described below
commit 65cd6b80032190843960fa3464c399e749b7e148
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 1 14:45:20 2025 +0200
set tenant-ID to hostname so we see it as the ordID in the logs on loki
---
roles/monitoring/templates/etc/alloy/config.alloy | 1 +
1 file changed, 1 insertion(+)
diff --git a/roles/monitoring/templates/etc/alloy/config.alloy
b/roles/monitoring/templates/etc/alloy/config.alloy
index 0e5cb96..7d8acc9 100644
--- a/roles/monitoring/templates/etc/alloy/config.alloy
+++ b/roles/monitoring/templates/etc/alloy/config.alloy
@@ -8,6 +8,7 @@ logging {
loki.write "grafana_loki" {
endpoint {
url = "https://loki.taler-systems.com/loki/api/v1/push"
+ tenant_id = "{{ TARGET_HOST_NAME }}"
authorization {
type = "Bearer"
credentials = "{{ LOKI_ACCESS_TOKEN }}"
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [ansible-taler-exchange] branch master updated: set tenant-ID to hostname so we see it as the ordID in the logs on loki,
Admin <=