aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-09-24 15:27:45 -0700
committerGitHub <noreply@github.com>2018-09-24 15:27:45 -0700
commita36f795d87e02b9f5e0a4e6c7b26de0059e88e78 (patch)
treedee3c62414368d5356223ccc614eaaa356eef59b /CHANGELOG.md
parent648d7728e6b573d700da87b25236104edebc8c75 (diff)
downloadopencensus-java-a36f795d87e02b9f5e0a4e6c7b26de0059e88e78.tar.gz
Exporter: Start adding OC-Agent Trace Exporter. (#1455)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e4d3af9..b3fa3020 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,14 @@
## Unreleased
- Add `AttributeValueDouble` to `AttributeValue`.
- Add `createWithSender` to `JaegerTraceExporter` to allow use of `HttpSender`
- with extra configurations
+ with extra configurations.
- Add an API `Functions.returnToString()`.
- Add `opencensus-contrib-opencensus-proto-util` that has helper utilities to convert between
Java data models and protos.
- Migrate to new Stackdriver Kubernetes monitored resource. This could be a breaking change
if you are using `gke_container` resources. For more info,
https://cloud.google.com/monitoring/kubernetes-engine/migration#incompatible
+- Add OpenCensus Java OC-Agent Trace Exporter.
## 0.16.1 - 2018-09-18
- Fix ClassCastException in Log4j log correlation