Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 405 Bytes

File metadata and controls

21 lines (14 loc) · 405 Bytes

Jaeger OpenTelemetry .NET

Two simple ASP .NET Core microservices to demonstrate OpenTelemetry .NET.

Getting Started

The 2 services listen on the following ports:

  • Service A: 5000 (5001 HTTPS)
  • Service B: 6000 (6001 HTTPS)

Both services and an OpenTelemetry (OTEL) Collector, run inside Docker containers.

Run with one of the following commands:

> start.bat
$ start.sh