From 13ab9f098781985748a21ecb5bfc1981f0da63a7 Mon Sep 17 00:00:00 2001 From: JimMoen Date: Mon, 15 Apr 2024 18:08:05 +0800 Subject: [PATCH] docs: add changelog entry for #12880 --- changes/fix-12880.en.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/fix-12880.en.md diff --git a/changes/fix-12880.en.md b/changes/fix-12880.en.md new file mode 100644 index 000000000..7d7a53777 --- /dev/null +++ b/changes/fix-12880.en.md @@ -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)