Skip to content
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

latency和responseTime的单位需要在文档明确一下为us #30

Closed
Minnull opened this issue Jul 12, 2022 · 2 comments
Closed

latency和responseTime的单位需要在文档明确一下为us #30

Minnull opened this issue Jul 12, 2022 · 2 comments
Labels
type/enhancement Type: make the code neat or more efficient

Comments

@Minnull
Copy link

Minnull commented Jul 12, 2022

latency, time consuming in nebula server.
responseTime, time consuming in client.
两个指标为封装k6后的自定义指标,需要明确在文档明确一下为us单位

@HarrisChu
Copy link
Contributor

HarrisChu commented Aug 22, 2022

should change latency to latencyInUs

@HarrisChu
Copy link
Contributor

refer:https://github.com/vesoft-inc/k6-plugin/blob/master/example/nebula-test-insert.js

var latencyTrend = new Trend('latency', true);
var responseTrend = new Trend('responseTime', true);

and then the metrics could be time with unit

@Sophie-Xie Sophie-Xie added the type/enhancement Type: make the code neat or more efficient label Nov 30, 2022
@QingZ11 QingZ11 closed this as completed Dec 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Type: make the code neat or more efficient
Projects
None yet
Development

No branches or pull requests

4 participants