Registry / observability / honeycombio-libhoney-go

honeycombio-libhoney-go

JSON →
library1.27.1gogounverified

A client library for sending events to Honeycomb.io.

go get github.com/honeycombio/libhoney-go
INSTALL
IMPORT
SIG · HONEYCOMBIO-LIBHON
H
honeycombio-libhoney-go
observabilitygov1.27.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libhoney
github.com/honeycombio/libhoney-go

Initializes libhoney and sends a single event to Honeycomb.

package main import ( "github.com/honeycombio/libhoney-go" ) func main() { libhoney.Init(libhoney.Config{ WriteKey: "YOUR_WRITE_KEY", Dataset: "my-dataset", }) defer libhoney.Close() libhoney.SendNow(map[string]interface{}{ "duration_ms": 150, "method": "GET", }) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.27.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
2
Resources
honeycombio-libhoney-go — go get honeycombio-libhoney-go · libregistry