-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
http_listener service plugin does not respect precision #2637
Comments
Related to and subset of: #1589 |
Found this as well #2359 I don't agree though with the conclusion on that ticket, http_listener is very specific to InfluxDB so I see no reason not to support precision. |
We don't support the db parameter here either, this probably shouldn't change because the output defines it. |
3 tasks
Implemented in #2644 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Telegraf v1.2.1
Issue: the http_listener plugin does not accept configurable precision, only assumes ns.
Also, outputs.influxdb only writes ns.
The result is that points with a precision other than ns writen through inputs.http_listener land in the wrong time.
Repro case:
-Setup a telegraf agent applying the following config:
-Submit a point with precision other than ns to Telegraf's http input listener:
-Check the timestamp written for this point in InfluxDB:
The text was updated successfully, but these errors were encountered: