Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 93ee8f4

Browse files
authored
Add opencensus-contrib-log-correlation-log4j2 to the list of released artifacts. (#1415)
This commit also updates the changelog.
1 parent 97a1875 commit 93ee8f4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}.
1515
- Add an API to `StackdriverTraceConfiguration` to allow setting a
1616
`TraceServiceStub` instance to be used for export RPC calls.
17+
- Add an experimental artifact, `opencensus-contrib-log-correlation-log4j2`, for
18+
adding tracing data to Log4j 2 LogEvents.
1719

1820
## 0.15.1 - 2018-08-28
1921
- Improve propagation performance by avoiding doing string formatting when calling checkArgument.

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,7 @@ subprojects {
418418
'opencensus-contrib-grpc-metrics',
419419
'opencensus-contrib-grpc-util',
420420
'opencensus-contrib-http-util',
421-
422-
// TODO(sebright): Uncomment opencensus-contrib-log-correlation-log4j when it is complete.
423-
// 'opencensus-contrib-log-correlation-log4j',
424-
421+
'opencensus-contrib-log-correlation-log4j2',
425422
'opencensus-contrib-log-correlation-stackdriver',
426423
'opencensus-contrib-monitored-resource-util',
427424
'opencensus-contrib-spring',

0 commit comments

Comments
 (0)