当前位置: 首页 > news >正文

OpenTracing协议规范链接

一、官网链接

OpenTracing specificationhttps://opentracing.io/specification/不过目前OpenTracing项目已归档,不再维护。需要参考OpenTelemetry官网链接

Migrating from OpenTracing | OpenTelemetryBackward compatibility with OpenTracing has been a priority for the OpenTelemetry project from the start. To ease migration, OpenTelemetry supports the use of both the OpenTelemetry and OpenTracing APIs in the same codebase. This allows OpenTracing instrumentation to be recorded using OpenTelemetry SDKs.To accomplish this, each OpenTelemetry SDK provides an OpenTracing shim, which acts as a bridge between the OpenTracing API and the OpenTelemetry SDK. Note that OpenTracing shims are disabled by default.https://opentelemetry.io/docs/migration/opentracing/

二、 OpenTracing中文社区

GitHub - opentracing-contrib/opentracing-specification-zh: OpenTracing标准(中文版) `zh` (Chinese) translation of the opentracing/specificationOpenTracing标准(中文版) `zh` (Chinese) translation of the opentracing/specification - GitHub - opentracing-contrib/opentracing-specification-zh: OpenTracing标准(中文版) `zh` (Chinese) translation of the opentracing/specificationhttps://github.com/opentracing-contrib/opentracing-specification-zh

opentracing-specification-zh/semantic_conventions.md at master · opentracing-contrib/opentracing-specification-zh · GitHubOpenTracing标准(中文版) `zh` (Chinese) translation of the opentracing/specification - opentracing-specification-zh/semantic_conventions.md at master · opentracing-contrib/opentracing-specification-zhhttps://github.com/opentracing-contrib/opentracing-specification-zh/blob/master/semantic_conventions.md

三、Trace数据结构 

Traces | OpenTelemetryTraces give us the big picture of what happens when a request is made by a user or an application.https://opentelemetry.io/docs/concepts/signals/traces/ 

http://www.lryc.cn/news/7981.html

相关文章:

  • 金三银四面试必看,自动化测试如何解决日志问题
  • 微信怎么开小店?【企业商家微信开店】
  • Java 中FastJson的使用【吃透FastJson】
  • Redis5.0集群搭建
  • 继企业级信息系统开发学习1.1 —— Spring配置文件管理Bean
  • Web 容器、HTTP 服务器 、Servlet 容器区别与联系
  • eBPF 进阶: 内核新特性进展一览
  • 2.输入子系统学习-multi-touch-protocol-2023.02
  • 【靶机】vulnhub靶机pylington
  • 【大数据】大数据学习路线
  • 【Python爬虫案例教学】采集某网站壁纸,实现壁纸自由
  • 波卡2022年第四季度报告
  • 第一章:初始化react项目+antd+less
  • 图的基本概念
  • MySQL必会四大函数-窗口函数
  • 各CCF期刊点评网站/学术论坛的信息汇总及个人评价
  • 深度解析 JavaScript 严格模式:利弊长远的考量
  • Vue.js 循环语句
  • 家政服务小程序实战教程12-详情页
  • 十四、平衡二叉树
  • AC/DC 基础
  • 集成电路相关书籍
  • 前端开发之防抖与节流
  • 大公司如何用A/B测试解决增长问题?
  • 【Airplay_BCT】Bonjour API架构
  • 为什么sleeping的会话会造成阻塞(2)
  • 从矩阵中提取对角线元素;将一维数组转换为对角线矩阵:np.diag()函数
  • JavaSE学习day7_02 封装和构造方法
  • 2022年FIT2CLOUD飞致云开源成绩单
  • 【Python】asyncio使用注意事项