TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A Beginner's Guide to the OpenTelemetry Collector

56 点作者 ayoisaiah8 个月前

1 comment

pvtmert8 个月前
This is not specific to open telemetry collector but overall in terms of distributed tracing, due to the nature of things it is getting extremely complicated. Especially in the Kubernetes context.<p>Another remark is that blog posts and tutorials include configuration not recommended for prod usage. ( in this case grpc SSL insecure option ) These quickly become foot-guns living in production<p>Moreover, due to the nature of go applications&#x27; static compilation mindset each component include various plugins hence their configuration quickly becoming a large file nobody except DevOps understands or configures.<p>Obviously original documentation is sufficient and explains well enough but nobody reads these fully. I have came across multiple times that engineers “made it work” using external service names and whatnot. Soon enough the production may hit by increasingly high response times due to both infrastructure level and tracing level misconfigurations.<p>I went a bit off topic and ranting here but open telemetry is a quite large piece thus should be taken carefully while implementing on a live platform.