Would anyone happen to use the `StatsDb` bits from...
# general
g
Would anyone happen to use the
StatsDb
bits from
./pants server
(ie. the
Timing Stats
views)? I’m looking into cleaning up some of the json reporting / logic as a followup to the new
JsonReporter
and the schema there is coupled to the current
stats
json output (not a blocker, but if it’s not being used it seems like a candidate for removal).
w
we do not... we exclusively use the posted stats
so can probably deprecate if need be.
g
There’s no public API AFAICT, would the deprecation policy still apply?
w
mmm, probably not!
🎉 1
😃
g
PR to remove StatsDB and related views in the reporting server https://github.com/pantsbuild/pants/pull/7475
w
thanks
👍 1
g
Happy to help! This should make things easier to follow in the
RunTracker
(and simplify the reporter UI)