Operations | Monitoring | ITSM | DevOps | Cloud

Implementing OpenTelemetry OTLP in .Net

The.NET framework is a powerful platform for creating various applications, from web-based services to comprehensive enterprise solutions. Its extensive libraries, support for multiple programming languages, and powerful development tools enable the creation of high-performance, scalable applications that can be customized to suit various needs. This framework continuously evolves to meet the demands of modern software development with a complete ecosystem of add-ons created by an enthusiastic community.

Aspire Insights in Production with Sentry and OpenTelemetry

With the release of.NET 8, Microsoft released a new framework called.NET Aspire that’s shaking up the way distributed applications are crafted. Aspire makes it painless to configure and deploy distributed apps in.NET. You can check out the Aspire docs for a full rundown.

RIP Xamarin: Adding .NET MAUI to Real User Monitoring

We’re constantly seeing frameworks evolving and churning, and in May 2024 we’ll see the end of Xamarin after 12 years. The deprecation of Xamarin means we need to ensure that MAUI is equipped with the tools and functionalities that developers have come to rely on Xamarin for. At Raygun, that’s Real User Monitoring (RUM).

Decoding .NET8: Unveiling Cloud-Native Observability

The.NET programming language is taking cloud native deployment and observability seriously, and most notably with the recent announcement of.NET Aspire stack unveiled at the recent.NET Conf 2023. In the latest episode of OpenObservability Talks, we reviewed the journey to making.NET a “by default, out of the box observable platform,” as ASP.NET Core creator David Fowler put it.

.NET chiselled Ubuntu Containers | Canonical x Microsoft Interview

Dive deep into the collaboration between Canonical and Microsoft as we explore the latest innovation in the world of containers and.NET. In this interview, Richard Lander, Principal Program Manager for.NET at Microsoft, sits down with Cristovao Cordeiro, Engineering Manager for Containers at Canonical, to discuss the exciting developments post the launch of chiselled Ubuntu on Microsoft.NET with a focus on.NET 8, the latest release from Microsoft.

Sentry .NET SDK 4.0 improvements for .NET 8

As we celebrate the 10th anniversary of Sentry’s support for the.NET ecosystem with over 150 million downloads, we’re excited to announce Sentry.NET 4.0! Building on top of.NET 8.0, this major release includes many exciting new features, including support for Profiling, Metrics, AOT and trimming, native crash reporting, Spotlight, and better.NET MAUI support. Version 4 of the SDK is now available!

Deploy a containerized .NET Core app to Azure Kubernetes Service (AKS)

Microsoft Azure provides an all-encompassing service that allows you to host Docker containers on the Azure Container Registry (ACR), deploy to a production-ready Kubernetes cluster via the Azure Kubernetes Service (AKS), and more. Using CircleCI, you can automatically deploy updates to your application, providing a safer and more efficient CI/CD process for managing your software. This article shows you how to automate deployments for a.Net application to Azure Kubernetes.

The Grafana OpenTelemetry Distribution for .NET: Optimized for Application Observability

The OpenTelemetry project provides many different components and instrumentations that support different languages and telemetry signals. However, new users often find it hard to pick the right ones and configure them properly for their specific use cases. For this reason, OpenTelemetry defines the concept of a distribution, which is a tailored and customized version of OpenTelemetry components. Here at Grafana Labs, we are all-in on OpenTelemetry.

How to configure OpenTelemetry .NET Automatic Instrumentation with Grafana Cloud

For those who have limited experience with OpenTelemetry, it can be intimidating to instrument.NET applications. But the OpenTelemetry community created a welcome shortcut with the first stable release of.NET Automatic Instrumentation. It simplifies the process of collecting metrics, logs, and traces from your.NET applications, without applying any changes to the source code or adding any dependencies to the OSS project.