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:
Nazım Can Altınova
2022-12-12 13:11:56 +00:00
parent 648d2572a9
commit 76eaba45b7
13 changed files with 44 additions and 19 deletions

View File

@@ -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",