Files
nexus/wiki/concepts/OpenTelemetry.md
2026-04-19 14:51:38 +08:00

1.1 KiB
Raw Blame History

title, type, tags, date
title type tags date
OpenTelemetry concept
OpenTelemetry
Observability
Telemetry
Cloud-Native
2024-04-02

Definition

OpenTelemetryOTel是厂商中立的遥测数据采集框架提供统一的数据格式和跨语言 SDK用于收集 Metrics、Logs、Traces 三种可观测性信号。

Core Components

  • SDKs:支持 11 种编程语言的自动和手动 instrumentation 库
  • Collector:数据标准化和转发组件
  • Protocol (OTLP):统一的遥测数据格式

Key Capabilities

  • 厂商中立:不绑定特定后端监控系统
  • 自动 instrumentation自动捕获常见框架和库的遥测数据
  • 统一数据格式OTLP 标准化跨语言数据交换
  • 可扩展架构:支持自定义处理器和导出器

Use Cases

  • 微服务架构的可观测性集成
  • 跨云厂商的监控数据统一采集
  • 统一日志、指标、追踪数据格式