原文:grafana tempo 分布式追踪框架学习试用

环境基于了官方的docker compose demo 环境准备 基于docker compose 运行 docker compose 文件 version: services: tempo: image: grafana tempo:latest command: storage.trace.backend local tell tempo where to permanently put tr ...

2021-01-06 18:24 0 541 推荐指数:

查看详情

grafana tempo结合loki实现分布式追踪

Tempo简介 https://grafana.com/docs/tempo/latest/getting-started/ Grafana Tempo是一个开源、易于使用的大规模分布式跟踪后端.Tempo具有成本效益,仅需要对象存储即可运行,并且与Grafana,Prometheus ...

Sat May 08 17:09:00 CST 2021 0 3303
grafana agent 集成tempo 试用

很简单就是几个工具椽到一起,方便学习了解grafana agent 对于tempo的支持 预备说明 grafana agent 对于tempo的支持,我们需要使用opentelemetry-collector,关于opentelemetry-collector 的使用 以及功能可以参考相关 ...

Fri Jan 08 02:59:00 CST 2021 0 638
分布式链路追踪框架的基本实现原理

目录 分布式追踪 什么是分布式追踪 分布式系统 分布式追踪 分布式追踪有什么用呢 Dapper 分布式追踪系统的实现 跟踪树和 span Jaeger ...

Sun Jan 24 23:43:00 CST 2021 3 4782
分布式服务框架HSF学习

HSF提供的是分布式服务开发框架,taobao内部使用较多,总体来说其提供的功能及一些实现基础:1.标准Service方式的RPC 1)、Service定义:基于OSGI的Service定义方式 2)、TCP/IP通信: IO方式:nio,采用mina框架 连接方式:长连接 ...

Fri Feb 19 06:06:00 CST 2016 0 3688
分布式追踪系列:OpenTracing与Jaeger

分布式追踪的概念 谷歌在2010年4月发表了一篇论文《Dapper, a Large-Scale Distributed Systems Tracing Infrastructure》(http://1t.click/6EB),介绍了分布式追踪的概念。 对于分布式追踪,主要有以下 ...

Fri Aug 28 17:02:00 CST 2020 0 1213
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM