Skip to content

Commit a5b3ac4

Browse files
committed
add data_stream and update period
1 parent 53adbd6 commit a5b3ac4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/mysql/_dev/benchmark/rally/status-benchmark/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fields:
22
- name: timestamp
3-
period: -24h
3+
period: 60m #one hour
44
- name: EventDuration
55
range:
66
min: 1

packages/mysql/_dev/benchmark/rally/status-benchmark/template.ndjson

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@
217217
"module": "mysql",
218218
"duration": {{ generate "EventDuration" }}
219219
},
220+
"data_stream": {
221+
"dataset": "mysql.status",
222+
"namespace": "ep",
223+
"type": "metrics"
224+
},
220225
"metricset": {
221226
"name": "status",
222227
"period": 10000

0 commit comments

Comments
 (0)