#opentelemetry — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #opentelemetry, aggregated by home.social.
-
Your AI agent just took 45 seconds to answer a simple question. Was it the
model? A slow tool call? A retry loop?#OpenTelemetry is making it easier to find the answers with semantic conventions for generative AI. Learn more in today's post!
-
🚀 Calling all end users! We're excited to announce the launch of #OTel blueprints and reference implementations! 🚀
With guidance from experts, you can build production-ready telemetry pipelines that span multiple #OpenTelemetry components.
Learn more and contribute! 👇️
-
via #AIFoundry : What’s new in Microsoft Foundry | April 2026
https://ift.tt/9uGfk3p
#MicrosoftFoundry #FoundryApril2026 #WhatsNew #GPT55 #GPT-5-5 #AgentFramework #OpenTelemetry #OTel #Tracing #HostedAgent #CodeAct #Hyperlight #PythonSandbox #CustomEvaluators #AgentMonitoring… -
via #AIFoundry : What’s new in Microsoft Foundry | April 2026
https://ift.tt/9uGfk3p
#MicrosoftFoundry #FoundryApril2026 #WhatsNew #GPT55 #GPT-5-5 #AgentFramework #OpenTelemetry #OTel #Tracing #HostedAgent #CodeAct #Hyperlight #PythonSandbox #CustomEvaluators #AgentMonitoring… -
via #AIFoundry : What’s new in Microsoft Foundry | April 2026
https://ift.tt/9uGfk3p
#MicrosoftFoundry #FoundryApril2026 #WhatsNew #GPT55 #GPT-5-5 #AgentFramework #OpenTelemetry #OTel #Tracing #HostedAgent #CodeAct #Hyperlight #PythonSandbox #CustomEvaluators #AgentMonitoring… -
via #AIFoundry : What’s new in Microsoft Foundry | April 2026
https://ift.tt/9uGfk3p
#MicrosoftFoundry #FoundryApril2026 #WhatsNew #GPT55 #GPT-5-5 #AgentFramework #OpenTelemetry #OTel #Tracing #HostedAgent #CodeAct #Hyperlight #PythonSandbox #CustomEvaluators #AgentMonitoring… -
via #AIFoundry : What’s new in Microsoft Foundry | April 2026
https://ift.tt/9uGfk3p
#MicrosoftFoundry #FoundryApril2026 #WhatsNew #GPT55 #GPT-5-5 #AgentFramework #OpenTelemetry #OTel #Tracing #HostedAgent #CodeAct #Hyperlight #PythonSandbox #CustomEvaluators #AgentMonitoring… -
OpenTelemetry: A Standard for Observing Complex Systems
OpenTelemetry now unifies telemetry data from AWS, Azure, and GCP, simplifying monitoring for complex systems and MLOps.
#OpenTelemetry, #CloudMonitoring, #AWS, #Azure, #GCP
https://newsletter.tf/opentelemetry-standardizes-cloud-data-collection/
-
OpenTelemetry standardizes data collection across AWS, Azure, and GCP, moving away from many different tools to one unified approach.
#OpenTelemetry, #CloudMonitoring, #AWS, #Azure, #GCP
https://newsletter.tf/opentelemetry-standardizes-cloud-data-collection/ -
W00t #OpenTelemetry voted for moving to a graduated project by the Cloud Native Computing Foundation (CNCF) 's Technical Oversight Committee! 🥳
I covered it on a recent episode of OpenObservability Talks 🎧 :
https://horovits.medium.com/the-state-of-opentelemetry-insights-from-otel-unplugged-europe-e00f219f7460#1606Great work to all involved @opentelemetry 👏
-
Как Monium приручил GC: разбираемся со сборщиками мусора в observability‑платформе
Всем привет, меня зовут Антон Рыбочкин, я старший разработчик бэкенда в команде Yandex Monium. Monium — это платформа для сбора, хранения и анализа телеметрии (метрик, логов и трейсов). Она позволяет дать оценку того, как себя чувствует сервис, находить причины сбоев, оперативно уведомлять об аномалиях. Изначально эта платформа развивалась как внутренняя система для мониторинга сервисов в масштабах всего Яндекса. Отсюда высокие требования к надёжности сервиса — телеметрия должна быть доступна, даже когда другие сервисы лежат. И с точки зрения бэкенда в таких кейсах есть свои вызовы, один из них — сборка мусора, или сокращённо GC. В этой статье я расскажу про наш опыт с разными сборщиками мусора: с какими проблемами Java GC мы столкнулись в разных сервисах, как их можно диагностировать и как решить.
https://habr.com/ru/companies/yandex_cloud_and_infra/articles/1031710/
#java #gc #opentelemetry #yandex_monium #monium #observability #generational_zgc #parallelgc #FullGC #shenandoah
-
Как Monium приручил GC: разбираемся со сборщиками мусора в observability‑платформе
Всем привет, меня зовут Антон Рыбочкин, я старший разработчик бэкенда в команде Yandex Monium. Monium — это платформа для сбора, хранения и анализа телеметрии (метрик, логов и трейсов). Она позволяет дать оценку того, как себя чувствует сервис, находить причины сбоев, оперативно уведомлять об аномалиях. Изначально эта платформа развивалась как внутренняя система для мониторинга сервисов в масштабах всего Яндекса. Отсюда высокие требования к надёжности сервиса — телеметрия должна быть доступна, даже когда другие сервисы лежат. И с точки зрения бэкенда в таких кейсах есть свои вызовы, один из них — сборка мусора, или сокращённо GC. В этой статье я расскажу про наш опыт с разными сборщиками мусора: с какими проблемами Java GC мы столкнулись в разных сервисах, как их можно диагностировать и как решить.
https://habr.com/ru/companies/yandex_cloud_and_infra/articles/1031710/
#java #gc #opentelemetry #yandex_monium #monium #observability #generational_zgc #parallelgc #FullGC #shenandoah
-
Как Monium приручил GC: разбираемся со сборщиками мусора в observability‑платформе
Всем привет, меня зовут Антон Рыбочкин, я старший разработчик бэкенда в команде Yandex Monium. Monium — это платформа для сбора, хранения и анализа телеметрии (метрик, логов и трейсов). Она позволяет дать оценку того, как себя чувствует сервис, находить причины сбоев, оперативно уведомлять об аномалиях. Изначально эта платформа развивалась как внутренняя система для мониторинга сервисов в масштабах всего Яндекса. Отсюда высокие требования к надёжности сервиса — телеметрия должна быть доступна, даже когда другие сервисы лежат. И с точки зрения бэкенда в таких кейсах есть свои вызовы, один из них — сборка мусора, или сокращённо GC. В этой статье я расскажу про наш опыт с разными сборщиками мусора: с какими проблемами Java GC мы столкнулись в разных сервисах, как их можно диагностировать и как решить.
https://habr.com/ru/companies/yandex_cloud_and_infra/articles/1031710/
#java #gc #opentelemetry #yandex_monium #monium #observability #generational_zgc #parallelgc #FullGC #shenandoah
-
Как Monium приручил GC: разбираемся со сборщиками мусора в observability‑платформе
Всем привет, меня зовут Антон Рыбочкин, я старший разработчик бэкенда в команде Yandex Monium. Monium — это платформа для сбора, хранения и анализа телеметрии (метрик, логов и трейсов). Она позволяет дать оценку того, как себя чувствует сервис, находить причины сбоев, оперативно уведомлять об аномалиях. Изначально эта платформа развивалась как внутренняя система для мониторинга сервисов в масштабах всего Яндекса. Отсюда высокие требования к надёжности сервиса — телеметрия должна быть доступна, даже когда другие сервисы лежат. И с точки зрения бэкенда в таких кейсах есть свои вызовы, один из них — сборка мусора, или сокращённо GC. В этой статье я расскажу про наш опыт с разными сборщиками мусора: с какими проблемами Java GC мы столкнулись в разных сервисах, как их можно диагностировать и как решить.
https://habr.com/ru/companies/yandex_cloud_and_infra/articles/1031710/
#java #gc #opentelemetry #yandex_monium #monium #observability #generational_zgc #parallelgc #FullGC #shenandoah
-
🗓️ Over a year in the making
📈 One of the fastest-growing projects in #OpenTelemetryIntroducing the Ecosystem Explorer
#OTel is huge: hundreds of instrumentations across a dozen languages, plus the Collector. Figuring out what telemetry you actually get used to mean deploying first.
Not anymore. The Ecosystem Explorer helps you understand OTel before you start. We’re starting with Java, with plenty more to come.
Got ideas? Come build with us.
https://opentelemetry.io/blog/2026/introducing-the-ecosystem-explorer/
-
Looking forward to #StirTrek tomorrow. I'll be speaking about #OpenTelemetry (#OTEL) and how good logging practices can save the day. And I promise a session that's 99% AI free. You can still buy tickets today.
https://stirtrek.com/speakers/2026/Barret-Blake.html#abstract
-
OpenTelemetry ❤️ Prometheus!
The #OpenTelemetry and #Prometheus communities are strengthening interoperability, and we want your input!
🛠️ If you’re building with both, check out the client library doc to understand key similarities and differences, plus updates on Prometheus compatibility and exporter spec stabilization. Links in thread.
📄 We’re also supporting an LFX mentorship to improve interoperability docs.
🗳️ Running both together? Take our 3-minute survey! https://buff.ly/XhVm0Fg
-
Are you living in Sydney, AUS? Are you looking for a job in the platform engineering and #SRE space?
This is your chance to join a great startup in the #observability space which recently acquired unicorn status:
https://jobs.ashbyhq.com/dash0/c71c1a08-d9ea-4229-b7c9-a3ac9eabc95c
#GetFediHired #FediHire #o11y #OTel #OpenTelemetry #K8s #golang
-
Scaling AI agents is a distributed systems nightmare.
Network RTT & the 'N+1 tool calling problem' are the real killers. Sequential loops leave GPUs idle waiting on APIs.
Our blueprint covers:
✅ Collapsing RTT via API proximity
✅ Escaping the O11y 'Log Tax'
✅ Deep eBPF tracing on Bare MetalRead the truth:
🔗 https://www.servermo.com/blogs/scaling-ai-agents-infrastructure/#AI #MLOps #SysAdmin #DevOps #BareMetal #OpenTelemetry #DistributedSystems #eBPF
-
Our third feature on real-world #OpenTelemetry deployments focuses on Skyscanner, a global travel search platform. With more than 1,000 microservices across two dozen production clusters, Skyscanner operates #OTel at scale. Read our latest post for their valuable insights!
-
Airbnb discloses a billion-series Prometheus metrics pipeline
#HackerNews #Airbnb #Prometheus #metrics #OpenTelemetry #engineering #technews
-
Announcing a Kotlin Multiplatform API and SDK for OpenTelemetry
#api #java #kmp #kotlin #opentelemetry #sdk
https://www.cncf.io/blog/2026/03/24/announcing-a-kotlin-multiplatform-api-and-sdk-for-opentelemetry/
-
Announcing a Kotlin Multiplatform API and SDK for OpenTelemetry
#api #java #kmp #kotlin #opentelemetry #sdk
https://www.cncf.io/blog/2026/03/24/announcing-a-kotlin-multiplatform-api-and-sdk-for-opentelemetry/
-
Logs, logs, logs. That's what your applications and infrastructure are constantly generating. Let's discuss the patterns of sending logs to an aggregation tool for visualization and querying.
#linux #observability #logs #grafana #loki #opentelemetry #go #programming
-
Three pillars becomes four.
The #OpenTelemetry project is excited to share that profiles are now alpha! With #OTel profiles, you get an industry-wide standard for production profiling, with true vendor neutrality and powered by community and ecosystem support.
Read more details in our latest post!
-
#eBPF collects telemetry directly from applications and infrastructure, simplifying observability instrumentation. Here’s how to get it working with #Rustls: https://coroot.com/blog/instrumenting-rust-tls-with-ebpf/
#rust #openssl #golang #go #linux #ebpf #observability #monitoring #sysadmin #devops #sre #opensource #FOSS #freesoftware #kubernetes #tech #otel #opentelemetry #tech #AI
-
#Kubernetes attributes promoted to release candidate in #OpenTelemetry Semantic Conventions
Well done to the OpenTelemetry's K8s SemConv SIG 👏
Check out the blog post by By Christos Markou and David Ashpole:
https://opentelemetry.io/blog/2026/k8s-semconv-rc/ -
Ah, the latest installment of "Let's Overcomplicate with Rust" 🎉. Apparently, we've decided that tracing our #Rust applications is the new Holy Grail, because clearly, developers don't have enough to do 🙄. Spoiler: It's 15 minutes of your life you won't get back, attempting to convince yourself that #OpenTelemetry isn't just another buzzword in the endless tech rat race 🚀.
https://signoz.io/blog/opentelemetry-rust/ #Overcomplication #DeveloperHumor #TechBuzzwords #HackerNews #ngated -
via @dotnet : .NET 11 Preview 2 is now available!
https://ift.tt/sxBIPpb
#NET11 #Preview2 #dotnet #dotnet11 #ASP.NETCore #Blazor #NETMAUI #FSharp #EntityFrameworkCore #EFCore #CSharp #VB #WindowsForms #WPF #ContainerImages #SDK #Runtime #Libraries #OpenTelemetry… -
A passing of the torch. 🔥
Last month, #OpenTelemetry welcomed new Community Managers. The #OTel community has quadrupled in size under Austin's stewardship. We are grateful for his years of hard work building the community into what it is today and look forward to Reese, Adriana, and Julia's vision for the future!
-
Great catching up with the #OpenTelemetry community at #OTelUnplugged Europe this month after #FOSDEM. Meaningful discussions, fresh insights, and many new ideas.
I invited Juraci, @opentelemetry Governance Committee member, to OpenObservability Talks 🎙️ to unpack it all
The state of OpenTelemetry 👇
https://medium.com/p/e00f219f7460 -
OpenSearch Project ❤️ OpenTelemetry's GenAI semantic conventions!
This new RFC brings agent tracing experience to OpenSearch Dashboards.
@OpenSearchProject @opentelemetry #opensearch #opentelemetry #otel
-
How to Reduce Telemetry Volume by 40% Smartly
https://newsletter.signoz.io/p/is-your-opentelemetry-auto-instrumented
-
How to Reduce Telemetry Volume by 40% Smartly
https://newsletter.signoz.io/p/is-your-opentelemetry-auto-instrumented
-
How to Reduce Telemetry Volume by 40% Smartly
https://newsletter.signoz.io/p/is-your-opentelemetry-auto-instrumented
-
How to Reduce Telemetry Volume by 40% Smartly
https://newsletter.signoz.io/p/is-your-opentelemetry-auto-instrumented
-
How to Reduce Telemetry Volume by 40% Smartly
https://newsletter.signoz.io/p/is-your-opentelemetry-auto-instrumented
-
Okay, now attending a conference on browser observability with #opentelemetry
#otel #fosdem -
The #OpenTelemetry Collector is a critical component of using #OTel in production. To learn how organizations are deploying, configuring, and monitoring the Collector, we ran a survey in 2025. The results tell us how the Collector is being used today, and how its usage has changed since 2024. Read our latest blog post for all the details!
https://opentelemetry.io/blog/2026/otel-collector-follow-up-survey-analysis/
-
#OTel Unplugged is coming to Europe, as a #FOSDEM fringe!
I'm glad we're bringing this important #OpenTelemetry unconference to Europe for the first time, and I'm proud that @OpenSearchProject is sponsoring it.Join @opentelemetry community @fosdem
🔗 https://events.humanitix.com/otelunplugged-eu2026 -
#OTel is for everyone...even other open source projects! Find out how #Dapr contributors improved tracing observability with #OpenTelemetry.
https://opentelemetry.io/blog/2026/dapr-workflow-observability/
-
via @dotnet : Introducing Data Ingestion Building Blocks (Preview)
https://ift.tt/DmSwU2r
#DataIngestion #AIApplications #DotNet #DataPipelines #ContextEngineering #ETL #MachineLearning #RetrievalAugmentedGeneration #DataProcessing #OpenTelemetry #AIWorkflows #M… -
JetBrains lança Rider e ReSharper 2025.3 focados no .NET 10, C# 14 e Visual Studio 2026
🔗 https://tugatech.com.pt/t74227-jetbrains-lanca-rider-e-resharper-2025-3-focados-no-net-10-c-14-e-visual-studio-2026#acessibilidade #godot #IDE #JetBrains #opentelemetry #ReSharper #Rider #sdk #ui #unity #velocidade #videojogos
-
JetBrains lança Rider e ReSharper 2025.3 focados no .NET 10, C# 14 e Visual Studio 2026
🔗 https://tugatech.com.pt/t74227-jetbrains-lanca-rider-e-resharper-2025-3-focados-no-net-10-c-14-e-visual-studio-2026#acessibilidade #godot #IDE #JetBrains #opentelemetry #ReSharper #Rider #sdk #ui #unity #velocidade #videojogos
-
JetBrains lança Rider e ReSharper 2025.3 focados no .NET 10, C# 14 e Visual Studio 2026
🔗 https://tugatech.com.pt/t74227-jetbrains-lanca-rider-e-resharper-2025-3-focados-no-net-10-c-14-e-visual-studio-2026#acessibilidade #godot #IDE #JetBrains #opentelemetry #ReSharper #Rider #sdk #ui #unity #velocidade #videojogos
-
JetBrains lança Rider e ReSharper 2025.3 focados no .NET 10, C# 14 e Visual Studio 2026
🔗 https://tugatech.com.pt/t74227-jetbrains-lanca-rider-e-resharper-2025-3-focados-no-net-10-c-14-e-visual-studio-2026#acessibilidade #godot #IDE #JetBrains #opentelemetry #ReSharper #Rider #sdk #ui #unity #velocidade #videojogos