Skip to content

[IOTDB-2518] fixed grafana plugin not support microsecond or nanosecond#5017

Merged
SteveYurongSu merged 1 commit intoapache:masterfrom
CloudWise-Lukemiao:fixed_IOTDB_2518
Feb 8, 2022
Merged

[IOTDB-2518] fixed grafana plugin not support microsecond or nanosecond#5017
SteveYurongSu merged 1 commit intoapache:masterfrom
CloudWise-Lukemiao:fixed_IOTDB_2518

Conversation

@CloudWise-Lukemiao
Copy link
Contributor

[IOTDB-2518] fixed grafana plugin not support microsecond or nanosecond

@HTHou HTHou requested a review from SteveYurongSu February 8, 2022 06:50
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 67.765% when pulling ad7f79a on CloudWise-Lukemiao:fixed_IOTDB_2518 into 5767587 on apache:master.

RowRecord sourceDataSetRowRecord = sourceDataSet.next();
targetDataSet.addTimestampsItem(sourceDataSetRowRecord.getTimestamp());
targetDataSet.addTimestampsItem(
timePrecision == 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can be simplifed to sourceDataSetRowRecord.getTimestamp() / timePrecision

@SteveYurongSu SteveYurongSu merged commit 1ff0e11 into apache:master Feb 8, 2022
jun0315 pushed a commit to jun0315/iotdb that referenced this pull request Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants