Skip to content

Releases: signalfx/ingest-protocols

New gRPC package and bug fixes

05 Jan 14:49
ccfdf7b
Compare
Choose a tag to compare

What's Changed

  • Don't accept nil value in the json datapoint struct by @swahba in #35
  • Add gRPC auth token helper by @keitwb in #34

Full Changelog: v0.1.5...v0.1.7

Add gRPC package and bug fixes

04 Jan 21:25
ccfdf7b
Compare
Choose a tag to compare

What's Changed

  • Don't accept nil value in the json datapoint struct by @swahba in #35
  • Add gRPC auth token helper by @keitwb in #34

Full Changelog: v0.1.5...v0.1.6

bug fixes

05 Oct 01:51
71ab4c1
Compare
Choose a tag to compare

What's Changed

  • upgrade golib to v3.3.38 and fix makefile by @jgheewala in #32
  • check if inputSpan is not nil before doing the conversion from http by @jgheewala in #33

Full Changelog: v0.1.4...v0.1.5

v0.1.3.1

05 Oct 01:35
Compare
Choose a tag to compare
check if inputSpan is not nil before doing the conversion from http (…

upgrading golib to v3.3.34 and go to v1.17

03 Sep 15:26
84ed9b8
Compare
Choose a tag to compare

moving from go version 1.13 to 1.17 and golib to v3.3.34

v0.0.16

19 Nov 21:00
cf0c2a0
Compare
Choose a tag to compare
Upgrade Jaeger to v1.21 and Thrift to 0.13.0 and remove gateway/etcd …

updating time field for log format

12 Jun 17:41
e09713e
Compare
Choose a tag to compare

With this minor release, time field in protocol/signalfx/format/log can support either String or Numeric Representation. Also fixing protobuf namespace conflicts by updating log/model to be log/sfx_log_model

log model based on OTEL

09 Jun 17:43
b2ea74f
Compare
Choose a tag to compare

adding log data model based of OTEL format & protobuf 3 protocol

v0.0.3

06 Feb 19:36
b9d9e1c
Compare
Choose a tag to compare
  • add jaeger thrift to sapm functions
  • add linting to repo

v0.0.2

31 Jan 17:35
4f25846
Compare
Choose a tag to compare
Merge pull request #3 from signalfx/exporterr

export the InvalidJSON error from the signalfx protocol package