You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
There were a couple of details that cropped up that make this interesting:
mozaggregator seems to be the only service that cares about parsing custom (ie, not tip of tree) definitions files. And it only does so in order to show probes in Beta that have been removed in Nightly, until that removal of the probe reaches Beta.
Adopting the Probe Info Service means no longer being sure whether a probe coming from a client was expired in that client's build (since probeinfo has revs which aren't comparable without a VCS setup). Maybe if we had buildids in the probeinfo we could compare.
We're not too concerned about the perf and size implications of aggregating the extra data coming in from older builds on channels whose definitions files have had probes removed. Probe owners are already bad for leaving expired probe definitions in place in perpetuity already.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Nobody likes server-side parsing. So we should let the Probe Info Service do it for us. Then we can delete all the vendored parsers!
The text was updated successfully, but these errors were encountered: