Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 635 Bytes

File metadata and controls

25 lines (13 loc) · 635 Bytes

OpenTelemetry Example netcore 5

Simple Weather Forecast API example using OpenTelemetry ASP.netcore basic instrumentation with jaeger exporter

Installing & Running

Clone this repo

git clone https://github.com/ppmaluch/opentelemetry-api-jaeger-example.git

Then run the docker images using the docker-compose file

docker-compose up -d

Seeing Results

Open your browser and go to weatherforecast API to see a response from the API

Then open the Jaeger UI

Look for the Weather Service

Jaeger UI

and hit Find Traces