Skip to content

Play this game at an event where Honeycomb has a booth

License

Notifications You must be signed in to change notification settings

honeycombio/observaquiz-ui

Repository files navigation

frontend for now

reference

Otel API docs

Running Locally

export HONEYCOMB_API_KEY=<your-key>
./run

This will run a collector on port 4318 that will forward everything to honeycomb and a webserver that serves the app plus a fake backend, and forwards /v1/traces and /v1/logs to the collector.

this will make builds happen whenever you make changes:

npm run serve

To continue work:

  • make changes
  • npm run build (if you don't have 'npm run serve' running)
  • in the browser, cmd-shift-R for "no really, refresh all the things"

To stop:

  • ^C to stop the fake
  • ./stop to shut down the collector

Deploying

Do this once: Login to pulumi via the CLI, and pick the stack

cd infra
pulumi login
pulumi stack select honeycomb-devrel/prod

Now, from the project root

./deploy

About

Play this game at an event where Honeycomb has a booth

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages