-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AddPoint(…) method missing in v3 #118
Comments
Hi @nargetdev, Thank you for reaching out. You mentioned To better assist you and ensure you’re receiving accurate guidance, could you please share which tutorial or documentation you are following? Looking forward to your response so we can help you. Best Regards. |
Log into the Load Data => Sources => ClientLibs::Go Below instructions copied:
... specifically:
|
I think they just forgot to update the tutorial to current syntax. corrected:
|
@nargetdev thanks for clarification. We will take a look. |
Specifications
Follow the tutorial for influx cloud server less.
AddTag and AddField methods not found on Point (I think it’s supposed to be on the encoder)
Code sample to reproduce problem
CreatePoint(…).AddPoint(…).AddTag(…)
Expected behavior
New point
Actual behavior
Compile error
Additional info
No response
The text was updated successfully, but these errors were encountered: