https://ui.honeycomb.io/signup
This is required only if you plan to run locally. If you plan to use GitHub Codespaces, follow the instructions in the Codespaces section.
Version 11 or greater JDK is required.
https://docs.oracle.com/en/java/javase/17/install/overview-jdk-installation.html
Version 1.16 or greater is required.
Download and installation instructions can be found here: https://golang.org/dl/
(Skip this step if you are not running locally)
# bash/zsh
export HONEYCOMB_API_KEY=<your-api-key>
# fish
set -gx HONEYCOMB_API_KEY <your-api-key>You can run this repository using GitHub Codespaces.
- Open the repository on GitHub.
- Click the Code button and select Open with Codespaces.
- If you don't have a Codespace already, create a new one.
- Once your Codespace is ready, you'll have an environment pre-configured to run the examples.
- Update the
HONEYCOMB_API_KEYenvironment variable in the.envfile with your Honeycomb API key you generated above.
Navigate to the folders starting with 00* and run the bnd.sh script.
cd 001-basic
./bnd.sh
# To stop the services press Ctrl+C