home.social

#otel — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #otel, aggregated by home.social.

fetched live
  1. I used to be a big believer of . Now? Use profiling with and or have like instrumentation. You get so much more data out of these and FAR less work in bootstrapping. 😅

    matduggan.com/otel-isnt-going-

  2. 🚨 Attention all spreadsheet fanatics: #OTel isn't going well, and our hero here decided that creating a 14-minute read about it was the perfect remedy! 🤦‍♂️ Instead of fixing #OpenTelemetry, let's just make a spreadsheet—because everyone knows nothing says "solution" like rows and columns of data chaos. 📊💥
    matduggan.com/otel-isnt-going- #spreadsheetfanatics #troubleshooting #datachaos #solutions #14minread #HackerNews #ngated

  3. We're just over a week away from Beer City Code! Come by and see my sessions on #OTEL & #SpecKit.
    Saturday, August 15 in Grand Rapids, MI #beercitycode

  4. OpenTelemetry compile-time auto instrumentation for Go projects is here!

    I used it on one of my side projects. I literally just swapped `go build` with `otelc go build` and removed hundreds of lines of boilerplate code. I love removing code. Works like a charm for me!

    opentelemetry.io/docs/zero-cod

    #otel #golang

  5. Your production agents are already generating high-value training data. It's in your OTEL traces.

    Learn how to turn production telemetry into datasets for fine-tuning SLMs, then safely roll them out with evaluation gates and canary releases.

    🎬 Watch now: bit.ly/4pGpCCx

    #AI #OTEL #SLM #InfoQ

  6. Want to get started with but the thought of instrumenting your application code puts you off?
    With you can get table stakes telemetry without changing your code.

    Check out this OpenObservability Talks piece to learn about 's OBI and how it provides open source no-code multi-language and multi-protocol instrumentation:
    👉 medium.com/p/377cb0432bf1

    @macias @opentelemetry @grafana

  7. What if could natively ingest data without a collector/agent?

    I'm really happy to see this PoC by for 𝚘𝚙𝚎𝚗𝚜𝚎𝚊𝚛𝚌𝚑-𝚘𝚝𝚕𝚙-𝚛𝚎𝚌𝚎𝚒𝚟𝚎𝚛 plugin for a native OTLP endpoint to ingest into OpenSearch cluster
    github.com/SAP/opensearch-otlp

    @OpenSearchProject @opentelemetry

  8. Is anyone around here an "expert" in #machinelearning #observabilty ? It's a huge topic, of course, but I am looking for someone to do a presentation that is focused on #opensource tools. I dont really care what the tools are but I think not talking about #otel at least a bit would be a miss.

    The presentation is directed at a wildly diverse technical audience in terms of seniority so wouldn't worry about that.

    We can talk here or you can email me @ [email protected].

    A thread, I guess...

  9. Why does feel so complex?

    @dan_gomezblanco, @opentelemetry SIG End-User Maintainer and former member of ’s Governance Committee, is sharing the feedback from end-users, across both essential complexity and accidental complexity, and how the project is now addressing it with the initiative.

    Check out the latest OpenObservability Talks episode:

    👉️ medium.com/p/67db96d7e512/

  10. That well-meaning TelemetryHelper wrapper over ? It probably hurts more than helps: kills zero-alloc paths, adds lookups to your hot path, and your team learns the wrapper instead of .

    Skip the wrapper. 👇
    opentelemetry.io/blog/2026/don

  11. New post from my blog...

    In case you missed it earlier...

    Stir Trek 2026 - When Logs Tell the Whole Story
    barretblake.dev/posts/conferen #stirtrek #opentelemetry #otel

  12. The May newsletter is now available on-line:

    - Streaming syslog-ng data to your lakehouse using

    - Central log collection - more than just

    - Compiling syslog-ng on an old

    Read more at:

    syslog-ng.com/community/b/blog

  13. 🚀 Calling all end users! We're excited to announce the launch of blueprints and reference implementations! 🚀

    With guidance from experts, you can build production-ready telemetry pipelines that span multiple components.

    Learn more and contribute! 👇️

    opentelemetry.io/blog/2026/blu

  14. flow-php/telemetry (#PHP implementation of #OTEL) faced an architectural issue tied to the php nature (single thread/process).

    github.com/flow-php/flow/issue explains how I'm tackling it, without making Exporters blocking