CodingOX opened a new issue #6005: URL: https://github.com/apache/skywalking/issues/6005
Please answer these questions before submitting your issue. - Why do you submit this issue? - [x] Bug ### Bug - Which version of SkyWalking, OS and JRE? openjdk version "11.0.8" 2020-07-14 OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.8+10) OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.8+10, mixed mode) - Which company or project? UeWell - What happened? On the dashboard, if I choose a day data, most of the data will be empty,like this:   But i have some data at 3 days ago  And http post data is ```json {"query":"query queryData($condition: MetricsCondition!, $duration: Duration!) {\n readMetricsValues: readMetricsValues(condition: $condition, duration: $duration) {\n label\n values {\n values {value}\n }\n }}","variables":{"duration":{"start":"2020-12-13 17","end":"2020-12-14 17","step":"HOUR"},"condition":{"name":"instance_jvm_memory_heap","entity":{"scope":"ServiceInstance","serviceName":"ubirth","serviceInstanceName":"ecs2","normal":true}}}} ``` ___ ### Requirement or improvement Is it bug? How to solve this problem? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
