-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove countly.ipfs.tech telemetry #1315
Comments
I was just about to report a bug for this till i say this one. On my pc IPFS companion was enabled as in the extension but the functionality was disabled (grey box). Yet in my DNS records i saw a call to countly.ipfs.tech every minute or so:
This probably is a bug as:
|
@markg85, I'm witnessing the same behavior as well.
I had to disable the extension via the browser extension settings to cut off background processing. According to my Pihole setup, I have 9300+ requests in the past 24 hours. Blacklisting helps some by reducing the number of requests to the upstream DNS server (1.1.1.1). |
I'm not worried about an upstream dns, i'm using unbound in pihole. Note the What i am worried about is IPFS still doing "something" when disabled, that's not nice at all. I removed the extension as i hadn't been using it for years anyhow. It was just the trigger i needed to clean up. |
Got it. Exactly! It shouldn't be doing anything, e.g. making requests, when it's disabled. I was merely providing context into how much it's doing "something" over a 24hr period. |
@lidel, would commenting out this line disable the request from happening? If so, at least this removes unnecessary requests from being made.
|
This is a placeholder issue: we won't have paid Countly after Feb 18th, 2024
and iiuc should remove / disable code that sends requests to countly.ipts.tech.
There is a proposal in ipfs-shipyard/ignite-metrics#133 to update ignite-metrics to use Plausible instead and then have this repo update to use the new ignite-metrics.
Regardless of the chosen path, the Countly shutdown will happen first, independent of this work. This means that for a time, metrics will be POSTed to countly but not stored.
cc ipfs/ipfs-webui#2198 ipfs/ipfs-desktop#2743
The text was updated successfully, but these errors were encountered: