Anheledir / Honeycomb

A Discord bot to help artists manage their servers and engage with the community.
https://honeycombs.cloud
MIT License
4 stars 0 forks source link

Add Application Insights to the bot #28

Open Anheledir opened 1 year ago

Anheledir commented 1 year ago

For our bot, some useful statistics that we could monitor include:

By using Application Insights to monitor these metrics, we can gain valuable insights into how users are interacting with our bot, identify performance bottlenecks and errors, and optimize the bot's behavior for the best user experience.

We should utilize the Serilog.Sinks.ApplicationInsights to send log messages automatically to Application Insights, too.

Anheledir commented 1 year ago

That's more complex than originally estimated.