command
module
Version:
v0.0.0-...-578eb1f
Opens a new window with list of versions in this module.
Published: Dec 28, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Honeycomb OpenTelemetry OTLP example
This is a simple golang web app that uses OpenTelemetry to generate trace data and send to Honeycomb using the OTLP exporter.
Run the web app and pass in your API key and dataset as environment variables:
HONEYCOMB_API_KEY=<your-api-key> HONEYCOMB_DATASET=<your-dataset> go run main.go
Next, open http://localhost:8080
to generate some trace data that will be visble in the Honeycomb UI.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.