Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3347)

Unified Diff: docs/histogram-set-json-format.md

Issue 2977283002: Ownership into GenericSets (Closed)
Patch Set: Fix reserved info reference Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: docs/histogram-set-json-format.md
diff --git a/docs/histogram-set-json-format.md b/docs/histogram-set-json-format.md
index b1c25950eef4a70a2239140a3f462799deee949c..88687bbc6fa2daced7b6ea36f5560162adffd31c 100644
--- a/docs/histogram-set-json-format.md
+++ b/docs/histogram-set-json-format.md
@@ -137,7 +137,6 @@ The only field that is required for all Diagnostics, `type`, must be one of
* `RevisionInfo`
* `BuildbotInfo`
* `Scalar`
- * `Ownership`
If a Diagnostic is in the root array of the JSON, then it is shared, so it may be
referenced by multiple Histograms. Shared Diagnostics must contain a string
@@ -204,11 +203,6 @@ to compare or merge results across similar bots.
* `buildNumber`: number
* `logUri`: string
-### OwnershipInfo
phsilva 2017/07/17 21:08:12 Ben, do we want to replace this with anything else
benjhayden 2017/07/17 22:08:06 Not in this CL. I'll add a section about reserved
-
- * `owners`: an array of strings containing email addresses
- * `component`: a string, a Monorail component
-
### GenericSet
This allows metrics to store arbitrary untyped data in Histograms.

Powered by Google App Engine
This is Rietveld 408576698