-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
[influxdb] Code improvements and enhancements #14304
Conversation
Signed-off-by: Jan N. Klug <github@klug.nrw>
Signed-off-by: Jan N. Klug <github@klug.nrw>
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.
Thanks for bringing these improvements back here. Only some minor findings from my side.
...ence.influxdb/src/main/java/org/openhab/persistence/influxdb/InfluxDBPersistenceService.java
Outdated
Show resolved
Hide resolved
...uxdb/src/main/java/org/openhab/persistence/influxdb/internal/FilterCriteriaQueryCreator.java
Show resolved
Hide resolved
Signed-off-by: Jan N. Klug <github@klug.nrw>
* [influxdb] code improvements Signed-off-by: Jan N. Klug <github@klug.nrw>
* [influxdb] code improvements Signed-off-by: Jan N. Klug <github@klug.nrw>
@J-N-K
This happens approx every minute. |
Interesting. Can you set influxdb to TRACE logging and show the request that is done before? It seems that something is wrong with the item name retrieval while querying the database. |
Something like this?
I've alse attached the full log since I enabled trace logging for InfluxDB: openhab.log |
That's fine. I assume |
Correct. |
Which InfluxDB version? If 2, then I found the issue. |
Version 2.6.1 |
* [influxdb] code improvements Signed-off-by: Jan N. Klug <github@klug.nrw>
* [influxdb] code improvements Signed-off-by: Jan N. Klug <github@klug.nrw>
This brings the code improvements regarding metadata handling and code simplifications as well as upgrades of dependencies that were originally contributed as smarthomej/addons#71 and smarthomej/addons#169.
Signed-off-by: Jan N. Klug github@klug.nrw