File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ SPDX-FileCopyrightText: 2023 Raintank, Inc. dba Grafana Labs
3
+
4
+ SPDX-License-Identifier: AGPL-3.0-only
5
+ -->
6
+
7
+ xk6-dashboard ` v0.6.1 ` is here 🎉! This release includes:
8
+
9
+ - [ #77 ] ( https://github.com/grafana/xk6-dashboard/issues/77 ) Add missing charts to the * TIMINGS* tab sections
10
+ - [ #78 ] ( https://github.com/grafana/xk6-dashboard/issues/78 ) Rename WebSockets * Pong Duration* to * Ping Duration*
11
+ - [ #79 ] ( https://github.com/grafana/xk6-dashboard/issues/79 ) Enable short descriptions of graphs
12
+
13
+ ### Add missing charts to the * TIMINGS* tab sections
14
+
15
+ #### HTTP
16
+ - Request Failed Rate
17
+ - Request Rate
18
+ - Request Blocked
19
+
20
+ #### Browser
21
+ - Request Failed Rate
22
+
23
+ #### WebSockets
24
+ - Transfer Rate
25
+ - Sessions Rate
26
+
27
+ #### gRPC
28
+ - Transfer Rate
29
+ - Streams Rate
30
+
31
+ ### Rename WebSockets * Pong Duration* to * Ping Duration*
32
+
33
+ The official name is "ping", so renameed it back to the official name (however the measured value is the response time)
34
+
35
+ ### Enable short descriptions of graphs
36
+
37
+ Added "summary" configuration property (and placeholder value) to panels configuration.
You can’t perform that action at this time.
0 commit comments