# 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/eikewfa
分享一個 Go 應用的可視化持續採樣分析的開源方案**
之前分享了兩篇 Go 服務自己持續採樣的應用和設計原理的文章。學會這幾招讓 Go 程序自己監控自己 Go 服務進行自動採樣性能分析的方案設計與實現 今天繼續這個話題,除了我們自己實現和用 Holmes 外,如果想搞的重一點,比如支持可視化之類的,可以試試今天介紹的這個開源庫 -- pyroscope 。 本篇文章翻譯自 Continuous Profiling for Go Ap ⌘ Read more