Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 450 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 450 Bytes

Example Apps

Pass your Honeycomb API key, found on your Honeycomb Team Settings page and your dataset name as flags when running this example.

To run the client/server example:

In example/server run go install && server -apikey=<your-api-key> -dataset=opentelemetry

In example/client run go install && client -apikey=<your-api-key> -dataset=opentelemetry

Sign up for free if you haven’t already!