From 03feaa49fe891511625a10eb980d053edb886cc5 Mon Sep 17 00:00:00 2001 From: Manuel Giffels Date: Mon, 20 Nov 2023 11:12:01 +0100 Subject: [PATCH] Add changelog for #318 --- docs/source/changelog.rst | 1 + .../changes/318.add_drone_uuid_telegraf_tag.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 docs/source/changes/318.add_drone_uuid_telegraf_tag.yaml diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3d2f2f14..a8a78b15 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -13,6 +13,7 @@ Changed ------- * Enable support for SSH command restrictions in Moab adapter +* Add drone_uuid tag to the telegraf record * Bump pyauditor version to 0.3.0 Fixed diff --git a/docs/source/changes/318.add_drone_uuid_telegraf_tag.yaml b/docs/source/changes/318.add_drone_uuid_telegraf_tag.yaml new file mode 100644 index 00000000..fd187af4 --- /dev/null +++ b/docs/source/changes/318.add_drone_uuid_telegraf_tag.yaml @@ -0,0 +1,10 @@ +category: changed +summary: "Add drone_uuid tag to the telegraf record" +description: | + So far, the telegraf plugin sends only state changes of the drones to telegraf, however it does not include + the `drone_uuid`, so that the information cannot be associated to a specific drone. Now, the `drone_uuid` is added as + a tag to the record send to telegraf. +pull requests: + - 318 +issues: + - 313