You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/mysql/data_stream/performance/fields/fields.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,25 @@
7
7
fields:
8
8
- name: max.timer.wait
9
9
type: long
10
+
metric_type: gauge
10
11
description: Maximum wait time of the summarized events that are timed
11
12
- name: last.seen
12
13
type: date
13
14
description: Time at which the digest was most recently seen
14
15
- name: quantile.95
15
16
type: long
17
+
metric_type: gauge
16
18
description: The 95th percentile of the statement latency, in picoseconds
17
19
- name: digest
18
20
type: flattened
19
21
description: Performance schema digest
20
22
- name: count.star
21
23
type: long
24
+
metric_type: gauge
22
25
description: Number of summarized events
23
26
- name: avg.timer.wait
24
27
type: long
28
+
metric_type: gauge
25
29
description: Average wait time of the summarized events that are timed
26
30
- name: table_io_waits
27
31
type: group
@@ -41,4 +45,5 @@
41
45
Name of the index that was used when the table I/O wait event was recorded. PRIMARY indicates that table I/O used the primary index. NULL means that table I/O used no index. Inserts are counted against INDEX_NAME = NULL
0 commit comments