Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.26 KB

OpenTelemetry Example Application

This set of projects is an example application that use open telemetry collector to distribute trace, metrics and log to popular monitoring software.

The application demonstrates a number of OpenTelemetry concepts:

  • OpenTelemetry APIs for distributed context propagation.
  • Basic conventions of how messaging systems are handled in OpenTelemetry.

Running the example

To run the example using docker-compose, run the following from this directory:

docker-compose up --build

With everything running:

References