.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
Installation docs & references
Updated about 1 month ago