Observability: Manual instrumentation of .NET applications using OpenTelemetry

Author: David Hope In the fast-paced world of software development, especially in the cloud-native world, DevOps and SRE teams are increasingly becoming critical partners in application stability and growth. DevOps engineers continuously optimize software delivery, while SRE teams act as stewards of application reliability, scalability, and top-level performance. challenge? These teams need a cutting-edge observability […]

Using opentelemetry in .net core6

1. Import package OpenTelemetry.Exporter.Console //Console output OpenTelemetry.Exporter.OpenTelemetryProtocol //Protocol output, can be connected to jaeger, ziplin, seq OpenTelemetry.Exporter.Prometheus.AspNetCore //Prometheus output OpenTelemetry.AutoInstrumentation.AspNetCoreBootstrapper // dotnetcore automatic injection library OpenTelemetry.Instrumentation.AspNetCore // Telemetry implementation of some functions of dotnetcore OpenTelemetry.Instrumentation.Http // Telemetry implementation related to http requests OpenTelemetry.Extensions.Hosting // Extensions System.Diagnostics.DiagnosticSource // If you want to use some models, you […]

Observability: Automatic detection using OpenTelemetry for Python applications

Author: Bahubali Shetti DevOps and SRE teams are changing the process of software development. While DevOps engineers focus on efficient software application and service delivery, SRE teams are key to ensuring reliability, scalability, and performance. These teams must rely on full-stack observability solutions that enable them to manage and monitor systems and ensure issues are […]

Observability: Automatic instrumentation of Java applications using OpenTelemetry

Author: David Hope In the fast-paced world of software development, especially in the cloud-native world, DevOps and SRE teams are increasingly becoming critical partners in application stability and growth. DevOps engineers continuously optimize software delivery, while SRE teams act as stewards of application reliability, scalability, and top-level performance. challenge? These teams need a cutting-edge observability […]

OpenTelemetry.NET API

OpenTelemetry.NET API Status and Releases Tracing Metrics Logging 1.0 Alpha Beta Installation dotnet add package OpenTelemetry.Api Description Application developers and library authors use the OpenTelemetry API to measure their applications. The API only focuses on the abstractions necessary for measuring applications/libraries. For special requirements, such as how to export telemetry to a specific telemetry backend, […]

Observability: Manual instrumentation of Go applications using OpenTelemetry

Author: Luca Wintergerst DevOps and SRE teams are changing the process of software development. DevOps engineers focus on efficient software application and service delivery, while SRE teams are key to ensuring reliability, scalability, and performance. These teams must rely on full-stack observability solutions that enable them to manage and monitor systems and ensure issues are […]

Observability: Get started with OpenTelemetry instrumentation with a sample application

Author: Luca Wintergerst Application Performance Management (APM) has moved beyond traditional monitoring to become an important tool for developers, providing deep insights into applications at the code level. With APM, teams can not only detect issues but also understand their root causes to optimize software performance and end-user experience. The modern environment presents a wide […]

Quickly and efficiently monitor Django’s link tracking with open-telemetry

Recently I have been studying front-end page data collection and encountered some pitfalls. Now I will share the access process. Register an observation cloud account Register an account first, register address The registration process is very simple, just follow the prompts and you’re done. Install collector Datakit Log in to the observation cloud page, select […]