Releases: signalfx/ingest-protocols
Releases · signalfx/ingest-protocols
New gRPC package and bug fixes
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
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
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
upgrading golib to v3.3.34 and go to v1.17
moving from go version 1.13 to 1.17 and golib to v3.3.34
v0.0.16
updating time field for log format
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
adding log data model based of OTEL format & protobuf 3 protocol
v0.0.3
- add jaeger thrift to sapm functions
- add linting to repo
v0.0.2
Merge pull request #3 from signalfx/exporterr export the InvalidJSON error from the signalfx protocol package