Skip to content

Commit

Permalink
Add changelog for MatterMiners#318
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Nov 20, 2023
1 parent 83e0919 commit a76745c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ CHANGELOG
Changed
-------

* Add drone_uuid tag to the telegraf record
* Bump pyauditor version to 0.3.0

Fixed
Expand Down
10 changes: 10 additions & 0 deletions docs/source/changes/318.add_drone_uuid_telegraf_tag.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a76745c

Please sign in to comment.