Chromium Code Reviews| 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. |