-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
experimental moduleRequired to become a k6 experimental moduleRequired to become a k6 experimental module
Description
Requirement Description
I define trend for report test duration with trend, I use below code and want to show a chart as pic1. Now will always get empty as pic2.
code:
const test_completed_duration = new Trend('test_completed_duration'); test_completed_duration.add(1);
.dashboard.json
{
"title": "k6 dashboard",
"tabs": [
{
"sections": [
{
"panels": [
{
"series": [
{
"query": "http_req_duration[?!tags && (avg || p90 || p95 || p99)]"
}
],
"title": "HTTP Request Duration",
"id": "tab-0.section-0.panel-0",
"kind": "chart"
}
],
"id": "tab-0.section-0"
}
],
"title": "Overview",
"summary": "This chapter provides an overview of the most important metrics of the test run. Graphs plot the value of metrics over time.",
"id": "tab-0"
}
]
}
Suggested Solution (optional)
No response
maxnovawindfychin, s3rj1k and nichotined
Metadata
Metadata
Assignees
Labels
experimental moduleRequired to become a k6 experimental moduleRequired to become a k6 experimental module