-
Notifications
You must be signed in to change notification settings - Fork 65
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
Multiple bugs report #89
Comments
2 seems #85 |
For 1, That's because influxdb doesn't accept null like value now, for example For 3, just try a full String record like 1, this feature never worked for me, so not sure the limit very well. |
I see.
This seems impossible because influxdb seems to not return the error for the client. influxdb-ruby checks HTTP response and throw an exception when got error. BTW, we can skip
Yeah, this is auto_tags limitation. You need to specify |
Confused, The link you post is a client api, so why do you care a client Error? the response data structure could be found here, it's clear that it returns a "writes" number in response.body at least If auto_tags feature is not ready, I think it's better to be removed from the released version. Now my works have been done. but not elegant, |
Because this plugin uses influxdb-ruby client, not call influxdb HTTP API directly.
This sentence is unclear for me. |
For 1, partial fix is here: #91 |
Isn't it a wrap of RESTful? I thought you can get response here
I see, I got it wrong. |
@ash0080 fluent-plugin-influxdb does not use HTTP API explictly. |
なるほど |
if record contains a NULL as value, no Error, has POST log, no records, just gone
timeStamp type conversion Error, should be INTEGER or a DATE? but FLOAT with an Error now
auto_tags almost not work, in most time, cause fail.
The text was updated successfully, but these errors were encountered: