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

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

Issue 2749533003: [Telemetry] Remove URL from TelemetryInfo. (Closed)
Patch Set: [Telemetry] Remove URL from TelemetryInfo. Created 3 years, 9 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
« no previous file with comments | « no previous file | telemetry/telemetry/internal/results/page_test_results.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/histogram-set-json-format.md
diff --git a/docs/histogram-set-json-format.md b/docs/histogram-set-json-format.md
index 4ec94d0e31340d5ddb00afbf53eb92bcee2720b2..c7d9886fa5ef728d0c75b10702faf3eb6ad4da81 100644
--- a/docs/histogram-set-json-format.md
+++ b/docs/histogram-set-json-format.md
@@ -56,7 +56,6 @@ dictionary represents either a Histogram or a Diagnostic.
"label": "abc",
"storyDisplayName": "my story",
"storyGroupingKeys": {"state": "pre"},
- "storyUrl": "http://example.com/",
"storysetRepeatCounter": 0,
},
]
@@ -159,7 +158,6 @@ to compare or merge results across similar telemetry story runs.
* `legacyTIRLabel`: string
* `storyDisplayName`: string
* `storyGroupingKeys`: dictionary mapping from strings to strings
- * `storyUrl`: string
* `storysetRepeatCounter`: number
### RevisionInfo
« no previous file with comments | « no previous file | telemetry/telemetry/internal/results/page_test_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698