You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The json_v2 parser does a carterisan product during parsing. As part of
this product, it will attempt to merge metric fields and tags. However,
timestamps are not part of this merge process. In the current state,
the custom timestamp will always get overriden if the timestamp field is
the last value in the JSON.
Adds a test and does modify one of the tests, which produces the exact
same metrics, but in a slightly different order.
Resolves: influxdata#10160
Relevent telegraf.conf
System info
telegraf 1.20.4 / telegraf 1.20.0
Docker
No response
Steps to reproduce
Expected behavior
file name="fire" 0
file name="flood" 1
Actual behavior
file name="fire", name1="fire1" 1577811661000000000
file name="flood" 1
Additional info
No response
The text was updated successfully, but these errors were encountered: