December 2025 Summaries
2 posts from Inngest
Filter
Month:
Year:
Post Summaries
Back to Blog
OpenTelemetry is an open-source framework that standardizes the collection and export of telemetry data such as traces, metrics, and logs, providing essential end-to-end visibility for Node.js applications in production. This tutorial guides users through implementing OpenTelemetry tracing in Node.js and Express applications to track the lifecycle of requests across APIs and background workflows. Key components include traces, which represent requests' lifecycles, and spans, which indicate single operations within traces. The tutorial emphasizes setting up OpenTelemetry in a Node.js environment with necessary packages and configuring a tracing setup that utilizes the OLTP exporter to visualize traces in Jaeger. It also includes integrating Inngest for managing background workflows, allowing developers to capture workflow steps as traces. The guide provides steps to create an Express API with tracing capabilities, visualize spans using Jaeger, and implement custom spans using the OpenTelemetry Node.js client. By following these steps, developers can enhance observability, debug efficiently, and optimize system performance, especially when dealing with complex workflows.
Dec 12, 2025
2,106 words in the original blog post.
Inngest has enhanced its Insights tool by introducing a schema explorer and the ability to share queries, addressing user feedback for easier schema access and improved collaboration. The schema explorer minimizes the need for context-switching by displaying both common and event-specific schema fields within the Insights page, complete with search and pagination features. This improvement eliminates the hassle of navigating between tabs to find field names. Additionally, the shared queries feature allows users to share their queries across the organization, providing visibility and attribution, and facilitating easier access to common debugging queries and onboarding for new engineers. These updates aim to make Insights a more powerful tool for debugging and observability, and are now available in the Inngest dashboard, with the company inviting further feedback via Discord.
Dec 04, 2025
244 words in the original blog post.