Closed tc360950 closed 10 months ago
Hi @tc360950,
Thank you for using our client. To ensure that you have 10,000 unique points, each data point must have a unique timestamp. For more information, please refer to:
InfluxDB v2: Data Elements - Point Best regards
Specifications
Code sample to reproduce problem
Batch version:
Synchronous version:
Expected behavior
After executing one of the scripts, total sum of field 'test_metric' should be equal to 10_000.
Actual behavior
After executing batched script total sum of field 'test_metric' is equal to 10, whilst synchronous API results in correct value of 10_000.
Additional info
No response