This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments