diff options
| author | Bogdan Drutu <bdrutu@google.com> | 2018-08-09 10:09:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-09 10:09:28 -0700 |
| commit | 52f38e48e2ac6cb65e28dcd97b4f7e9650357bba (patch) | |
| tree | b5dc40e7e3805ece5011f1d253622e69bccc15f6 /CHANGELOG.md | |
| parent | 18aa2793facbb3d7e252ac32e6bb4d09f08a37ac (diff) | |
| download | platform_external_opencensus-java-52f38e48e2ac6cb65e28dcd97b4f7e9650357bba.tar.gz platform_external_opencensus-java-52f38e48e2ac6cb65e28dcd97b4f7e9650357bba.tar.bz2 platform_external_opencensus-java-52f38e48e2ac6cb65e28dcd97b4f7e9650357bba.zip | |
Add Tracestate into SpanContext. (#1359)
* Add Tracestate into SpanContext.
* Remove empty constructor from Tracestate.Builder
* Add info in the changelog.
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 001ed4ba..1983a115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,9 @@ on recording exemplars. - Reduce the default limit on `Link`s per `Span` to 32 (was 128 before). - Add Spring support for `@Traced` annotation and java.sql.PreparedStatements - tracing + tracing. - Allow custom prefix for Stackdriver metrics in `StackdriverStatsConfiguration`. +- Add support to handle the Tracestate in the SpanContext. ## 0.15.0 - 2018-06-20 - Expose the factory methods of MonitoredResource. |
