Skip to content

Commit a09b955

Browse files
jackfranklinDevtools-frontend LUCI CQ
authored andcommitted
Update uma_metrics.md
The location of the relevant enums.xml file has moved. Bug: none Change-Id: Ib8f8e4217d862c41770e6657e83c3e84569db3bc Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6264644 Commit-Queue: Alex Rudenko <[email protected]> Reviewed-by: Alex Rudenko <[email protected]> Auto-Submit: Jack Franklin <[email protected]>
1 parent 92e68f7 commit a09b955

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/cookbook/uma_metrics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ to be logged to generic `DevTools.ActionTaken` histogram)
104104
the places you want to the event.
105105
3. Create the CL.
106106
2. Update enums in the Chromium side in
107-
<code>[tools/metrics/histograms/enums.xml](https://source.chromium.org/chromium/chromium/src/+/main:tools/metrics/histograms/enums.xml;l=26267?q=tools%2Fmetrics%2Fhistograms%2Fenums.xml)</code>.
107+
<code>[tools/metrics/histograms/metadata/dev/enums.xml](https://source.chromium.org/chromium/chromium/src/+/main:tools/metrics/histograms/metadata/dev/enums.xml)</code>.
108108
1. Add the new action to the <code>DevToolsAction</code> enum.
109109
2. Create the CL.
110+
3. (Note: this is an optional step and does not have to be done in sync with the frontend CL). If you do not update `enums.xml` then the ID of the action will appear in dashboards rather than a readable string.
111+
110112

111113
### Metrics Dashboard
112114

0 commit comments

Comments
 (0)