Skip to content

Releases: honeycombio/beeline-go

Adding Content-Encoding fields

19 Feb 22:00
c8c291d
Compare
Choose a tag to compare

Added support for content encoding fields to hnynethttp. Now users of the Go beeline will know which requests are gzipped!

Also updated hnypop.DB with context methods, which fixes the pop example.

Add getters for trace / span IDs

31 Dec 20:27
7e1a437
Compare
Choose a tag to compare

Add getter methods to Trace and Span structs.

  • func (t *Span) GetTrace() *Trace
  • func (t *Span) GetSpanID() string
  • func (t *Span) GetParentID() string
  • func (t *Trace) GetTraceID() string
  • func (t *Trace) GetParentID() string

Add http response fields

20 Dec 20:22
Compare
Choose a tag to compare

Added the HTTP Content-Length and Content-Type values to auto-instrumentation for HTTP spans.

Add more database statistics

07 Nov 21:26
82efdfb
Compare
Choose a tag to compare

Add additional go database stats to hnysql and hnysqlx wrapppers. In go 1.11 and later, we additionally report db.conns_in_use, db.conns_idle, db.wait_count, and db.wait_duration. See https://golang.org/pkg/database/sql/#DB.Stats

Bugfix release

31 Oct 17:03
492dff9
Compare
Choose a tag to compare

A few small fixes

  • added missing Close function to the Stmt type
  • renamed echo example binary for using the echo web framework so it doesn't collide with the builtin shell echo command
  • updated transaction's QueryxContext to use a span instead of an event

Bugfix release

17 Sep 20:57
Compare
Choose a tag to compare
  • Fixed db.error not being added by hnysql and hnysqlx wrappers.
  • Reduction in heap allocations when creating a span.

Bugfix release

17 Apr 20:51
Compare
Choose a tag to compare

Fixes bug during initialization where the batch timeout was not correctly set.

Bugfix release

09 Apr 16:29
Compare
Choose a tag to compare

See changelog for full details.

Adding Echo middleware, bugfixes

08 Apr 23:56
Compare
Choose a tag to compare

See the changelog for a full list of changes since the last release.

v0.3.2

28 Nov 21:59
Compare
Choose a tag to compare
bump to 0.3.2