Skip to content

Commit

Permalink
Add tracing to fanout client (#576)
Browse files Browse the repository at this point in the history
* add tracing to fanout client

* update versions to releases

* update release notes
  • Loading branch information
joe94 authored Apr 27, 2021
1 parent 5150386 commit 4e51e1c
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
- Use updated Argus client with OpenTelemetry integration. [#573](https://github.com/xmidt-org/webpa-common/pull/573) thanks to @utsavbatra5
- Add tracing to fanout client used by Scytale. [#576](https://github.com/xmidt-org/webpa-common/pull/576)

## [v1.11.5]
### Changed
Expand Down
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ require (
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/ugorji/go/codec v1.1.7
github.com/xmidt-org/argus v0.3.13-0.20210316210241-3e1828f83502
github.com/xmidt-org/argus v0.3.14
github.com/xmidt-org/bascule v0.9.0
github.com/xmidt-org/candlelight v0.0.4
github.com/xmidt-org/themis v0.4.4
github.com/xmidt-org/wrp-go/v3 v3.0.1
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.19.0
go.uber.org/fx v1.13.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
Loading

0 comments on commit 4e51e1c

Please sign in to comment.