TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The current state of OpenTelemetry

160 pointsby pranay01over 1 year ago

7 comments

phillipcarterover 1 year ago
As a maintainer and end-user, my answer to this is...yes and no. It&#x27;s important to clarify that, stability - something mentioned in the article - has several major definitions:<p>- Stability in the specification<p>- Stability in semantic conventions<p>- Stability in the protocol representation<p>- Stability in SDKs that can generate data<p>- Stability in the Collector that can receive, process, and export that data<p>Unfortunately, for many people, they may interpret &quot;stable&quot; in one of those categories as &quot;stable for everything&quot;, and then get really annoyed when they find their language doesn&#x27;t actually have stable support (or any support!) for that concept.<p>What I&#x27;m most proud of in 2023 is all of the little things we made progress on with components that engineers have to materially deal with. On the website, we documented what feels like a million little things and clarified tons of concepts that people told us were confusing. Across all the SDKs, we fixed tons of little bugs, added more and more instrumentations, and completed the unsexy work to make metrics generation stable across most of our 11+ languages. The Collector added oodles and oodles of support for different data sources, and OTTL went from a neat component to a rock-solid general-purpose data transformation tool.<p>There&#x27;s so much more work to do, but I&#x27;m really happy about the progress.
bilalqover 1 year ago
The biggest issue with OpenTelemetry is how aggressively it&#x27;s being pushed, despite not being mature enough. The AWS X-Ray team frequently suggests switching to OTel on bug reports and feature requests, but the performance and resource overhead of OTel collector for Lambda is just awful right now. It doesn&#x27;t make sense for any performance sensitive workload.<p>Beyond that, it gives off an &quot;over-engineered&quot; vibe. It&#x27;s probably not, and the complexity of being a unified standard that can work across so many different variations is inherently going to need a lot of abstractions, but it feels so much more difficult to go through OpenTelemetry compared to an opinionated observability SaaS.
评论 #38976746 未加载
评论 #38977938 未加载
评论 #38977503 未加载
评论 #38991796 未加载
评论 #38977826 未加载
评论 #38982344 未加载
baby_souffleover 1 year ago
Depends on who you ask.<p>I am glad that the observability sector has standardized on a common protocol but my god are the reference implementations lacking.
评论 #38971801 未加载
评论 #38971696 未加载
评论 #38971722 未加载
评论 #38982722 未加载
评论 #38975380 未加载
shipit1999over 1 year ago
OpenTelemetry is a great concept, but in my experience not quite there yet. Docs especially fall into the common trap of handling the happy path hello world quickstarts, then become increasingly useless as you want to get beyond that to real life use cases. Given the inherent tradeoff of complexity that comes from trying to unify different approaches around one standard, sometimes it seems like things that should be simple are more difficult than they should be. I&#x27;m sure it will keep improving.
评论 #38973738 未加载
评论 #38982950 未加载
reindeererover 1 year ago
Give me something that isn&#x27;t based on protobufs at wire &#x2F; request level. CBOR with CDDL for a fully standards based approach that can work at any size of the stack
评论 #38973164 未加载
评论 #38972214 未加载
silveraxe93over 1 year ago
That&#x27;s a terrible plot. I have no idea what the x-axis or the circle areas mean.
评论 #38983140 未加载
CornCobsover 1 year ago
As a relative outsider to the observability space, I have always wondered this:<p>Is observability&#x2F;telemetry only about engineering-related issues (performance, downtimes, bottlenecks etc.) or does it include the &quot;phone-home&quot; type of telemetry (user usage statistics, user journeys)? Looking through the websites of most of the observability SaaSes it seems to only talk about the first. Then how do people solve the second? Is it with manual logging to the server from the client?
评论 #38978545 未加载
评论 #38977808 未加载
评论 #38983003 未加载
评论 #38977813 未加载
评论 #38979374 未加载