From 18a2bbd4273d6fdad22b2f8f941c9ed336e5303e Mon Sep 17 00:00:00 2001 From: Steven Niemitz Date: Thu, 6 Sep 2018 16:24:53 -0400 Subject: Added ability to specify a custom gRPC stub for the stackdriver exporter (#1410) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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. -- cgit v1.2.3