# 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/vew2jwa
分佈式鏈路追蹤 Jaeger 在 Golang 中的使用**
一個完整的微服務體系至少需要包括:CI / CD 也就是自動化部署 服務發現 統一的 PRC 協議 監控 追蹤 (Tracing) 要配置上面這些東西可謂說超級複雜, 所以我建議讀者 如果可以直接使用 istio它強大到包含了微服務開發需要考慮的所有東西, 上圖中的”Observe” 就包括了這篇文章所說的” 鏈路追蹤 (Tracing)”.但軟件行業沒有銀彈, 強大 ⌘ Read more