Bug 1803751 - Make some marker fields searchable and bump the profile version r=julienw
Differential Revision: https://phabricator.services.mozilla.com/D163714
This commit is contained in:
@@ -335,7 +335,8 @@ struct UserTimingMarker {
|
||||
schema.SetAllLabels("{marker.data.name}");
|
||||
schema.AddStaticLabelValue("Marker", "UserTiming");
|
||||
schema.AddKeyLabelFormat("entryType", "Entry Type", MS::Format::String);
|
||||
schema.AddKeyLabelFormat("name", "Name", MS::Format::String);
|
||||
schema.AddKeyLabelFormatSearchable("name", "Name", MS::Format::String,
|
||||
MS::Searchable::Searchable);
|
||||
schema.AddKeyLabelFormat("startMark", "Start Mark", MS::Format::String);
|
||||
schema.AddKeyLabelFormat("endMark", "End Mark", MS::Format::String);
|
||||
schema.AddStaticLabelValue("Description",
|
||||
|
||||
Reference in New Issue
Block a user