3 - Build the OTel Demo Source
If you run into any issues or have feedback on either the workshop or Pipeline, please reach out to us at support@mezmo.com.
This workshop uses an OpenTelemetry Demo with expanded logs that you will connect to the shared sources you created in the previous step. In this step you will clone the repo, modify the config, and then build the OTel demo.
- Run
git clone https://github.com/braxtonj/opentelemetry-demo
into a local folder. - In the local folder, modify the
mezmo-otel-config-extras.yml
file with the endpoints and access keys of the shared sources you created in the previous step. - To build the OTel demo source, run
sh run.sh
. This will build the demo and deploy it tolocalhost:8080
.
It can take up to 15 minutes for the demo to build and deploy, so you may want to to take a break before proceeding with the rest of the tutorial.
##
Was this page helpful?