Skip to content

Commit 1063e80

Browse files
Updated es infra processor and dependabot rules to include further up… (#5061)
* updated es infra processor and dependabot rules to include further updates * updated es infra processor and dependabot rules to include further updates
1 parent b3fa3b8 commit 1063e80

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

.github/dependabot.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ updates:
2121
- dependency-name: "github.com/elastic/*"
2222
- dependency-name: "go.opentelemetry.io/collector/*"
2323
- dependency-name: "github.com/open-telemetry/opentelemetry-collector-contrib/*"
24+
- dependency-name: "github.com/elastic/opentelemetry-collector-components/*"
2425
reviewers:
2526
- "elastic/elastic-agent-control-plane"
2627
open-pull-requests-limit: 10

NOTICE.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2670,11 +2670,11 @@ limitations under the License.
26702670

26712671
--------------------------------------------------------------------------------
26722672
Dependency : github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor
2673-
Version: v0.4.0
2673+
Version: v0.5.1
26742674
Licence type (autodetected): Apache-2.0
26752675
--------------------------------------------------------------------------------
26762676

2677-
Contents of probable licence file $GOMODCACHE/github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor@v0.4.0/LICENSE:
2677+
Contents of probable licence file $GOMODCACHE/github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor@v0.5.1/LICENSE:
26782678

26792679
Apache License
26802680
Version 2.0, January 2004
@@ -20091,11 +20091,11 @@ limitations under the License.
2009120091

2009220092
--------------------------------------------------------------------------------
2009320093
Dependency : github.com/elastic/opentelemetry-lib
20094-
Version: v0.5.0
20094+
Version: v0.6.1
2009520095
Licence type (autodetected): Apache-2.0
2009620096
--------------------------------------------------------------------------------
2009720097

20098-
Contents of probable licence file $GOMODCACHE/github.com/elastic/opentelemetry-lib@v0.5.0/LICENSE:
20098+
Contents of probable licence file $GOMODCACHE/github.com/elastic/opentelemetry-lib@v0.6.1/LICENSE:
2009920099

2010020100
Apache License
2010120101
Version 2.0, January 2004

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/elastic/go-sysinfo v1.14.0
2323
github.com/elastic/go-ucfg v0.8.8
2424
github.com/elastic/mock-es v0.0.0-20240605193845-b5546a703d6f
25-
github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.4.0
25+
github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.5.1
2626
github.com/fatih/color v1.16.0
2727
github.com/fsnotify/fsnotify v1.7.0
2828
github.com/gofrs/flock v0.8.1
@@ -148,7 +148,7 @@ require (
148148
github.com/elastic/go-structform v0.0.10 // indirect
149149
github.com/elastic/go-windows v1.0.1 // indirect
150150
github.com/elastic/gosigar v0.14.3 // indirect
151-
github.com/elastic/opentelemetry-lib v0.5.0 // indirect
151+
github.com/elastic/opentelemetry-lib v0.6.1 // indirect
152152
github.com/elastic/pkcs8 v1.0.0 // indirect
153153
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
154154
github.com/evanphx/json-patch v5.6.0+incompatible // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -851,10 +851,10 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u
851851
github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs=
852852
github.com/elastic/mock-es v0.0.0-20240605193845-b5546a703d6f h1:qo0Nn9G+p7HbG+CmiWwSoiKJ/cyRq59TRn9Z2PRHTi8=
853853
github.com/elastic/mock-es v0.0.0-20240605193845-b5546a703d6f/go.mod h1:mVdKBYYwt30xRFjCegbcURHh+3LWOCkQM33fgWbUiRI=
854-
github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.4.0 h1:jSq7qvh39GCpv0XF7/hys2mJmQaATKkCNVj/SY5S730=
855-
github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.4.0/go.mod h1:cbFtO2rPm7o2kAZKwH/SQ7QZVGYt2qdqHjWOw5TTsYg=
856-
github.com/elastic/opentelemetry-lib v0.5.0 h1:BT1Koon6lm0zF554NuPtachBBR+26RS9GlCaaMbGIJ8=
857-
github.com/elastic/opentelemetry-lib v0.5.0/go.mod h1:/kKvHbJLVo/NcKMPHI8/RZKL64fushmnRUzn+arQpjg=
854+
github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.5.1 h1:DtRPj288iHCZPjBUfxhgHS8SWM1p2TtBadbHjZBpZck=
855+
github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.5.1/go.mod h1:/eTf2omfsfYQOw+nGK2NzByPMNmwq2xBFmcnREOQMBI=
856+
github.com/elastic/opentelemetry-lib v0.6.1 h1:Ayx82UH+oXF2222wmKTcRcq0todI6btpd8KF1tz1ZQ8=
857+
github.com/elastic/opentelemetry-lib v0.6.1/go.mod h1:/kKvHbJLVo/NcKMPHI8/RZKL64fushmnRUzn+arQpjg=
858858
github.com/elastic/package-spec/v2 v2.6.0/go.mod h1:ks9/FaVOS+vCrGRQcDvXAd2FlmB84mrLikbRiO6ACuk=
859859
github.com/elastic/pkcs8 v1.0.0 h1:HhitlUKxhN288kcNcYkjW6/ouvuwJWd9ioxpjnD9jVA=
860860
github.com/elastic/pkcs8 v1.0.0/go.mod h1:ipsZToJfq1MxclVTwpG7U/bgeDtf+0HkUiOxebk95+0=

internal/pkg/otel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This section provides a summary of components included in the Elastic Distributi
5858

5959
| Component | Version |
6060
|---|---|
61-
| elasticinframetricsprocessor | v0.4.0|
61+
| elasticinframetricsprocessor | v0.5.1|
6262
| attributesprocessor | v0.104.0|
6363
| filterprocessor | v0.104.0|
6464
| k8sattributesprocessor | v0.104.0|

0 commit comments

Comments
 (0)