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 badges1 Answer
Reset to default 1Sentry 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.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745117101a4612193.html
评论列表(0条)