posts

Posts

全部文章 Game Golang SaaS Rust 游戏开发 客户端开发 GameDev Lua Indie 写作
infra

可观测性数据存储选型:TSDB、列式存储、对象存储与成本优化

系统性可观测性数据存储架构指南:时序数据库对比(Prometheus/Mimir/VictoriaMetrics/Thanos Cortex/InfluxDB/TimescaleDB)、列式存储(ClickHouse/Druid/Pinot)在可观测性中的应用、日志存储对比(Loki/ES/S3+Athena/ClickHouse)、对象存储成本模型与分层策略、数据保留策略(热/温/冷/冻结)、压缩算法与降采样(Downsampling)、OTel Collector 存储后端路由、多云存储成本对比、数据合规与主权。

4 分钟阅读
observability storage tsdb
infra

云原生 APM 与性能剖析:Continuous Profiling 与火焰图

系统性云原生 APM 实战指南:APM 架构与 Agent 模式(自动插桩/字节码注入/eBPF 零侵扰)、OpenTelemetry APM 链路、持续性能剖析(Continuous Profiling)概念与价值、Go pprof / Java async-profiler / Python py-spy / Rust flamegraph 实践、CPU 火焰图 / 内存分配图 / Goroutine 阻塞图 / 锁竞争图解读、Grafana Profiles(Pyroscope/Parca)部署、APM 与 Metrics/Logs/Traces 的协同、性能基线建立与回归检测、Profiling 数据采样与低开销策略、生产环境 Profiling 安全实践。

4 分钟阅读
apm profiling performance
infra

Kubernetes 可观测性实战:集群、Pod、网络、存储全链路监控

系统性 Kubernetes 可观测性实战指南:K8s 分层监控模型(集群/节点/Pod/容器/应用/API Server/etcd)、kubelet/cAdvisor/Metrics Server/Node Exporter 指标详解、Vertical Pod Autoscaler (VPA) / Horizontal Pod Autoscaler (HPA) 监控、Kubernetes Events / Audit Logs / Control Plane 日志、网络可观测性(CNI / kube-proxy / CoreDNS / Ingress)、存储可观测性(PVC/StorageClass/CSI driver metrics)、K8s 告警规则(Prometheus Rule)、Grafana K8s Dashboard 生态(社区模板/自定义)、Kubectl resource metrics / stern / k9s 排障工具链。

3 分钟阅读
kubernetes observability prometheus
infra

eBPF 可观测性:内核可编程追踪与性能剖析

系统性 eBPF 可观测性实战:eBPF 架构与执行模型(Verifier/JIT/maps/Helper)、BCC 与 libbpf 开发框架对比、BPF 程序类型(kprobe/tracepoint/uprobe/XDP/TC/socket)、Go eBPF 开发(cilium/ebpf 库)、常见可观测性场景(函数追踪/延迟分析/火焰图/网络丢包/文件 IO/TCP 连接)、eBPF 安全与权限(CAP_BPF)、性能开销控制、与 Prometheus/Grafana 集成。附 C/libbpf 和 Go 实战代码。

5 分钟阅读
ebpf bpf kernel