From ca55cd45ca0b6f83d6c6022cb0a35467991e10d6 Mon Sep 17 00:00:00 2001 From: Michal Pristas Date: Wed, 31 Jul 2024 16:12:35 +0200 Subject: [PATCH] updateing elasticinframetricsprocessor to 0.9.0 --- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- internal/pkg/otel/README.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index c8268b2669f..927724b97d7 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -2766,11 +2766,11 @@ limitations under the License. -------------------------------------------------------------------------------- Dependency : github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor -Version: v0.8.0 +Version: v0.9.0 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor@v0.8.0/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor@v0.9.0/LICENSE: Apache License Version 2.0, January 2004 diff --git a/go.mod b/go.mod index 5dad8d0fea9..17d409a4686 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/elastic/go-sysinfo v1.14.1 github.com/elastic/go-ucfg v0.8.8 github.com/elastic/mock-es v0.0.0-20240712014503-e5b47ece0015 - github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.8.0 + github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.9.0 github.com/fatih/color v1.16.0 github.com/fsnotify/fsnotify v1.7.0 github.com/gofrs/flock v0.8.1 diff --git a/go.sum b/go.sum index 30c56d6ffbd..466a5311d69 100644 --- a/go.sum +++ b/go.sum @@ -768,8 +768,8 @@ github.com/elastic/gosigar v0.14.3 h1:xwkKwPia+hSfg9GqrCUKYdId102m9qTJIIr7egmK/u github.com/elastic/gosigar v0.14.3/go.mod h1:iXRIGg2tLnu7LBdpqzyQfGDEidKCfWcCMS0WKyPWoMs= github.com/elastic/mock-es v0.0.0-20240712014503-e5b47ece0015 h1:z8cC8GASpPo8yKlbnXI36HQ/BM9wYjhBPNbDjAWm0VU= github.com/elastic/mock-es v0.0.0-20240712014503-e5b47ece0015/go.mod h1:qH9DX/Dmflz6EAtaks/+2SsdQzecVAKE174Zl66hk7E= -github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.8.0 h1:oPONkoebcv3AhFBVhJR0Hkx1M+EzYWmhby8+ymj4cs4= -github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.8.0/go.mod h1:0UvWLF9s00SUJhe9uglUS5Rb+fIDJGrHVzs3yLZiS20= +github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.9.0 h1:doAq6iwGr+xeWoBS0ZKLqJZNfC/l+zUgpwtuM1SrIG0= +github.com/elastic/opentelemetry-collector-components/processor/elasticinframetricsprocessor v0.9.0/go.mod h1:mAgyZ8oRQmMNg4mBULsXduxOt36xUEizjkmlFrZCwe8= github.com/elastic/opentelemetry-lib v0.7.4 h1:nvc8ciUBPdorg73EbDck96WMeCBTCMUcLDbXRmaC2EI= github.com/elastic/opentelemetry-lib v0.7.4/go.mod h1:aCZdym3mU3rW87cZmbTaKbAEe5Bb9vjtlqta3FegBAU= github.com/elastic/pkcs8 v1.0.0 h1:HhitlUKxhN288kcNcYkjW6/ouvuwJWd9ioxpjnD9jVA= diff --git a/internal/pkg/otel/README.md b/internal/pkg/otel/README.md index d162d01611c..f95de3722d2 100644 --- a/internal/pkg/otel/README.md +++ b/internal/pkg/otel/README.md @@ -51,7 +51,7 @@ This section provides a summary of components included in the Elastic Distributi | Component | Version | |---|---| -| [elasticinframetricsprocessor](https://github.com/elastic/opentelemetry-collector-components/blob/processor/elasticinframetricsprocessor/v0.8.0/processor/elasticinframetricsprocessor/README.md) | v0.8.0 | +| [elasticinframetricsprocessor](https://github.com/elastic/opentelemetry-collector-components/blob/processor/elasticinframetricsprocessor/v0.9.0/processor/elasticinframetricsprocessor/README.md) | v0.9.0 | | [attributesprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/processor/attributesprocessor/v0.106.1/processor/attributesprocessor/README.md) | v0.106.1 | | [filterprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/processor/filterprocessor/v0.106.1/processor/filterprocessor/README.md) | v0.106.1 | | [k8sattributesprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/processor/k8sattributesprocessor/v0.106.1/processor/k8sattributesprocessor/README.md) | v0.106.1 |