This is the foundation example for Getting Started with OpenTelemetry.
Below, you will see instructions on how to run this application, either with or without instrumentation.
The run.sh
script accepts one argument to determine which example to run:
uninstrumented
instrumented
The uninstrumented example is a very simple dice application, without OpenTelemetry instrumentation.
To run the uninstrumented example, execute:
./run.sh uninstrumented
The instrumented example is exactly the same application, which includes OpenTelemetry instrumentation.
To run the instrumented example, execute:
./run.sh instrumented