InfluxDB.Net
InfluxDB.Net copied to clipboard
Point.Tags might be Dictionary<string, string>
Since tags are always a string, Point.Tags might be a Dictionary<string, string> instead of Dictionary<string, object>.