k6-reporter icon indicating copy to clipboard operation
k6-reporter copied to clipboard

Does not support custom summaryTrendStats options

Open xyngfei opened this issue 3 years ago • 3 comments

The HTML report doesn't display properly value with the custom summaryTrendStats

export let options = {
    thresholds: {
        "http_req_duration{name:get-/}": ["p(98)<100"],
        BP01T01_Homepage: ["p(98)<100"],
        BP01T01_Homepage_OK: ["rate=1"],
    },
	summaryTrendStats: ["min", "max", "avg", "p(91)", "p(97)", "p(98)", "count"],
};

image image

xyngfei avatar May 06 '21 02:05 xyngfei

Is there any update for this issue?

xyngfei avatar Oct 19 '21 16:10 xyngfei

Hello, any estimate when this will be done? Thanks!

JirkaAichler avatar Apr 26 '22 08:04 JirkaAichler

Hi, would you please review this issue and help implement it? thanks a lot.

catherineliao avatar Nov 08 '23 07:11 catherineliao