wu-sheng commented on code in PR #10202:
URL: https://github.com/apache/skywalking/pull/10202#discussion_r1058021341


##########
oap-server/server-storage-plugin/storage-banyandb-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/banyandb/BanyanDBConverter.java:
##########
@@ -229,6 +243,9 @@ public StorageToMeasure(MetadataRegistry.Schema schema, 
DataPoint dataPoint) {
 
         @Override
         public Object get(String fieldName) {
+            if (fieldName.equals(Metrics.TIME_BUCKET)) {

Review Comment:
   Done through https://github.com/apache/skywalking/pull/10208



-- 
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