Skip to content

Commit e663b59

Browse files
authored
Release v0.25.0 (#3183)
1 parent 8be7917 commit e663b59

File tree

153 files changed

+320
-234
lines changed

Some content is hidden

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

153 files changed

+320
-234
lines changed

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,55 @@
22

33
## Unreleased
44

5+
## v0.25.0
6+
7+
# 🎉 OpenTelemetry Collector Contrib v0.25.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.25.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+
511
## 🚀 New components 🚀
612

713
- `kafkametricsreceiver` new receiver component for collecting metrics about a kafka cluster - primarily lag and offset. [configuration instructions](receiver/kafkametricsreceiver/README.md)
14+
- `file_storage` extension to read and write data to the local file system (#3087)
15+
16+
## 🛑 Breaking changes 🛑
17+
18+
- `newrelic` exporter (#3091):
19+
- Removal of common attributes (use opentelemetry collector resource processor to add attributes)
20+
- Drop support for cumulative metrics being sent to New Relic via a collector
21+
22+
## 💡 Enhancements 💡
23+
24+
- Update `opentelemetry-log-collection` to v0.17.0 for log receivers (#3017)
25+
- `datadog` exporter:
26+
- Add `peer.service` priority instead of `service.name` (#2817)
27+
- Improve support of semantic conventions for K8s, Azure and ECS (#2623)
28+
- Improve and batch logs translation for stanza (#2892)
29+
- `statsd` receiver: Add timing/histogram as OTLP gauge (#2973)
30+
- `honeycomb` exporter: Add Retry and Queue settings (#2714)
31+
- `resourcedetection` processor:
32+
- Add AKS resource detector (#3035)
33+
- Use conventions package constants for ECS detector (#3171)
34+
- `sumologic` exporter: Add graphite format (#2695)
35+
- Add trace attributes to the log entry for stanza (#3018)
36+
- `splunk_hec` exporter: Send log record name as part of the HEC log event (#3119)
37+
- `newrelic` exporter (#3091):
38+
- Add support for logs
39+
- Performance improvements
40+
- Optimizations to the New Relic payload to reduce payload size
41+
- Metrics generated for monitoring the exporter
42+
- Insert Key vs License keys are auto-detected in some cases
43+
- Collector version information is properly extracted via the application start info parameters
844

45+
## 🧰 Bug fixes 🧰
46+
47+
- `splunk_hec` exporter: Fix sending log payload with missing the GZIP footer (#3032)
48+
- `awsxray` exporter: Remove propagation of error on shutdown (#2999)
49+
- `resourcedetection` processor:
50+
- Correctly report DRAGONFLYBSD value (#3100)
51+
- Fallback to `os.Hostname` when FQDN is not available (#3099)
52+
- `httpforwarder` extension: Do not report ErrServerClosed when shutting down the service (#3173)
53+
- `collectd` receiver: Do not report ErrServerClosed when shutting down the service (#3178)
954

1055
## v0.24.0
1156

exporter/alibabacloudlogserviceexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
11+
go.opentelemetry.io/collector v0.25.0
1212
go.uber.org/zap v1.16.0
1313
gopkg.in/ini.v1 v1.57.0 // indirect
1414
)

exporter/alibabacloudlogserviceexporter/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -908,8 +908,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
908908
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
909909
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
910910
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
911-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
912-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
911+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
912+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
913913
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
914914
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
915915
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/awsemfexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
13+
go.opentelemetry.io/collector v0.25.0
1414
go.uber.org/zap v1.16.0
1515
google.golang.org/protobuf v1.26.0
1616
)

exporter/awsemfexporter/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1028,8 +1028,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10281028
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10291029
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10301030
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1031-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1032-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1031+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1032+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
10331033
go.opentelemetry.io/otel v0.19.0 h1:Lenfy7QHRXPZVsw/12CWpxX6d/JkrX8wrx2vO8G80Ng=
10341034
go.opentelemetry.io/otel v0.19.0/go.mod h1:j9bF567N9EfomkSidSfmMwIwIBuP37AMAIzVW85OxSg=
10351035
go.opentelemetry.io/otel/metric v0.19.0/go.mod h1:8f9fglJPRnXuskQmKpnad31lcLJ2VmNNqIsx/uIwBSc=

exporter/awskinesisexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
15+
go.opentelemetry.io/collector v0.25.0
1616
go.uber.org/zap v1.16.0
1717
gopkg.in/ini.v1 v1.57.0 // indirect
1818
)

exporter/awskinesisexporter/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1078,8 +1078,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10781078
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10791079
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10801080
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1081-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1082-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1081+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1082+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
10831083
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10841084
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10851085
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/awsprometheusremotewriteexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
16+
go.opentelemetry.io/collector v0.25.0
1717
go.uber.org/zap v1.16.0
1818
gopkg.in/ini.v1 v1.57.0 // indirect
1919
)

exporter/awsprometheusremotewriteexporter/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1048,8 +1048,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10481048
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10491049
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10501050
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1051-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1052-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1051+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1052+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
10531053
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10541054
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10551055
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/awsxrayexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
18+
go.opentelemetry.io/collector v0.25.0
1919
go.uber.org/zap v1.16.0
2020
gopkg.in/ini.v1 v1.57.0 // indirect
2121
)

exporter/awsxrayexporter/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1048,8 +1048,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10481048
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10491049
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10501050
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1051-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1052-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1051+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1052+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
10531053
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10541054
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10551055
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/azuremonitorexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
18+
go.opentelemetry.io/collector v0.25.0
1919
go.uber.org/zap v1.16.0
2020
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
2121
gopkg.in/ini.v1 v1.57.0 // indirect

exporter/azuremonitorexporter/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1058,8 +1058,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10581058
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10591059
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10601060
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1061-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1062-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1061+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1062+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
10631063
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10641064
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10651065
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/carbonexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
16+
go.opentelemetry.io/collector v0.25.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1047,8 +1047,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10471047
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10481048
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10491049
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1050-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1051-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1050+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1051+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
10521052
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10531053
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10541054
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/datadogexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
23+
go.opentelemetry.io/collector v0.25.0
2424
go.uber.org/zap v1.16.0
2525
gopkg.in/DataDog/dd-trace-go.v1 v1.29.2
2626
gopkg.in/ini.v1 v1.57.0 // indirect

exporter/datadogexporter/go.sum

+2-2
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.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1090-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1089+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1090+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
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/dynatraceexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
15+
go.opentelemetry.io/collector v0.25.0
1616
go.uber.org/zap v1.16.0
1717
gopkg.in/ini.v1 v1.57.0 // indirect
1818
)

exporter/dynatraceexporter/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1047,8 +1047,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10471047
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10481048
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10491049
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1050-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1051-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1050+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1051+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
10521052
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10531053
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10541054
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/elasticexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
19+
go.opentelemetry.io/collector v0.25.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

+2-2
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.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1070-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1069+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1070+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
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/elasticsearchexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
17+
go.opentelemetry.io/collector v0.25.0
1818
go.uber.org/zap v1.16.0
1919
gopkg.in/ini.v1 v1.57.0 // indirect
2020
)

exporter/elasticsearchexporter/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1049,8 +1049,8 @@ go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw=
10491049
go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk=
10501050
go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M=
10511051
go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E=
1052-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1053-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1052+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1053+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
10541054
go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10551055
go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
10561056
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=

exporter/f5cloudexporter/go.mod

+1-1
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.24.1-0.20210420003310-0a2ea1b33eb6
15+
go.opentelemetry.io/collector v0.25.0
1616
go.uber.org/zap v1.16.0
1717
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
1818
google.golang.org/api v0.44.0

exporter/f5cloudexporter/go.sum

+2-2
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.24.1-0.20210420003310-0a2ea1b33eb6 h1:qRc3DWknWlYycGjyOdYrtkxJq0xttTc9cOw9WhUG68c=
1059-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
1058+
go.opentelemetry.io/collector v0.25.0 h1:CVrqPgr0Kr/Se1ihS6jam1/n4hndXk3GHHAOsruSDzw=
1059+
go.opentelemetry.io/collector v0.25.0/go.mod h1:hXpdip0pVo+lISHAzPtu13QIRHgqC1zZ/4EdgoEC0fc=
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/googlecloudexporter/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/pelletier/go-toml v1.8.0 // indirect
1717
github.com/stretchr/testify v1.7.0
1818
go.opencensus.io v0.23.0
19-
go.opentelemetry.io/collector v0.24.1-0.20210420003310-0a2ea1b33eb6
19+
go.opentelemetry.io/collector v0.25.0
2020
go.opentelemetry.io/otel v0.19.0
2121
go.opentelemetry.io/otel/sdk v0.19.0
2222
go.opentelemetry.io/otel/trace v0.19.0

0 commit comments

Comments
 (0)