随笔分类 - Thanos源码专题精讲
摘要:Thanos Query 源码解析:当Thanos Query访问Thanos Sidecar的gRPC服务失败时的处理流程 Thanos Query作为Thanos监控系统中的查询组件,负责从多个数据源(如 Thanos Sidecar)中聚合和查询指标数据。当Thanos Query访问Than
阅读全文
摘要:Thanos Query 与 Sidecar gRPC 网络连接状态的监控与排查方法 在分布式监控系统中,Thanos 已成为 Kubernetes 集群监控的事实标准。其核心组件 Thanos Query 与 Thanos Sidecar 通过 gRPC 协议实现高效的数据交互,但当网络连接出现异
阅读全文
摘要:kube-prometheus/tree/main/manifests/setup/自定义资源定义(CRD)文件详解 1. 0alertmanagerConfigCustomResourceDefinition.yaml 该文件定义了 AlertmanagerConfig 自定义资源,用于配置 Al
阅读全文
摘要:Prometheus、Prometheus Operator 和 kube-prometheus 关系 https://github.com/prometheus/prometheus https://github.com/prometheus-operator/prometheus-operato
阅读全文
摘要:Thanos API 组件(release-0.26)源码阅读和分析(详解 pkg\api\query\grpc.go) https://github.com/thanos-io/thanos/blob/v0.26.0/pkg/api/query/grpc.go // Copyright (c) T
阅读全文
摘要:Thanos API 组件(release-0.26)源码阅读和分析(详解 pkg\api\query\v1.go) https://github.com/thanos-io/thanos/blob/v0.26.0/pkg/api/query/v1.go // Copyright (c) The T
阅读全文
摘要:Thanos API 组件(release-0.26)源码阅读和分析(详解 pkg\api\blocks\v1.go) https://github.com/thanos-io/thanos/blob/v0.26.0/pkg/api/blocks/v1.go // Copyright (c) The
阅读全文
摘要:Thanos API 组件(release-0.26)源码阅读和分析(详解 pkg\api\api.go) https://github.com/thanos-io/thanos/blob/v0.26.0/pkg/api/api.go // Copyright (c) The Thanos Auth
阅读全文
摘要:Thanos Tools 组件(release-0.26)源码阅读和分析(详解 cmd/tools.go) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/tools.go // Copyright (c) The Thanos
阅读全文
摘要:Thanos Receive 组件(release-0.26)源码阅读和分析(详解 cmd/receive.go) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/receive.go // Copyright (c) The
阅读全文
摘要:Thanos Query_frontend 组件(release-0.26)源码阅读和分析(详解 cmd/query_frontend.go ) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/query_frontend.go
阅读全文
摘要:Thanos Rule 组件(release-0.26)源码阅读和分析(详解 cmd/rule.go ) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/rule.go // Copyright (c) The Thanos A
阅读全文
摘要:Thanos Compact 组件(release-0.26)源码阅读和分析(详解 cmd/compact.go ) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/compact.go // Copyright (c) The
阅读全文
摘要:Thanos源码专题精讲——Thanos main.go(release-0.26)源码阅读和分析(详解 cmd/main.go ) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/main.go // Copyright (c
阅读全文
摘要:Thanos Strore 组件(release-0.26)源码阅读和分析(详解 cmd/store.go ) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/store.go // Copyright (c) The Than
阅读全文
摘要:Thanos Query 组件(release-0.26)源码阅读和分析(详解 cmd/query.go ) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/query.go // Copyright (c) The Thano
阅读全文
摘要:Thanos Sidecar 组件(release-0.26)源码阅读和分析(第三章—— cmd/sidecar.go 源代码注释) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/sidecar.go // Copyright
阅读全文
摘要:Thanos Sidecar 组件(release-0.26)源码阅读和分析(第二章——cmd/sidecar.go 代码解析与设计思想) https://github.com/thanos-io/thanos/blob/v0.26.0/cmd/thanos/sidecar.go 将从架构设计、核心
阅读全文
摘要:Thanos Sidecar 组件(release-0.26)源码阅读和分析(第一章——概览介绍) https://github.com/thanos-io/thanos/blob/release-0.26 一、整体架构 Thanos Sidecar 作为 Prometheus 的边车容器运行,代码
阅读全文

浙公网安备 33010602011771号