Skip to content

Instantly share code, notes, and snippets.

@carlosalberto
Created July 30, 2020 16:53
Show Gist options
  • Save carlosalberto/26a9639fba1db5389f2e0b497cefcded to your computer and use it in GitHub Desktop.
Save carlosalberto/26a9639fba1db5389f2e0b497cefcded to your computer and use it in GitHub Desktop.
# Get the ls-examples repo
git clone https://github.com/lightstep/ls-examples
cd ls-examples
# Use the launcher-java branch
git checkout otel-launcher-java
# Jump to the specific example
cd java/launcher
# Build the app & get the (alpha) agent
# (you don't need to manually install Maven)
make
# Configure run-server.sh/run-client.sh and run them
# in different terminals to see output, etc.
./run-server.sh
./run-client.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment