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
[[outputs.influxdb_v2]]
## The URLs of the InfluxDB cluster nodes.#### Multiple URLs can be specified for a single cluster, only ONE of the## urls will be written to each interval.## urls exp: http://127.0.0.1:9999urls = ["https://us-west-2-1.aws.cloud2.influxdata.com"]
## Token for authentication.token = "TOKEN"## Organization is the name of the organization you wish to write to; must exist.organization = "ORGID"## Destination bucket to write into.bucket = "BUCKETID"
System info:
local telegraf, influxdb cloud2 instance.
Steps to reproduce:
sign up for a free influxdb cloud 2 account
attempt to write many metrics into the account in order to get a rate limit on cardinality
notice that the message does not have the correct retry information
Expected behavior:
the message in the telegraf logs should have the correct retry time.
Actual behavior:
the message in the telegraf logs always has 0s.
Additional info:
2019-09-10T16:05:04Z E! [outputs.influxdb_v2] when writing to [https://us-west-2-1.aws.cloud2.influxdata.com]: Waiting 0s for server before sending metric again
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf:
System info:
local telegraf, influxdb cloud2 instance.
Steps to reproduce:
Expected behavior:
the message in the telegraf logs should have the correct retry time.
Actual behavior:
the message in the telegraf logs always has 0s.
Additional info:
The text was updated successfully, but these errors were encountered: