Skip to content

carlosalberto/otel-launcher-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXPERIMENTAL Lightstep Distro for OpenTelemetry DotNet

This is the Lightstep package for configuring OpenTelemetry

Run

export LS_ACCESS_TOKEN=your-token
export OTEL_SERVICE_NAME=your-service

And in your main block, in order to have all activites traced:

        static void Main(string[] args)
        {
            using var config = OpenTelemetryConfiguration.CreateConfiguration();

See the example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages