Skip to content

isabella232/honeycomb-tcpagent

 
 

Repository files navigation

Build Status

NOTE The honeycomb-tcpagent has been deprecated. We recommend instrumenting database calls from within your application using one of our SDKs or integrations.

honeycomb-tcpagent captures database network traffic and forwards it to Honeycomb, enabling query-level visibility with low overhead. Currently, MongoDB is supported and MySQL is under development. Get in touch if you'd like support for something else!

See the documentation for instructions on using honeycomb-tcpagent to send data to Honeycomb.

Development instructions

sudo apt-get install -y libpcap0.8-dev
go get github.com/honeycombio/honeycomb-tcpagent
sudo setcap cap_net_raw=eip $GOPATH/bin/honeycomb-tcpagent

Then run honeycomb-tcpagent to start capturing traffic.

See docs/internal.md for some implementation notes.

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.9%
  • Shell 2.1%