How to Create a Telegram Bot to Monitor Your Service Uptime in Python (Part 1: Instant Metrics)
Too Long; Didn’t Read
I work at a Web3 infrastructure provider chainstack.com, dealing with a service for indexing data from smart contracts on EVM blockchains. The quality of the service being developed critically depends on how “well” the nodes from which the service retrieves data online are functioning. I decided to write my own bot, which would do the following: At my request, it would go to the service, check the metrics, and send me a brief report.
Too Long; Didn’t Read
I work at a Web3 infrastructure provider chainstack.com, dealing with a service for indexing data from smart contracts on EVM blockchains. The quality of the service being developed critically depends on how “well” the nodes from which the service retrieves data online are functioning. I decided to write my own bot, which would do the following: At my request, it would go to the service, check the metrics, and send me a brief report.