kherings opened a new issue, #11207:
URL: https://github.com/apache/iotdb/issues/11207

   ### Search before asking
   
   - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and 
found nothing similar.
   
   
   ### Version
   
   IoTDB 1.2.1. (docker Image)
   IoTDB Grafana Plugin 1.0 (command-line install) 
   Grafana v10.1.2
   
   ### Describe the bug and provide the minimal reproduce step
   
   Grafana-Plugin has difficulties to load data values
   
   IOTDB>
   create database root.sonar
   CREATE TIMESERIES root.sonar.sonarnode1.waterlevel WITH DATATYPE=INT32, 
ENCODING=PLAIN
   
   IoTDB> SELECT * FROM root.sonar.sonarnode1
   +------------------------+--------------------------------+
   |                    Time|root.sonar.sonarnode1.sensor|
   +------------------------+--------------------------------+
   |2023-09-24T17:18:16.430Z|                              10|
   |2023-09-24T17:18:18.517Z|                              10|
   |2023-09-24T17:18:20.592Z|                              10|
   |2023-09-24T17:18:22.670Z|                              10|
   |2023-09-24T17:18:24.753Z|                              10|
   |2023-09-24T17:18:26.835Z|                              10|
   |2023-09-24T17:18:28.917Z|                              10|
   
   ....
   
   Grafana Data Explorer and all other views, showing:
   
   time                                               
root.sonar.sonarnode1.sensor
   1754-08-30 23:37:09                                                          
      0
   
   
   
   
   
   
   
   ### What did you expect to see?
   
   I expected the correct readings from the time series
   
   ### What did you see instead?
   
   Wrong Date, wrong values.
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to