Open mimame opened 1 year ago
This rabbithole goes deeper than just the user uid. statsd
doesn't even exist in nixpkgs anymore.
These days, the project seems kinda maintained? No active development, but there are quite a few recent commits: https://github.com/statsd/statsd/commits/master. Not sure if it's a good idea to reintroduce it, or to just remove the module.
Thanks so much @h7x4 for your elaborated answer! I was following an old tutorial I don't have the skills to maintain it either I will use in future I'm to your disposal to anything you need I think to avoid any kind of misunderstanding, the best solution is to remove it What do you think?
Not sure if it's a good idea to reintroduce it, or to just remove the module.
Reintroducing it might be a good idea for the Mastodon package, as it's the system used to get out performance stats : https://docs.joinmastodon.org/admin/config/#statsd
But then, again, you could just use the prometheus statsd exporter and have the same behaviour.
It would be great to either re-add the package so the service works or or delete the service so people don't try to use it and get confused / waste their time.
Anyone know what the last release of NixOS when statsd actually worked? (trying to spin up an old project that needs a statsd container to dump data into)
Describe the bug
services.statsd.enable=true;
Steps To Reproduce
Steps to reproduce the behavior: services.statsd.enable=true;
Expected behavior
Run the statsd service without failing
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.