# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/syermaq
go-monitor: 服務質量統計分析告警工具**
【導讀】本文介紹了一款開源 go 語言監控項目。go-monitor基於golang開發,是一個輕量的,用於服務質量監控並實現分析告警的工具。go-monitor目前並不是一個獨立的服務,而是希望被大多數基於golang開發的項目如同引入一個日誌組件一樣使用。 go-monitor能做什麼通過上報接口、函數、或者是任意調用服務的耗時以及其成功狀態,go-monitor將按照設定的週期自動進行服務 ⌘ Read more