Skip to content

Commit

Permalink
Enable disk usage telemetry in group 1 (elastic#623)
Browse files Browse the repository at this point in the history
I've run each of these tracks in `--test-mode` with disk usage telemetry
enabled and it worked. These aren't any of the tracks known to be broken
under the disk usage telemetry. So it should be safe!
  • Loading branch information
nik9000 committed Mar 14, 2022
1 parent 4789e68 commit c56478e
Showing 1 changed file with 32 additions and 16 deletions.
48 changes: 32 additions & 16 deletions night_rally/resources/race-configs-group-1.json
Expand Up @@ -24,7 +24,8 @@
"node-count": 3,
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
},
{
"name": "geonames-append-defaults-1node",
Expand All @@ -42,7 +43,8 @@
"car": "defaults",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
},
{
"name": "geonames-append-4g-1node",
Expand All @@ -57,7 +59,8 @@
"car": "4gheap",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
},
{
"name": "geonames-update-4g-1node",
Expand All @@ -69,7 +72,8 @@
"car": "4gheap",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
}
]
}
Expand Down Expand Up @@ -101,7 +105,8 @@
"node-count": 3,
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
},
{
"name": "geopoint-append-defaults-1node",
Expand All @@ -116,7 +121,8 @@
"car": "defaults",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
},
{
"name": "geopoint-append-4g-1node",
Expand All @@ -131,7 +137,8 @@
"car": "4gheap",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
},
{
"name": "geopoint-append-4g-1node-with-jfr",
Expand All @@ -155,7 +162,8 @@
"-XX:StartFlightRecording=disk=true,name=elasticsearch-continuous,maxsize=256M",
"-XX:+StartAttachListener"
]
}
},
"telemetry": ["disk-usage-stats"]
},
{
"name": "geopoint-update-4g-1node",
Expand All @@ -167,7 +175,8 @@
"car": "4gheap",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
}
]
}
Expand Down Expand Up @@ -197,7 +206,8 @@
"car": "4gheap",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
}
]
}
Expand Down Expand Up @@ -234,7 +244,8 @@
"security"
],
"node-count": 3,
"exclude-tasks": "force-merge,refresh-after-force-merge"
"exclude-tasks": "force-merge,refresh-after-force-merge",
"telemetry": ["disk-usage-stats"]
},
{
"name": "nyc_taxis-append-4g-1node",
Expand All @@ -252,7 +263,8 @@
},
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
},
{
"name": "nyc_taxis-appendsorted-4g-1node",
Expand All @@ -268,7 +280,8 @@
"exclude-tasks": "force-merge,refresh-after-force-merge",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
},
{
"name": "nyc_taxis-ml-4g-1node",
Expand All @@ -284,7 +297,8 @@
],
"track-params": {
"ingest_percentage": 30
}
},
"telemetry": ["disk-usage-stats"]
}
]
}
Expand Down Expand Up @@ -313,7 +327,8 @@
"car": "16gheap",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
},
{
"name": "eql-indexSorting-16g-1node",
Expand All @@ -326,7 +341,8 @@
"car": "16gheap",
"x-pack": [
"security"
]
],
"telemetry": ["disk-usage-stats"]
}
]
}
Expand Down

0 comments on commit c56478e

Please sign in to comment.