Skip to content

sgsharma/go-otel-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-otel-example

Quickstart

$ export HONEYCOMB_API_KEY=<YOUR-API-KEY>
$ export OTEL_METRICS_EXPORTER="none"
$ export OTEL_EXPORTER_OTLP_ENDPOINT="https://api.honeycomb.io:443"
$ export OTEL_EXPORTER_OTLP_HEADERS="x-honeycomb-team=${HONEYCOMB_API_KEY}"
$ go run main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages