forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Structured Metrics] Add Event when Sturctured Metrics is initialized.
This is to monitor whether the client is properly initialized and the event flows through end to end. Bug: 1238197 Change-Id: Ieec2a418671e45063adbf53dfa9ed70d98e8565f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3191757 Commit-Queue: Jong Ahn <[email protected]> Reviewed-by: Tony Yeoman <[email protected]> Cr-Commit-Position: refs/heads/main@{#928471}
- Loading branch information
Jonghyun Ahn
authored and
Chromium LUCI CQ
committed
Oct 6, 2021
1 parent
bf99d99
commit f6a424f
Showing
4 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -378,6 +378,31 @@ | |
</event> | ||
</project> | ||
|
||
<project name="StructuredMetrics"> | ||
<owner>[email protected]</owner> | ||
<owner>[email protected]</owner> | ||
<id>per-project</id> | ||
<scope>device</scope> | ||
<summary> | ||
Structured Metrics is a logging framework for events. This project is used | ||
for monitoring the framework itself. | ||
</summary> | ||
|
||
<event name="Initialization"> | ||
<summary> | ||
Records metadata about initialization of Structured Metrics and will be | ||
recorded immediately after initialization is successful. Will be sent once | ||
per initialization during browser process initialization. | ||
</summary> | ||
<metric name="Platform" type="int"> | ||
<summary> | ||
The platform for which the client is initialized on. 0: Uninitialized, 1: | ||
ASH_CHROME, 2: LACROS_CHROME. | ||
</summary> | ||
</metric> | ||
</event> | ||
</project> | ||
|
||
<project name="TestProjectOne"> | ||
<owner>[email protected]</owner> | ||
<id>per-project</id> | ||
|