最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

open telemetry - What's the difference between OpenTelemetry and Sentry? - Stack Overflow

programmeradmin0浏览0评论

What's the difference between OpenTelemetry and Sentry?

At first glance they look similar with regarding to tracing, logs etc. However, there should difference between them

What's the difference between OpenTelemetry and Sentry?

At first glance they look similar with regarding to tracing, logs etc. However, there should difference between them

Share Improve this question edited Mar 2 at 22:11 AlexElin asked Mar 2 at 21:59 AlexElinAlexElin 1,6431 gold badge19 silver badges28 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

Sentry is a product, with proprietary SDKs you can use in your application to generate telemetry.

OpenTelemetry is a set of tools and standards to generate telemetry to send to any vendor (including Sentry) that allow you to switch vendors easily since there is no proprietary code in your application.

There are nuances, since certain vendors require you to use their SDKs (that are based on OpenTelemetry) in order to use their tool as a destination, so be wary of that.

发布评论

评论列表(0)

  1. 暂无评论