\n
\n {\n onOptionsChange({\n ...options,\n jsonData: {\n ...options.jsonData,\n minStep: event.currentTarget.value,\n },\n });\n }}\n validationEvents={{\n [EventsWithValidation.onBlur]: [\n regexValidation(\n /^$|^\\d+(ms|[Mwdhmsy])$/,\n 'Value is not valid, you can use number with time unit specifier: y, M, w, d, h, m, s'\n ),\n ],\n }}\n />\n }\n tooltip=\"Minimal step used for metric query. Should be the same or higher as the scrape interval setting in the Pyroscope database.\"\n />\n
\n