diff options
| author | Steven Niemitz <steveniemitz@gmail.com> | 2018-09-06 16:24:53 -0400 |
|---|---|---|
| committer | Yang Song <songy23@users.noreply.github.com> | 2018-09-06 13:24:53 -0700 |
| commit | 18a2bbd4273d6fdad22b2f8f941c9ed336e5303e (patch) | |
| tree | d174eb8f69c6e16c302fb2f0b5cbd1cacafa03c4 /CHANGELOG.md | |
| parent | 831fd8d932738883be3a0bbabb424837a95ed410 (diff) | |
| download | platform_external_opencensus-java-18a2bbd4273d6fdad22b2f8f941c9ed336e5303e.tar.gz platform_external_opencensus-java-18a2bbd4273d6fdad22b2f8f941c9ed336e5303e.tar.bz2 platform_external_opencensus-java-18a2bbd4273d6fdad22b2f8f941c9ed336e5303e.zip | |
Added ability to specify a custom gRPC stub for the stackdriver exporter (#1410)
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4115d38f..d2b0e0b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ - Add support to handle the Tracestate in the SpanContext. - Remove global synchronization from the get current stats state. - Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. +- Add an API to `StackdriverTraceConfiguration` to allow setting a + `TraceServiceStub` instance to be used for export RPC calls. ## 0.15.1 - 2018-08-28 - Improve propagation performance by avoiding doing string formatting when calling checkArgument. |
