docs: add changelog entry for #12880

This commit is contained in:
JimMoen 2024-04-15 18:08:05 +08:00
parent 084e920c6e
commit 13ab9f0987
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

3
changes/fix-12880.en.md Normal file
View File

@ -0,0 +1,3 @@
Fixed the issue where serialization failed when the value in the tag set used a literal value (int or float) in the influxdb action configuration.
Which Tag Set value's type is always `String`. See also: [Line Protocol - Tag Set](https://docs.influxdata.com/influxdb/v2/reference/syntax/line-protocol/#tag-set)