-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[exporter/influxdb] FIXES precision #43646
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
base: main
Are you sure you want to change the base?
[exporter/influxdb] FIXES precision #43646
Conversation
Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib. Important reminders:
A maintainer will review your pull request soon. Thank you for helping make OpenTelemetry better! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add a changelog entry?
Just pushed it - made the PR before checking out the contributing guidelines 🤦 |
Co-authored-by: Paulo Dias <44772900+paulojmdias@users.noreply.github.com>
Co-authored-by: Paulo Dias <44772900+paulojmdias@users.noreply.github.com>
/label waiting-for-code-owners |
The public InfluxDB docs do not mention
Telegraf (InfluxData's own agent) apparently doesn't support the v3 write endpoint yet: I suggest we involve InfluxData engineers before merging this change. I'll contact them directly. |
Probably should have used this api doc: https://docs.influxdata.com/influxdb3/enterprise/api/v3/#operation/PostV2Write It specifies the nanosecond and other inputs, which gets output as an error from the otel collector when trying to post logs to the endpoint using the current default 'ns' parameter |
FWIW I've contacted some friends at InfluxData, and I'm sure we'll hear from them soon. |
Description
Link to tracking issue
Fixes #43645
Testing
Testing to ensure that precision was correctly used
Documentation
Pointed to the Influx Docs for OSS Core 3 to help determine which precision to use for which endpoint