Add datadog increment wrapper
Not sure if useful but needing to prefix most of the time $GLOBALS['cfg']['datadog-helper']['prefix_web'] seems repetitive 🤔 (and samplerate always being 1)
Renamed the thumbdonger.*counters to match the class name and removed the processed counter since its just the sum of the other 2.
I wonder if we should just move everything (thumbs and chats) to osu.web. prefix
I think that would be appreciated for consistency, except maybe for that one :thinking:
it looks like osu-web is the only source now.
Also I think it's possible to modify the prefix temporarily if it's really needed.
I propose renaming the thumbdonger.* stats to something else since the thumbnailer itself already sends its own stats...
I guess we can look into renaming the metrics later and get this in first. Also maybe use named parameter and pass everything as is to the actual function?