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

Commit 490dfe8

Browse files
author
Bogdan Drutu
authored
Update zipkin-reporter to the latest version 2.3.2. (#1000)
1 parent 6c2b675 commit 490dfe8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ subprojects {
140140
googleAuthVersion = '0.9.0'
141141
googleCloudVersion = '0.34.0-beta'
142142
signalfxVersion = '0.0.39'
143-
zipkinReporterVersion = '2.0.0'
144143
prometheusVersion = '0.2.0'
144+
zipkinReporterVersion = '2.3.2'
145145

146146
libraries = [
147147
auto_value: "com.google.auto.value:auto-value:${autoValueVersion}",

exporters/trace/zipkin/src/main/java/io/opencensus/exporter/trace/zipkin/ZipkinExporterHandler.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ static Span generateSpan(SpanData spanData, Endpoint localEndpoint) {
114114
@SuppressWarnings("nullness")
115115
long endTimestamp = toEpochMicros(spanData.getEndTimestamp());
116116

117+
// TODO(bdrutu): Fix the Checker Framework warning.
118+
@SuppressWarnings("nullness")
117119
Span.Builder spanBuilder =
118120
Span.newBuilder()
119121
.traceId(encodeTraceId(context.getTraceId()))

0 commit comments

Comments
 (0)