sitespeed.io icon indicating copy to clipboard operation
sitespeed.io copied to clipboard

InfluxDB 2.x, Annotations. Fix: send tags not as fields.

Open Amerousful opened this issue 8 months ago • 2 comments

Old: events title="Sitespeed.io",text="${message}",tags=${influxDBTags} ${timestamp} New:annotations,${influxDBTags} text="${message}" ${timestamp}


Fixes:

  1. Send annotations as a tags, because the current logic sends them as fields.
  2. Represent tags with keys, in format key1=value1,key2=value2, instead of value1,value2.
  3. Rename events to annotations for appropriate naming. However, it might not be a good idea to change it because it would be inconsistent with the underlying logic in others "senders". image 3626

Amerousful avatar Jun 21 '24 12:06 Amerousful