Skip to content

Commit 10790bb

Browse files
authored
Release v0.27.0 (#3427)
1 parent fa68c59 commit 10790bb

File tree

167 files changed

+332
-256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+332
-256
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
## Unreleased
44

5+
## v0.27.0
6+
7+
# 🎉 OpenTelemetry Collector Contrib v0.27.0 (Beta) 🎉
8+
9+
The OpenTelemetry Collector Contrib contains everything in the [opentelemetry-collector release](https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.27.0) (be sure to check the release notes here as well!). Check out the [Getting Started Guide](https://opentelemetry.io/docs/collector/getting-started/) for deployment and configuration information.
10+
11+
## 🚀 New components 🚀
12+
13+
- `tcplog` receiver to receive logs from tcp using the [opentelemetry-log-collection](https://github.com/open-telemetry/opentelemetry-log-collection) library
14+
- `influxdb` receiver to accept metrics data as [InfluxDB Line Protocol](https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/)
15+
16+
## 💡 Enhancements 💡
17+
18+
- `splunkhec` exporter:
19+
- Include the response in returned 400 errors (#3338)
20+
- Map summary metrics to Splunk HEC metrics (#3344)
21+
- Add HEC telemetry (#3260)
22+
- `newrelic` exporter: Include dropped attributes and events counts (#3187)
23+
- `datadog` exporter:
24+
- Add Fargate task ARN to container tags (#3326)
25+
- Improve mappings for span kind dd span type (#3368)
26+
- `signalfx` exporter: Add info log for host metadata properties update (#3343)
27+
- `awsprometheusremotewrite` exporter: Add SDK and system information to User-Agent header (#3317)
28+
- `metricstransform` processor: Add filtering capabilities matching metric label values for applying changes (#3201)
29+
- `groupbytrace` processor: Added workers for queue processing (#2902)
30+
- `resourcedetection` processor: Add docker detector (#2775)
31+
- `tailsampling` processor: Support regex on span attribute filtering (#3335_
32+
33+
## 🧰 Bug fixes 🧰
34+
35+
- `datadog` exporter:
36+
- Update Datadog attributes to tags mapping (#3292)
37+
- Consistent `hostname` and default metrics behavior (#3286)
38+
- `signalfx` exporter: Handle character limits on metric names and dimensions (#3328)
39+
- `newrelic` exporter: Fix timestamp value for cumulative metrics (#3406)
40+
541
## v0.26.0
642

743
# 🎉 OpenTelemetry Collector Contrib v0.26.0 (Beta) 🎉

exporter/alibabacloudlogserviceexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/gogo/protobuf v1.3.2
99
github.com/pelletier/go-toml v1.8.0 // indirect
1010
github.com/stretchr/testify v1.7.0
11-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
11+
go.opentelemetry.io/collector v0.27.0
1212
go.uber.org/zap v1.16.0
1313
gopkg.in/ini.v1 v1.57.0 // indirect
1414
)

exporter/alibabacloudlogserviceexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -914,8 +914,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
914914
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
915915
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
916916
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
917-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
918-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
917+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
918+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
919919
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
920920
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
921921
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/awsemfexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil v0.0.0-00010101000000-000000000000
1111
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/metrics v0.0.0-00010101000000-000000000000
1212
github.com/stretchr/testify v1.7.0
13-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
13+
go.opentelemetry.io/collector v0.27.0
1414
go.uber.org/zap v1.16.0
1515
google.golang.org/protobuf v1.26.0
1616
)

exporter/awsemfexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,8 +1036,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10361036
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10371037
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10381038
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1039-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1040-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1039+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1040+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10411041
go.opentelemetry.io/otel v0.20.0 h1:eaP0Fqu7SXHwvjiqDq83zImeehOHX8doTvU9AwXON8g=
10421042
go.opentelemetry.io/otel v0.20.0/go.mod h1:Y3ugLH2oa81t5QO+Lty+zXf8zC9L26ax4Nzoxm/dooo=
10431043
go.opentelemetry.io/otel/metric v0.20.0/go.mod h1:598I5tYlH1vzBjn+BTuhzTCSb/9debfNp6R3s7Pr1eU=

exporter/awskinesisexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/pelletier/go-toml v1.8.0 // indirect
1313
github.com/signalfx/opencensus-go-exporter-kinesis v0.6.3
1414
github.com/stretchr/testify v1.7.0
15-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
15+
go.opentelemetry.io/collector v0.27.0
1616
go.uber.org/zap v1.16.0
1717
gopkg.in/ini.v1 v1.57.0 // indirect
1818
)

exporter/awskinesisexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,8 +1086,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10861086
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10871087
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10881088
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1089-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1090-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1089+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1090+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10911091
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10921092
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10931093
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/awsprometheusremotewriteexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/onsi/gomega v1.10.2 // indirect
1414
github.com/pelletier/go-toml v1.8.0 // indirect
1515
github.com/stretchr/testify v1.7.0
16-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
16+
go.opentelemetry.io/collector v0.27.0
1717
go.uber.org/zap v1.16.0
1818
gopkg.in/ini.v1 v1.57.0 // indirect
1919
)

exporter/awsprometheusremotewriteexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,8 +1056,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10561056
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10571057
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10581058
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1059-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1060-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1059+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1060+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10611061
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10621062
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10631063
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/awsxrayexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/xray v0.0.0-00010101000000-000000000000
1616
github.com/pelletier/go-toml v1.8.0 // indirect
1717
github.com/stretchr/testify v1.7.0
18-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
18+
go.opentelemetry.io/collector v0.27.0
1919
go.uber.org/zap v1.16.0
2020
gopkg.in/ini.v1 v1.57.0 // indirect
2121
)

exporter/awsxrayexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,8 +1056,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10561056
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10571057
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10581058
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1059-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1060-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1059+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1060+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10611061
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10621062
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10631063
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/azuremonitorexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/pelletier/go-toml v1.8.0 // indirect
1616
github.com/stretchr/testify v1.7.0
1717
github.com/tedsuo/ifrit v0.0.0-20191009134036-9a97d0632f00 // indirect
18-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
18+
go.opentelemetry.io/collector v0.27.0
1919
go.uber.org/zap v1.16.0
2020
golang.org/x/net v0.0.0-20210427231257-85d9c07bbe3a
2121
gopkg.in/ini.v1 v1.57.0 // indirect

exporter/azuremonitorexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,8 +1066,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10661066
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10671067
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10681068
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1069-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1070-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1069+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1070+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10711071
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10721072
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10731073
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/carbonexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/onsi/gomega v1.10.2 // indirect
1414
github.com/pelletier/go-toml v1.8.0 // indirect
1515
github.com/stretchr/testify v1.7.0
16-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
16+
go.opentelemetry.io/collector v0.27.0
1717
go.uber.org/zap v1.16.0
1818
google.golang.org/protobuf v1.26.0
1919
gopkg.in/ini.v1 v1.57.0 // indirect

exporter/carbonexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,8 +1055,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10551055
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10561056
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10571057
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1058-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1059-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1058+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1059+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10601060
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10611061
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10621062
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/stretchr/testify v1.7.0
2121
github.com/tinylib/msgp v1.1.5 // indirect
2222
github.com/zorkian/go-datadog-api v2.29.0+incompatible // indirect
23-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
23+
go.opentelemetry.io/collector v0.27.0
2424
go.uber.org/zap v1.16.0
2525
gopkg.in/DataDog/dd-trace-go.v1 v1.30.0
2626
gopkg.in/ini.v1 v1.57.0 // indirect

exporter/datadogexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,8 +1094,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10941094
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10951095
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10961096
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1097-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1098-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1097+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1098+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10991099
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
11001100
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
11011101
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/dynatraceexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/onsi/gomega v1.10.2 // indirect
1313
github.com/pelletier/go-toml v1.8.0 // indirect
1414
github.com/stretchr/testify v1.7.0
15-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
15+
go.opentelemetry.io/collector v0.27.0
1616
go.uber.org/zap v1.16.0
1717
gopkg.in/ini.v1 v1.57.0 // indirect
1818
)

exporter/dynatraceexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,8 +1055,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10551055
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10561056
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10571057
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1058-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1059-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1058+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1059+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10601060
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10611061
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10621062
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/elasticexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/stretchr/testify v1.7.0
1717
go.elastic.co/apm v1.9.1-0.20201218004853-18a8126106c6
1818
go.elastic.co/fastjson v1.1.0
19-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
19+
go.opentelemetry.io/collector v0.27.0
2020
go.uber.org/zap v1.16.0
2121
gopkg.in/ini.v1 v1.57.0 // indirect
2222
howett.net/plist v0.0.0-20201026045517-117a925f2150 // indirect

exporter/elasticexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,8 +1074,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10741074
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10751075
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10761076
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1077-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1078-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1077+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1078+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10791079
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10801080
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10811081
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/elasticsearchexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/onsi/gomega v1.10.2 // indirect
1515
github.com/pelletier/go-toml v1.8.0 // indirect
1616
github.com/stretchr/testify v1.7.0
17-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
17+
go.opentelemetry.io/collector v0.27.0
1818
go.uber.org/zap v1.16.0
1919
gopkg.in/ini.v1 v1.57.0 // indirect
2020
)

exporter/elasticsearchexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10571057
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10581058
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10591059
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1060-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1061-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1060+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1061+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10621062
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10631063
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10641064
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/f5cloudexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/onsi/gomega v1.10.2 // indirect
1313
github.com/pelletier/go-toml v1.8.0 // indirect
1414
github.com/stretchr/testify v1.7.0
15-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
15+
go.opentelemetry.io/collector v0.27.0
1616
go.uber.org/zap v1.16.0
1717
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
1818
google.golang.org/api v0.46.0

exporter/f5cloudexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,8 +1057,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10571057
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10581058
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10591059
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1060-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1061-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1060+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1061+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10621062
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10631063
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10641064
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/googlecloudexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require (
1717
github.com/pelletier/go-toml v1.8.0 // indirect
1818
github.com/stretchr/testify v1.7.0
1919
go.opencensus.io v0.23.0
20-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e
20+
go.opentelemetry.io/collector v0.27.0
2121
go.opentelemetry.io/otel v0.20.0
2222
go.opentelemetry.io/otel/sdk v0.20.0
2323
go.opentelemetry.io/otel/trace v0.20.0

exporter/googlecloudexporter/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,8 +1069,8 @@ go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10691069
go.opencensus.io v0.22.6/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
10701070
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10711071
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1072-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e h1:jzx/BR04oreK33Mq4PfKgsZ9M7YGwVSU4NZ1A4BhOEY=
1073-
go.opentelemetry.io/collector v0.26.1-0.20210517234819-709d8a822e2e/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
1072+
go.opentelemetry.io/collector v0.27.0 h1:/lklt/NGVx+1EAWjjsk2DwAt9A9rGhIKOzo6Ob9kZqA=
1073+
go.opentelemetry.io/collector v0.27.0/go.mod h1:J2oCzkvFAkgmgrvIdQNg5Dt3QAZ+ep7HNtHPay/7nvo=
10741074
go.opentelemetry.io/contrib v0.20.0 h1:ubFQUn0VCZ0gPwIoJfBJVpeBlyRMxu8Mm/huKWYd9p0=
10751075
go.opentelemetry.io/contrib v0.20.0/go.mod h1:G/EtFaa6qaN7+LxqfIAT3GiZa7Wv5DTBUzl5H4LY0Kc=
10761076
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0 h1:Q3C9yzW6I9jqEc8sawxzxZmY48fs9u220KXq6d5s3XU=

0 commit comments

Comments
 (0)