aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsebright <sebright@google.com>2018-09-14 11:34:05 -0700
committerGitHub <noreply@github.com>2018-09-14 11:34:05 -0700
commit93ee8f4e2f716c2d5f3735633e1888546400cfc6 (patch)
treef781dead17dad60c8d4a94abe81f4376b08e56a5
parent97a1875a5829de584ecd0d723f0c0bbea3f97319 (diff)
downloadopencensus-java-93ee8f4e2f716c2d5f3735633e1888546400cfc6.tar.gz
Add opencensus-contrib-log-correlation-log4j2 to the list of released artifacts. (#1415)
This commit also updates the changelog.
-rw-r--r--CHANGELOG.md2
-rw-r--r--build.gradle5
2 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2b0e0b0..f633975d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,8 @@
- 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.
+- Add an experimental artifact, `opencensus-contrib-log-correlation-log4j2`, for
+ adding tracing data to Log4j 2 LogEvents.
## 0.15.1 - 2018-08-28
- Improve propagation performance by avoiding doing string formatting when calling checkArgument.
diff --git a/build.gradle b/build.gradle
index e0d99383..7b237aba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -418,10 +418,7 @@ subprojects {
'opencensus-contrib-grpc-metrics',
'opencensus-contrib-grpc-util',
'opencensus-contrib-http-util',
-
- // TODO(sebright): Uncomment opencensus-contrib-log-correlation-log4j when it is complete.
- // 'opencensus-contrib-log-correlation-log4j',
-
+ 'opencensus-contrib-log-correlation-log4j2',
'opencensus-contrib-log-correlation-stackdriver',
'opencensus-contrib-monitored-resource-util',
'opencensus-contrib-spring',