vesoft-inc / k6-plugin

Apache License 2.0
10 stars 9 forks source link

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

Closed Minnull closed 1 year ago

Minnull commented 2 years ago

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

HarrisChu commented 2 years ago

should change latency to latencyInUs

HarrisChu commented 1 year ago

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