From ccf56d61bcc0dbddd5a28837b430baf8e456033a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Lukken?= <lukken@astron.nl> Date: Thu, 14 Mar 2024 12:13:55 +0000 Subject: [PATCH] vector tenant_id must be string --- README.md | 1 + infra/jobs/station/logging.levant.nomad | 2 +- tangostationcontrol/VERSION | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65db1a8f1..94d3041db 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Next change the version in the following places: # Release Notes +* 0.29.1-2 Fix vector tenant_id, must be string * 0.29.1 Cache SNMP MiB files to circumvent ASTRON domain blacklisting * 0.29.0 Metric & Logging replication to central monitoring * 0.28.2 Bugfixes / rollout fixes diff --git a/infra/jobs/station/logging.levant.nomad b/infra/jobs/station/logging.levant.nomad index 5632e3bb4..d0a866395 100644 --- a/infra/jobs/station/logging.levant.nomad +++ b/infra/jobs/station/logging.levant.nomad @@ -125,7 +125,7 @@ healthchecks.require_healthy = true [sinks.loki_central] type = "loki" inputs = [ "nomad-flags" ] - tenant_id = [[.station]] + tenant_id = "[[.station]]" endpoint = "http://logs.lofar-central.service.consul:3100" encoding.codec = "json" healthcheck.enabled = true diff --git a/tangostationcontrol/VERSION b/tangostationcontrol/VERSION index 25939d35c..302b4574c 100644 --- a/tangostationcontrol/VERSION +++ b/tangostationcontrol/VERSION @@ -1 +1 @@ -0.29.1 +0.29.1-2 -- GitLab