[Exploratory view] Update types names#103214
Conversation
f5d401a to
505fc5f
Compare
|
Pinging @elastic/uptime (Team:uptime) |
| dataType: 'number', | ||
| isBucketed: true, | ||
| label: 'Largest contentful paint', | ||
| label: 'Page load time', |
There was a problem hiding this comment.
Why was this changed along with sourceField in this test?
There was a problem hiding this comment.
It's related to the metric options. With this change, it selects the first by default. Earlier that wasn't happening, this is why test was selecting a different metric. Now the test is updated correctly.
💚 Build SucceededMetrics [docs]Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: cc @shahzad31 |
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
Summary
Improve naming in exploratory view for variable and series configuration.
renamed types
DataSeries-->SeriesConfigbreakdowns-->breakdownFieldsdefaultFilters-->filterFieldsfilters-->baseFiltersreportDefinitions-->definitionFieldshave moved custom report def which is a metric options to a separate field
as
metricOptions.Testing
as long as unit tests are passing, so i have a good confident in this PR