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 analytics code that writes raw datapoints to InfluxDB 2 requires no changes, since InfluxDB 3 supports/api/v2/write endpoint via which InfluxDB 2 client makes writes.
The configuration env variables change meaning slightly:
Variable
InfluxDB 2
InfluxDB 3
INFLUX_URL
URL to the InfluxDB 2 to write the analytics data
URL to the InfluxDB 3 to write the analytics data
INFLUX_ORG
Name of the InfluxDB organization to write the analytics data
/api/v2/writeendpoint via which InfluxDB 2 client makes writes.