#Are there any standard observability integrations with Nextcord?

1 messages · Page 1 of 1 (latest)

fast heath
#

I want to know how often each of my commands are called and my average latency and other things like that, so after researching the closest thing I found to that for discord bots was https://github.com/Apollo-Roboto/discord.py-ext-prometheus

But it doesn't play incredibly nicely with Nextcord. I figured I would just make my own with as much info as I could get from the events and logging, but I wanted to ask in case there is another thing that people use that makes all of that easier.

burnt relic