Skip to content
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

Feature: collect very basic statistics about Coordinator usage #23

Merged
merged 1 commit into from Jul 17, 2021

Conversation

TrueBrain
Copy link
Member

@TrueBrain TrueBrain commented Jul 17, 2021

We collect, with the resolution of a day, per connection-method
(direct-ip, STUN, ..), the following:

  • How many servers registered with this connection-method
  • How many connects failed with a connection-method
  • How many connects succeeded with a connection-method

This to give us a bit of insight how often STUN actually works,
and how many servers allow direct-ip connections.


To be crystal clear, no user-information is collected, nor information that in any way can lead back to any individual. This merely collects very basic usage statistics of the service itself, not of its users. This with as goal to understand the effectiveness of STUN in OpenTTD.

We collect, with the resolution of a day, per connection-method
(direct-ip, STUN, ..), the following:
- How many servers registered with this connection-method
- How many connects failed with a connection-method
- How many connects succeeded with a connection-method

This to give us a bit of insight how often STUN actually works,
and how many servers allow direct-ip connections.
Information is kept for a month, after which it is automatically
removed.
@TrueBrain TrueBrain merged commit 071edb0 into OpenTTD:main Jul 17, 2021
@TrueBrain TrueBrain deleted the statistics branch July 17, 2021 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant