Skip to content

Commit 3c61870

Browse files
authored
processor/otel: update to go.opentelemetry.io (#4602)
* processor/otel: update to go.opentelemetry.io Use the go.opentelemetry.io/collector module, updating processor/otel to use the new API. The boolean "error" attribute is no longer added to labels, as the translation from Jaeger to the internal data model drops the attribute and sets the span status. There's no longer any "SourceFormat" passed in, so we now rely on the exporter name to determine whether we're dealing with Jaeger data. * beater/jaeger: update to go.opentelemetry.io
1 parent 0cf2db4 commit 3c61870

17 files changed

Lines changed: 1108 additions & 748 deletions

NOTICE.txt

Lines changed: 39 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ Contents of "LICENSE":
108108

109109
--------------------------------------------------------------------
110110
Dependency: github.com/apache/thrift
111-
Revision: b2a4d4ae21c7
111+
Version: v0.13.0
112112
License type (autodetected): Apache-2.0
113113
Contents of "NOTICE":
114114

115115
Apache Thrift
116-
Copyright 2006-2010 The Apache Software Foundation.
116+
Copyright (C) 2006 - 2019, The Apache Software Foundation
117117

118118
This product includes software developed at
119119
The Apache Software Foundation (http://www.apache.org/).
@@ -147,7 +147,7 @@ Contents of "LICENSE":
147147

148148
--------------------------------------------------------------------
149149
Dependency: github.com/aws/aws-sdk-go-v2
150-
Version: v0.9.0
150+
Version: v0.18.0
151151
License type (autodetected): Apache-2.0
152152
Contents of "NOTICE.txt":
153153

@@ -157,7 +157,7 @@ Contents of "NOTICE.txt":
157157

158158
--------------------------------------------------------------------
159159
Dependency: github.com/census-instrumentation/opencensus-proto
160-
Version: v0.2.1
160+
Version: v0.3.0
161161
License type (autodetected): Apache-2.0
162162

163163
--------------------------------------------------------------------
@@ -292,7 +292,7 @@ Contents of "NOTICE":
292292

293293
--------------------------------------------------------------------
294294
Dependency: github.com/containerd/containerd
295-
Version: v1.3.3
295+
Version: v1.3.4
296296
License type (autodetected): Apache-2.0
297297
Contents of "NOTICE":
298298

@@ -315,7 +315,7 @@ Contents of "NOTICE":
315315

316316
--------------------------------------------------------------------
317317
Dependency: github.com/DataDog/zstd
318-
Version: v1.4.1
318+
Version: v1.4.4
319319
License type (autodetected): BSD-3-Clause
320320
Contents of "LICENSE":
321321

@@ -383,12 +383,10 @@ License type (autodetected): Apache-2.0
383383

384384
--------------------------------------------------------------------
385385
Dependency: github.com/dgryski/go-farm
386-
Revision: 6a90982ecee2
386+
Revision: a6ae2369ad13
387387
License type (autodetected): MIT
388388
Contents of "LICENSE":
389389

390-
As this is a highly derivative work, I have placed it under the same license as the original implementation:
391-
392390
Copyright (c) 2014-2017 Damian Gryski
393391
Copyright (c) 2016-2017 Nicola Asuni - Tecnick.com
394392

@@ -554,7 +552,7 @@ Contents of "LICENSE":
554552

555553
--------------------------------------------------------------------
556554
Dependency: github.com/eapache/go-resiliency
557-
Version: v1.1.0
555+
Version: v1.2.0
558556
License type (autodetected): MIT
559557
Contents of "LICENSE":
560558

@@ -1194,7 +1192,7 @@ Contents of "LICENSE":
11941192

11951193
--------------------------------------------------------------------
11961194
Dependency: github.com/golang/protobuf
1197-
Version: v1.4.2
1195+
Version: v1.4.3
11981196
License type (autodetected): BSD-3-Clause
11991197
Contents of "LICENSE":
12001198

@@ -1228,7 +1226,7 @@ Contents of "LICENSE":
12281226

12291227
--------------------------------------------------------------------
12301228
Dependency: github.com/golang/snappy
1231-
Version: v0.0.1
1229+
Version: v0.0.2
12321230
License type (autodetected): BSD-3-Clause
12331231
Contents of "LICENSE":
12341232

@@ -1262,7 +1260,7 @@ Contents of "LICENSE":
12621260

12631261
--------------------------------------------------------------------
12641262
Dependency: github.com/google/go-cmp
1265-
Version: v0.5.2
1263+
Version: v0.5.4
12661264
License type (autodetected): BSD-3-Clause
12671265
Contents of "LICENSE":
12681266

@@ -1301,7 +1299,7 @@ License type (autodetected): Apache-2.0
13011299

13021300
--------------------------------------------------------------------
13031301
Dependency: github.com/google/pprof
1304-
Revision: 1a94d8640e99
1302+
Revision: 1066cbb265c7
13051303
License type (autodetected): Apache-2.0
13061304

13071305
--------------------------------------------------------------------
@@ -1311,7 +1309,7 @@ License type (autodetected): Apache-2.0
13111309

13121310
--------------------------------------------------------------------
13131311
Dependency: github.com/gorilla/websocket
1314-
Version: v1.4.1
1312+
Version: v1.4.2
13151313
License type (autodetected): BSD-2-Clause
13161314
Contents of "LICENSE":
13171315

@@ -1340,7 +1338,7 @@ Contents of "LICENSE":
13401338

13411339
--------------------------------------------------------------------
13421340
Dependency: github.com/grpc-ecosystem/grpc-gateway
1343-
Version: v1.13.0
1341+
Version: v1.16.0
13441342
License type (autodetected): BSD-3-Clause
13451343
Contents of "LICENSE.txt":
13461344

@@ -2495,7 +2493,7 @@ Contents of "LICENSE":
24952493

24962494
--------------------------------------------------------------------
24972495
Dependency: github.com/hashicorp/golang-lru
2498-
Version: v0.5.3
2496+
Version: v0.5.4
24992497
License type (autodetected): MPL-2.0
25002498
Contents of "LICENSE":
25012499

@@ -2904,7 +2902,7 @@ License type (autodetected): Apache-2.0
29042902

29052903
--------------------------------------------------------------------
29062904
Dependency: github.com/jaegertracing/jaeger
2907-
Version: v1.16.0
2905+
Version: v1.21.0
29082906
License type (autodetected): Apache-2.0
29092907
Contents of "NOTICE":
29102908

@@ -2952,7 +2950,7 @@ Contents of "LICENSE":
29522950

29532951
--------------------------------------------------------------------
29542952
Dependency: github.com/jmespath/go-jmespath
2955-
Revision: c2b33e8439af
2953+
Version: v0.4.0
29562954
License type (autodetected): Apache-2.0
29572955

29582956
--------------------------------------------------------------------
@@ -3018,8 +3016,7 @@ Contents of "LICENSE":
30183016

30193017
--------------------------------------------------------------------
30203018
Dependency: github.com/klauspost/compress
3021-
Version: v1.9.3
3022-
Revision: c099ac9f21dd
3019+
Version: v1.9.5
30233020
License type (autodetected): BSD-3-Clause
30243021
Contents of "LICENSE":
30253022

@@ -3054,7 +3051,7 @@ Contents of "LICENSE":
30543051

30553052
--------------------------------------------------------------------
30563053
Dependency: github.com/konsorten/go-windows-terminal-sequences
3057-
Version: v1.0.2
3054+
Version: v1.0.3
30583055
License type (autodetected): MIT
30593056
Contents of "LICENSE":
30603057

@@ -3184,14 +3181,10 @@ Contents of "LICENSE":
31843181

31853182
--------------------------------------------------------------------
31863183
Dependency: github.com/miekg/dns
3187-
Version: v1.1.15
3184+
Version: v1.1.31
31883185
License type (autodetected): BSD-3-Clause
31893186
Contents of "LICENSE":
31903187

3191-
Extensions of the original work are copyright (c) 2011 Miek Gieben
3192-
3193-
As this is fork of the official Go code the same license applies:
3194-
31953188
Copyright (c) 2009 The Go Authors. All rights reserved.
31963189

31973190
Redistribution and use in source and binary forms, with or without
@@ -3220,6 +3213,9 @@ Contents of "LICENSE":
32203213
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
32213214
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32223215

3216+
As this is fork of the official Go code the same license applies.
3217+
Extensions of the original work are copyright (c) 2011 Miek Gieben
3218+
32233219
--------------------------------------------------------------------
32243220
Dependency: github.com/mitchellh/hashstructure
32253221
Version: v1.1.0
@@ -3258,16 +3254,9 @@ Dependency: github.com/modern-go/reflect2
32583254
Version: v1.0.1
32593255
License type (autodetected): Apache-2.0
32603256

3261-
--------------------------------------------------------------------
3262-
Dependency: github.com/open-telemetry/opentelemetry-collector
3263-
Version: v0.2.1
3264-
Revision: c300f1341702
3265-
License type (autodetected): Apache-2.0
3266-
32673257
--------------------------------------------------------------------
32683258
Dependency: github.com/opencontainers/go-digest
32693259
Version: v1.0.0
3270-
Revision: ac19fd6e7483
32713260
License type (autodetected): Apache-2.0
32723261

32733262
--------------------------------------------------------------------
@@ -3278,8 +3267,7 @@ License type (autodetected): Apache-2.0
32783267

32793268
--------------------------------------------------------------------
32803269
Dependency: github.com/opentracing/opentracing-go
3281-
Version: v1.1.1
3282-
Revision: a7454ce5950e
3270+
Version: v1.2.0
32833271
License type (autodetected): Apache-2.0
32843272

32853273
--------------------------------------------------------------------
@@ -3310,7 +3298,7 @@ Contents of "LICENSE":
33103298

33113299
--------------------------------------------------------------------
33123300
Dependency: github.com/pierrec/lz4
3313-
Version: v2.2.6
3301+
Version: v2.4.1
33143302
License type (autodetected): BSD-3-Clause
33153303
Contents of "LICENSE":
33163304

@@ -3480,7 +3468,7 @@ Contents of "LICENSE":
34803468

34813469
--------------------------------------------------------------------
34823470
Dependency: github.com/sirupsen/logrus
3483-
Version: v1.4.2
3471+
Version: v1.6.0
34843472
License type (autodetected): MIT
34853473
Contents of "LICENSE":
34863474

@@ -3508,7 +3496,7 @@ Contents of "LICENSE":
35083496

35093497
--------------------------------------------------------------------
35103498
Dependency: github.com/spf13/cobra
3511-
Version: v0.0.5
3499+
Version: v1.1.1
35123500
License type (autodetected): Apache-2.0
35133501

35143502
--------------------------------------------------------------------
@@ -3546,32 +3534,6 @@ Contents of "LICENSE":
35463534
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35473535
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35483536

3549-
--------------------------------------------------------------------
3550-
Dependency: github.com/uber/tchannel-go
3551-
Version: v1.16.0
3552-
License type (autodetected): MIT
3553-
Contents of "LICENSE.md":
3554-
3555-
Copyright (c) 2015 Uber Technologies, Inc.
3556-
3557-
Permission is hereby granted, free of charge, to any person obtaining a copy
3558-
of this software and associated documentation files (the "Software"), to deal
3559-
in the Software without restriction, including without limitation the rights
3560-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3561-
copies of the Software, and to permit persons to whom the Software is
3562-
furnished to do so, subject to the following conditions:
3563-
3564-
The above copyright notice and this permission notice shall be included in
3565-
all copies or substantial portions of the Software.
3566-
3567-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3568-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3569-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3570-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3571-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3572-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
3573-
THE SOFTWARE.
3574-
35753537
--------------------------------------------------------------------
35763538
Dependency: github.com/ugorji/go/codec
35773539
Version: v1.1.8
@@ -3845,6 +3807,11 @@ Dependency: go.elastic.co/fastjson
38453807
Version: v1.1.0
38463808
License type (autodetected): Apache-2.0
38473809

3810+
--------------------------------------------------------------------
3811+
Dependency: go.opentelemetry.io/collector
3812+
Version: v0.17.0
3813+
License type (autodetected): Apache-2.0
3814+
38483815
--------------------------------------------------------------------
38493816
Dependency: go.uber.org/atomic
38503817
Version: v1.7.0
@@ -3993,7 +3960,7 @@ Contents of "LICENSE":
39933960

39943961
--------------------------------------------------------------------
39953962
Dependency: golang.org/x/oauth2
3996-
Revision: bf48bf16ab8d
3963+
Revision: 5d25da1a8d43
39973964
License type (autodetected): BSD-3-Clause
39983965
Contents of "LICENSE":
39993966

@@ -4027,7 +3994,7 @@ Contents of "LICENSE":
40273994

40283995
--------------------------------------------------------------------
40293996
Dependency: golang.org/x/sync
4030-
Revision: 6e8e738ad208
3997+
Revision: 30421366ff76
40313998
License type (autodetected): BSD-3-Clause
40323999
Contents of "LICENSE":
40334000

@@ -4163,7 +4130,7 @@ Contents of "LICENSE":
41634130

41644131
--------------------------------------------------------------------
41654132
Dependency: golang.org/x/time
4166-
Revision: 555d28b269f0
4133+
Revision: 3af7569d3a1e
41674134
License type (autodetected): BSD-3-Clause
41684135
Contents of "LICENSE":
41694136

@@ -4197,17 +4164,17 @@ Contents of "LICENSE":
41974164

41984165
--------------------------------------------------------------------
41994166
Dependency: google.golang.org/genproto
4200-
Revision: cb27e3aa2013
4167+
Revision: 0bd0a958aa1d
42014168
License type (autodetected): Apache-2.0
42024169

42034170
--------------------------------------------------------------------
42044171
Dependency: google.golang.org/grpc
4205-
Version: v1.29.1
4172+
Version: v1.34.0
42064173
License type (autodetected): Apache-2.0
42074174

42084175
--------------------------------------------------------------------
42094176
Dependency: google.golang.org/protobuf
4210-
Version: v1.24.0
4177+
Version: v1.25.0
42114178
License type (autodetected): BSD-3-Clause
42124179
Contents of "LICENSE":
42134180

@@ -4442,7 +4409,7 @@ License type (autodetected): Apache-2.0
44424409

44434410
--------------------------------------------------------------------
44444411
Dependency: k8s.io/klog/v2
4445-
Version: v2.2.0
4412+
Version: v2.3.0
44464413
License type (autodetected): Apache-2.0
44474414

44484415
--------------------------------------------------------------------

0 commit comments

Comments
 (0)