- Add support for OTLP over HTTP/protobuf #279 | @MikeGoldsmith
- Bump github.com/sirupsen/logrus from 1.2.0 to 1.8.1 (#290)
- Bump google.golang.org/grpc from 1.37.1 to 1.39.0 (#288)
- Bump github.com/gomodule/redigo from 1.8.4 to 1.8.5 (#287)
- Bump github.com/spf13/viper from 1.7.0 to 1.8.1 (#274)
- Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 (#242)
- Bump github.com/golang/protobuf from 1.4.3 to 1.5.2 (#252)
- Bump github.com/grpc-ecosystem/grpc-gateway from 1.12.1 to 1.16.0 (#233)
- Add support to "does-not-contain" operator on RulesBasedSampler #267 | @tr-fteixeira
- Ensure span links and events generate events and get resource attrs #264 | @MikeGoldsmith
- OTLP span events are now supported, they were being dropped on the floor previously (#261) | @dstrelau
- Add
UseTLSInsecure
config option to skip TLS verification with Redis (#254) | @beanieboi - Add
AddHostMetadataToTrace
config option to add Refinery hostname information to spans (#250) | @jharley - Additional config validation: verify that sample rate trace field key is specified, if needed (#248) | @paulosman
- Remove redundant peer/api suffix from response error metrics (#247) | @vreynolds
api_response_errors_api
,api_response_errors_peer
,peer_response_errors_api
,peer_response_errors_peer
- replaced by
api_response_errors
,peer_response_errors
- Fix rules sampler to emit correct metric (#236) | @isnotajoke
- Previously
dynsampler_num_dropped
was emitted, nowrulessampler_num_dropped
will be emitted
- Previously
- Update README content (#239) | @jjziv
- Move from garyburd Redigo to supported redigo (#249) | @verajohne
- Bump google.golang.org/grpc from 1.32.0 to 1.37.1 (#253)
- Bump github.com/prometheus/client_golang from 0.9.3 to 0.9.4 (#240)
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (#232)
- Bump github.com/stretchr/testify from 1.5.1 to 1.7.0 (#231)
- Bump github.com/jessevdk/go-flags from 1.4.0 to 1.5.0 (#230)
- Bump github.com/hashicorp/golang-lru from 0.5.1 to 0.5.4 (#229)
- Refinery startup issues in v1.1.0
- Add support environment variables for API keys (#221)
- Removes whitelist terminology (#222)
- Log sampler config and validation errors (#228)
- Pass along upstream and peer metrics configs to libhoney (#227)
- Guard against nil pointer dereference when processing OTLP span.Status (#223)
- Fix YAML config parsing (#220)
- Add test for OTLP handler, including spans with no status (#225)
Initial GA release of Refinery