| 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
|
| -
|
| - * `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.
|
|
|