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.

Vendor lock-in in the observability space

103 pointsby talborenover 1 year ago

11 comments

spondylover 1 year ago
Hmm, as someone who uses and defacto manages Datadog for a sizable org in their day job, I&#x27;m not sure using that OpenTelemetry PR fiasco is an up to date picture.<p>There was definitely a period where Datadog seemed to be talking up OTel but not actually doing anything of note to support that ecosystem.<p>I&#x27;d say in the last year or two, they&#x27;ve done a bit of a 180 and been embracing it quite a lot.<p>One major change is that they not only added support for the W3C Context header format but actually set it as the default over their own proprietary format.<p>The reason that&#x27;s a pretty big deal is that W3C Context is set as a MUST for OTel clients to implement so it goes a long way to making interoperability (and migration) pretty painless.<p>Prior to that, you could use OTel but the actual distributed aspect (spans between services linking up) probably wouldn&#x27;t work as OTel services wouldn&#x27;t recognise the Datadog header format and vice versa.<p>There are, of course, still some features that you would miss out on by using OTel over the Datadog SDKs like I don&#x27;t believe the profiler would work necessarily but that&#x27;s a tradeoff to be made.
评论 #38090786 未加载
brazaover 1 year ago
In the last decade in all companies that I&#x27;ve worked the biggest issue by far in all of them were vendor lock-in and how the teams coped around tools that did not evolved with their problems along the time and the switch cost was high.<p>I know that Open Telemetry has it&#x27;s own issues, but between low ergonomics and amenities and a lock-in; nowadays I will choose the first.
评论 #38090453 未加载
评论 #38090341 未加载
RaouleDukeover 1 year ago
This post speaks to a larger issue that cloud vendors are driven to extract as much money from you, the customer, as possible. They are not evil or malicious, they are commercial enterprises and cloud is built on consumption economics. There is no incentive to make it easy for you to move to another cloud. Replace &#x27;observability space&#x27; with SEIM&#x2F;SOAR, first party databases (Spanner&#x2F;CosmosDB), many PaaS offerings, and the themes still apply. Pushing proprietary solutions to your is an effective means of making customers stick. I am not passing judgement here, there is some value to turnkey solutions but it depends on your business. Datadog in particular is a bit insidious as they have a multi-cloud proprietary service that can follow your workloads across clouds (even so far as to be essentially first party on Azure via Azure Native ISV Services).
palijerover 1 year ago
&gt;1. You start with Datadog§[...] 2. [...] your expenses have skyrocketed 3. You want to migrate your way out[...]<p>Step 3 doesn&#x27;t seem logical here... Who doesn&#x27;t try to control spend on something they&#x27;ve already invested in?<p>Step 3 should be to audit what you are spending the most on, and how to manage that in a way its still useful.<p>I&#x27;ve seen so many people not understand things like custom metrics billing, or log&#x2F;trace retention and get burned for it.<p>If you&#x27;re using a tool lime datadog, you should understand its billing structure a bit. I couldn&#x27;t imagine setting up a redshift instance without understanding and tracking redshift spending. And then one it is high, just switching to RDS or something without even taking a look.
评论 #38093281 未加载
cratermoonover 1 year ago
The vendor lock-in I&#x27;ve seen isn&#x27;t on the collection side, it&#x27;s on the display and interpretation side, specifically the dashboard. Vendors offering tools to really slice and dice the collected telemetry and display it in visualization that wouldn&#x27;t make Edward Tufte pull his hair out can make choosing vendor lock-in a serious option.
评论 #38094415 未加载
评论 #38094608 未加载
Volundrover 1 year ago
The article seems to suggest <a href="https:&#x2F;&#x2F;github.com&#x2F;open-telemetry&#x2F;opentelemetry-collector-contrib&#x2F;pull&#x2F;5836">https:&#x2F;&#x2F;github.com&#x2F;open-telemetry&#x2F;opentelemetry-collector-co...</a> was silently killed, yet it appears to have been merged in January, am I missing something?
评论 #38088607 未加载
TheIronYuppieover 1 year ago
FULLY BIASED COMMENT:<p>We (the bacalhau.org[0] project) are interested in helping with this - one of our philosophies has been that part of the problem is with that first step. By first moving to a lake of some kind, you end up giving up lots of optionality. Even basic things like aggregation, filtering, windowing, etc now need to be in the &quot;locked-in&quot; tool, which is exactly the wrong first step to take.<p>SHOW HN: We have a solution that uses DuckDB to do some of this initial work[1] which can save you 70%+ or more on total data throughput. Further, it allows you to do interesting things like eventing, multi-homing observability data, etc.<p>I&#x27;d be very interested to hear any&#x2F;all thoughts!<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;bacalhau-project&#x2F;bacalhau">https:&#x2F;&#x2F;github.com&#x2F;bacalhau-project&#x2F;bacalhau</a><p>[1] <a href="https:&#x2F;&#x2F;blog.bacalhau.org&#x2F;p&#x2F;bacalhau-x-duckdb-deploying-applications" rel="nofollow noreferrer">https:&#x2F;&#x2F;blog.bacalhau.org&#x2F;p&#x2F;bacalhau-x-duckdb-deploying-appl...</a><p>Disclosure: I co-founded the Bacalhau project.
hbcondo714over 1 year ago
I&#x27;ve bounced around Splunk, New Relic, Sentry and Datadog over the years. Most recently, I was working with Java and used the open source Vendor-neutral application observability facade Micrometer[1] to test out and confirm which APM we wanted to go with.<p>[1] <a href="https:&#x2F;&#x2F;micrometer.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;micrometer.io</a>
评论 #38090187 未加载
评论 #38089687 未加载
评论 #38089669 未加载
wbecklerover 1 year ago
Does Keep have an open core business model, where they host your stuff using a proprietary control plane for a fee and introduce proprietary features around the edges?
评论 #38087722 未加载
camel_gopherover 1 year ago
Moving alerts is easy. Moving people, now that’s hard.
评论 #38090361 未加载
评论 #38089130 未加载
syndicatedjellyover 1 year ago
What is o11y? Why does it need to be abbreviated like that?
评论 #38167640 未加载