OpenTelemetry announces support for profiling
CNCF announces support for profiling with OpenTelemetry, join us in Paris, March 19-22, at KubeCon + CloudNativeCon. Learn about CNCF, its members, technical oversight committee, governing board, end ...
Auto Instrumenting Python FastAPI and Monitoring with Azure Application Insights — Easily!
Coming from a C# background — I found monitoring my python FastAPI application with Azure Application Insights stupidly difficult. Mainly due to a lack of direct support in Azure or documentation for ...
Preview of Distributed Tracing V2 for Durable Functions
We released Distributed Tracing V2 for Durable Functions to help improve observability! Durable Functions enables you to write long-running, reliable, event-driven, and stateful logic on the Azure Fun...
Introducing ASP.NET Core metrics and Grafana dashboards in .NET 8
Metrics report diagnostics about your app. .NET 8 adds over a dozen useful metrics to ASP.NET Core, including HTTP request counts and duration, number of active HTTP requests, route matching results, ...
Making Azure the Best Place to Observe Your Apps with OpenTelemetry
Our goal is to make Azure the most observable cloud. To that end, we are refactoring Azure’s native observability platform to be based on OpenTelemetry, an industry standard for instrumenting applicat...
Build Integration and End-to-End Tests with OpenTelemetry and Trace-Based Testing
Tracetest allows you to build integration and end-to-end tests in minutes using OpenTelemetry and trace-based testing. With Tracetest, you can test against real data, assert against response and trace...
Announcing Azure Monitor OpenTelemetry Distro
Our goal is to make Azure the most observable cloud. To that end, we are refactoring Azure’s native observability platform to be based on OpenTelemetry, an industry standard for instrumenting applicat...
GitHub - martinjt/todo-odd
GitHub is the best place to build software together. With GitHub, you can host and review code, manage projects, and build software alongside millions of developers. GitHub offers a variety of feature...
Testing Kafka-based Asynchronous Workflows Using OpenTelemetry
Asynchronous architectures are common in cloud native applications due to their decoupling services and improving scalability and reliability. Testing these workflows, especially with Apache Kafka, po...