-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!-- | ||
SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs | ||
SPDX-License-Identifier: AGPL-3.0-only | ||
--> | ||
|
||
xk6-dashboard `v0.6.1` is here 🎉! This release includes: | ||
|
||
- [#77](https://github.com/grafana/xk6-dashboard/issues/77) Add missing charts to the *TIMINGS* tab sections | ||
- [#78](https://github.com/grafana/xk6-dashboard/issues/78) Rename WebSockets *Pong Duration* to *Ping Duration* | ||
- [#79](https://github.com/grafana/xk6-dashboard/issues/79) Enable short descriptions of graphs | ||
|
||
### Add missing charts to the *TIMINGS* tab sections | ||
|
||
#### HTTP | ||
- Request Failed Rate | ||
- Request Rate | ||
- Request Blocked | ||
|
||
#### Browser | ||
- Request Failed Rate | ||
|
||
#### WebSockets | ||
- Transfer Rate | ||
- Sessions Rate | ||
|
||
#### gRPC | ||
- Transfer Rate | ||
- Streams Rate | ||
|
||
### Rename WebSockets *Pong Duration* to *Ping Duration* | ||
|
||
The official name is "ping", so renameed it back to the official name (however the measured value is the response time) | ||
|
||
### Enable short descriptions of graphs | ||
|
||
Added "summary" configuration property (and placeholder value) to panels configuration. |