Bug 1899169 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.

I've added profiling jobs to sites with regressions. e.g. here[(https://treeherder.mozilla.org/jobs?repo=try&revision=c7b93803ca07b9b7d172d33fa2165f48d3bf61ab&selectedTaskRun=UInI-rGNTfiiVTxuMp5SHQ.0)


On ebay I can see 12ms of samples in the parent process spent on telemetry acculumation
https://share.firefox.dev/45T44c1

`glean_core::metrics::timing_distribution::TimingDistributionMetric::accumulate_raw_duration`
`mozilla::glean::impl::DenominatorMetric::Add`

I'm going to spin this out into a new bug.
I've added profiling jobs to sites with regressions. e.g. here[(https://treeherder.mozilla.org/jobs?repo=try&revision=c7b93803ca07b9b7d172d33fa2165f48d3bf61ab&selectedTaskRun=UInI-rGNTfiiVTxuMp5SHQ.0)


On ebay I can see 12ms of samples in the parent process spent on telemetry acculumation
https://share.firefox.dev/45T44c1

`glean_core::metrics::timing_distribution::TimingDistributionMetric::accumulate_raw_duration`
`mozilla::glean::impl::DenominatorMetric::Add`

I'm going to spin this out into a bug 1906664

Back to Bug 1899169 Comment 9