.NET instrumentation with Helios

Benefit from distributed tracing and observability over microservices in .NET. Helios leverages the standard OpenTelemetry instrumentation in .NET and enhances it.

๐Ÿ‘‰

OpenTelemetry .NET instrumentation

Get started by installing the OpenTelemetry dependencies:

dotnet add package OpenTelemetry.Exporter.OpenTelemetryProtocol

An example for a trace from the Helios OpenTelemetry Sandbox that includes instrumentation of a Go service and spans:

A trace from the Helios OpenTelemetry Sandbox that propagates through many microservices, including .NET

A trace from the Helios OpenTelemetry Sandbox that propagates through many microservices, including .NET

๐Ÿ“˜

Installation docs & references