On Fri, 23 Feb 2024 08:31:54 -0800 Jakub Kicinski wrote: > Hi! > > We have a few netdev-related bots with various simple status pages. > I hooked them up to analytics recently, here's the dash: > https://plausible.io/netdev.bots.linux.dev > > Plausible was described here: https://lwn.net/Articles/822568/ > it's supposedly-open, and privacy-focused, no cookies etc. > > It's useful for me when deciding where to invest my time, > and to back up the efforts to my employer with some data. Hi Konstantin, are you open to trying some analytics? If yes I will go ask for approval to pay the bill. FWIW it's not a lot of work, for netdev pages I add the tracker with sed: sed -i 's@</title>$@</title><script defer data-domain="netdev.bots.linux.dev" src="https://plausible.io/js/script.js"></script>@' $file If there's a concern that other maintainers don't want this we can selectively sed just the networking pages?