# 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/gd6vrtq
深入可觀測:基於 eBPF 構建下一代容器全棧觀測的實踐**
隨着雲原生技術棧的迅速發展,系統複雜性逐漸下沉到服務網格、網關、通用 sidecar、serverless 運行時、內核等基礎設施層面,給可觀測性帶來了巨大的挑戰。本文結合真實的排障案例,介紹了火山引擎雲原生團隊在容器全棧觀測方面的技術實踐。來源 \| 火山引擎雲原生團隊 一、容器觀測的挑戰近年來,伴隨雲原生技術棧的迅速發展,越來越多工程師開始藉助容器、Kubernetes、服務網格等基礎設施快速 ⌘ Read more