# 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/qk5xuya
Opentelemetry 實踐分享 - Golang 篇**
OpenTelemetry-------------Opentelemetry 是一個 CNCF 社區下一個開源的可觀測性框架,或者也可以說是一組工具、API 和 SDK 的集合,來檢測、生成、收集和導出可觀測性數據(指標、日誌和鏈路),以幫助我們分析軟件的性能和行爲。優點過去,檢測代碼的方式會有所不同,因爲每個可觀測性後端都有自己的檢測庫和代理,用於向工具發送數據。這意味着沒有用於將數據發送到可 ⌘ Read more