Bug 1592930 Comment 9 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

> A few assumptions in there that I'd like to have validated:
> - Only `metrics` pings contain histograms
In general, this is _not_ true; however in this specific case, it is.

> - All histograms appear under `metrics.timing_distribution`
Again, in general, not true; however, that's the only piece it looks like needs hiding.

> - All `metrics` pings will contain a nested `timing_distribution` field
For Fenix and Fenix nightly, the metrics ping schema has a `timing_distribution` field. That is again not true in general.

Does that clear things up? Solving this specific case is all I believe is necessary here.
> A few assumptions in there that I'd like to have validated:
> - Only `metrics` pings contain histograms

In general, this is _not_ true; however in this specific case, it is.

> - All histograms appear under `metrics.timing_distribution`

Again, in general, not true; however, that's the only piece it looks like needs hiding.

> - All `metrics` pings will contain a nested `timing_distribution` field

For Fenix and Fenix nightly, the metrics ping schema has a `timing_distribution` field. That is again not true in general.

Does that clear things up? Solving this specific case is all I believe is necessary here.

Back to Bug 1592930 Comment 9