From 56ddb393ef81b8711b02ee3f77c2adbd050a9334 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 d60c61d5..aa59bbb6 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -12,6 +12,7 @@ CHANGELOG Changed ------- +* 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