Implement monitoring #4
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Total Time Spent: 1 hour 3 minutes
Due Date
eric
1 hour 3 minutes
No due date set.
Dependencies
No dependencies set.
Reference: Finance/kraken-bot#4
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Design and implement a system for monitoring Kraken Bot. This system may utilize Grafana, Matrix, or both.
Three Python SDKs are listed on the Matrix homepage:
The third is inappropriate as it is a library for micropython in beta. The other two will need to be investigated for reliability, documentation, and ease-of-use.
matrix-nio
seems to be the more widely-used library. It should be used to create a logger that will post messages to a Matrix chat as well as well asstdout
. Output should be visible in the Docker container logs.This has been completed with Finance/kraken-bot#6