honeycombio/honeycomb-opentracing-go

Name: honeycomb-opentracing-go

Owner: Honeycomb

Description: Go helpers for using OpenTracing with Honeycomb

Created: 2017-10-20 01:59:00.0

Updated: 2018-03-29 00:42:09.0

Pushed: 2018-03-29 00:42:08.0

Homepage: https://honeycomb.io

Size: 13

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build Status

This repository contains helpers to send OpenTracing data to Honeycomb from Go services.

For Lightstep Users

If you're using the Lightstep tracer, you can use the helpers in the lightstep_shim package to send its trace data to Honeycomb as well.

Basic usage looks like this:

ons := lightstep.Options{
 ...


ons.Recorder := lightstep_shim.NewSpanRecorder(
lightstep_shim.Options{
    WriteKey: "YOUR_HONEYCOMB_WRITE_KEY",
    Dataset: "YOUR_DATASET",
},


er := lightstep.NewTracer(options)
tracing.InitGlobalTracer(tracer)

For full configuration options and more examples, please see the Godoc.

Other Tracers

Integration with additional client libraries is coming soon! For any questions or requests, please don't hesitate to get in touch by filing an issue or emailing support@honeycombio.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.