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
We tried to use Posthog for getting anonymized metrics but it wasn't terribly useful so we might as well get rid of it.
There are lots of parts to plumber that need some TLC + cleanup - Telemetry is one of them.
I don't remember exactly how telemetry is implemented but it most definitely checks the local plumber config to see if telemetry is enabled/disabled OR if it's the first execution ever - that stuff can be removed.
Also assuming that most actions (read/write/relay/etc.) have calls to telemetry that can also be removed.
I would look at the telemetry pkg and see what references it and go from there.
The text was updated successfully, but these errors were encountered:
We tried to use Posthog for getting anonymized metrics but it wasn't terribly useful so we might as well get rid of it.
There are lots of parts to
plumber
that need some TLC + cleanup - Telemetry is one of them.I don't remember exactly how telemetry is implemented but it most definitely checks the local
plumber
config to see if telemetry is enabled/disabled OR if it's the first execution ever - that stuff can be removed.Also assuming that most actions (read/write/relay/etc.) have calls to telemetry that can also be removed.
I would look at the
telemetry
pkg and see what references it and go from there.The text was updated successfully, but these errors were encountered: