You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add anonymised metrics to gauge general Pinbot usage. Metrics should not publicly expose any individual user or guild data, instead focusing on things such as:
Number of installs
Number of pins
Once we have an internal dashboard then we should look at exposing public snapshots of the data (e.g. via snapshots)
Requirements
Add metrics to the application
Gather metrics
Create an internal dashboard
Acceptance Criteria
This feature will be complete when:
Metrics which inform us of the usage of Pinbot are gathered and able to be analysed
Snapshots of these metrics are available
The text was updated successfully, but these errors were encountered:
Since the webhook rewrite the Lambda now contains invocation metrics which should closely map to calls to the pin command. We could look into adding custom Cloudwatch metrics to add more detail here
Add anonymised metrics to gauge general Pinbot usage. Metrics should not publicly expose any individual user or guild data, instead focusing on things such as:
Once we have an internal dashboard then we should look at exposing public snapshots of the data (e.g. via snapshots)
Requirements
Acceptance Criteria
This feature will be complete when:
The text was updated successfully, but these errors were encountered: