Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the otel-dependencies group with 11 updates #4055

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2024

Bumps the otel-dependencies group with 11 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter 0.91.0 0.92.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor 0.91.0 0.92.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor 0.91.0 0.92.0
github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor 0.91.0 0.92.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver 0.91.0 0.92.0
go.opentelemetry.io/collector/exporter/debugexporter 0.91.0 0.92.0
go.opentelemetry.io/collector/exporter/otlpexporter 0.91.0 0.92.0
go.opentelemetry.io/collector/otelcol 0.91.0 0.92.0
go.opentelemetry.io/collector/processor/batchprocessor 0.91.0 0.92.0
go.opentelemetry.io/collector/processor/memorylimiterprocessor 0.91.0 0.92.0
go.opentelemetry.io/collector/receiver/otlpreceiver 0.91.0 0.92.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter from 0.91.0 to 0.92.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter's releases.

v0.92.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

Starting with version v0.83.0, this changelog includes only user-facing changes. If you are looking for developer-facing changes, check out CHANGELOG-API.md.

v0.92.0

🛑 Breaking changes 🛑

  • httpforwarder: Use confighttp.HTTPDefaultClientSettings when configuring the HTTPClientSettings for the httpforwarder extension. (#6641) By default, the HTTP forwarder extension will now use the defaults set in the extension:

    • The idle connection timeout is set to 90s.
    • The max idle connection count is set to 100.
  • pkg/ottl: Now validates against extraneous path segments that a context does not know how to use. (#30042)

  • pkg/ottl: Throw an error if keys are used on a path that does not allow them. (#30162)

  • tanzuexporter: Remove tanzuexporter, user can still use versions 0.91. (#30184)

  • zipkinexporter: Use default client HTTP settings in zipkinexporter, move validation to config validation (#29931)

🚩 Deprecations 🚩

  • mdatagen: Component is being moved to core to allow it to be used there as well. (#30173)
  • k8sclusterreceiver: deprecate optional k8s.kubeproxy.version resource attribute (#29748)
  • configschema: Deprecating configschema to prefer generating documentation as part of its metadata generation with mdatagen (#30187)

🚀 New components 🚀

  • failoverconnector: PR provides core logic for failover connector and implements failover for trace signals (#20766)
  • failoverconnector: PR extends failover connector for metric and log pipelines (#20766)
  • namedpipereceiver: Add "namedpipereceiver" that allows ingesting logs over a Named Pipe (#27234)

💡 Enhancements 💡

  • encoding/jaegerencodingextension: Add support for JSON protocol for jaeger codec (#6272)
  • githubgen: Adds a set of distribution reports that can be used to notify distribution maintainers of any changes to distributions. (#28628)
  • vcenterreceiver: Add explicit statement of support for version 8 of ESXi and vCenter (#30274)
  • carbonexporter: Add support for resourcetotelemetry (#29879)
  • carbonexporter: Add retry and queue, use standard configs (#29862)
  • carbonexporter: Add ability to configure max_idle_conns (#30109)
  • mdatagen: add Meter/Tracer methods to simplify instrumenting components (#29927)
  • servicegraphprocessor: update own telemetry to use otel (#29917)
  • datadogexporter: DataDog log timestamp (ie. '@​timestamp') now includes milliseconds (#29785)
  • exporter/elasticsearch: set the User-Agent header in the outgoing HTTP requests. (#29898)
  • elasticsearchexporter: add missing trace status description in span (#27645)
  • routingconnector: routingconnector supports matching the statement only once (#26353)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter's changelog.

v0.92.0

🛑 Breaking changes 🛑

  • carbonexporter: Change Config member names (#29862)
  • carbonreceiver: Hide unnecessary public API (#29895)
  • pkg/ottl: Unexport ADD, SUB, MULT, DIV, EQ, NE, LT, LTE, GT, and GTE (#29925)
  • pkg/ottl: Change Path to be an Interface instead of the grammar struct. (#29897) Affects creators of custom contexts.
  • golden: Use testing.TB for golden.WriteMetrics, golden.WriteTraces and golden.WriteLogs over *testing.T (#30277)

💡 Enhancements 💡

  • kafkaexporter: add ability to publish kafka messages with message key of TraceID - it will allow partitioning of the kafka Topic. (#12318)
  • kafkaexporter: Adds the ability to configure the Kafka client's Client ID. (#30144)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor from 0.91.0 to 0.92.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor's releases.

v0.92.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

Starting with version v0.83.0, this changelog includes only user-facing changes. If you are looking for developer-facing changes, check out CHANGELOG-API.md.

v0.92.0

🛑 Breaking changes 🛑

  • httpforwarder: Use confighttp.HTTPDefaultClientSettings when configuring the HTTPClientSettings for the httpforwarder extension. (#6641) By default, the HTTP forwarder extension will now use the defaults set in the extension:

    • The idle connection timeout is set to 90s.
    • The max idle connection count is set to 100.
  • pkg/ottl: Now validates against extraneous path segments that a context does not know how to use. (#30042)

  • pkg/ottl: Throw an error if keys are used on a path that does not allow them. (#30162)

  • tanzuexporter: Remove tanzuexporter, user can still use versions 0.91. (#30184)

  • zipkinexporter: Use default client HTTP settings in zipkinexporter, move validation to config validation (#29931)

🚩 Deprecations 🚩

  • mdatagen: Component is being moved to core to allow it to be used there as well. (#30173)
  • k8sclusterreceiver: deprecate optional k8s.kubeproxy.version resource attribute (#29748)
  • configschema: Deprecating configschema to prefer generating documentation as part of its metadata generation with mdatagen (#30187)

🚀 New components 🚀

  • failoverconnector: PR provides core logic for failover connector and implements failover for trace signals (#20766)
  • failoverconnector: PR extends failover connector for metric and log pipelines (#20766)
  • namedpipereceiver: Add "namedpipereceiver" that allows ingesting logs over a Named Pipe (#27234)

💡 Enhancements 💡

  • encoding/jaegerencodingextension: Add support for JSON protocol for jaeger codec (#6272)
  • githubgen: Adds a set of distribution reports that can be used to notify distribution maintainers of any changes to distributions. (#28628)
  • vcenterreceiver: Add explicit statement of support for version 8 of ESXi and vCenter (#30274)
  • carbonexporter: Add support for resourcetotelemetry (#29879)
  • carbonexporter: Add retry and queue, use standard configs (#29862)
  • carbonexporter: Add ability to configure max_idle_conns (#30109)
  • mdatagen: add Meter/Tracer methods to simplify instrumenting components (#29927)
  • servicegraphprocessor: update own telemetry to use otel (#29917)
  • datadogexporter: DataDog log timestamp (ie. '@​timestamp') now includes milliseconds (#29785)
  • exporter/elasticsearch: set the User-Agent header in the outgoing HTTP requests. (#29898)
  • elasticsearchexporter: add missing trace status description in span (#27645)
  • routingconnector: routingconnector supports matching the statement only once (#26353)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor's changelog.

v0.92.0

🛑 Breaking changes 🛑

  • carbonexporter: Change Config member names (#29862)
  • carbonreceiver: Hide unnecessary public API (#29895)
  • pkg/ottl: Unexport ADD, SUB, MULT, DIV, EQ, NE, LT, LTE, GT, and GTE (#29925)
  • pkg/ottl: Change Path to be an Interface instead of the grammar struct. (#29897) Affects creators of custom contexts.
  • golden: Use testing.TB for golden.WriteMetrics, golden.WriteTraces and golden.WriteLogs over *testing.T (#30277)

💡 Enhancements 💡

  • kafkaexporter: add ability to publish kafka messages with message key of TraceID - it will allow partitioning of the kafka Topic. (#12318)
  • kafkaexporter: Adds the ability to configure the Kafka client's Client ID. (#30144)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor from 0.91.0 to 0.92.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor's releases.

v0.92.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

Starting with version v0.83.0, this changelog includes only user-facing changes. If you are looking for developer-facing changes, check out CHANGELOG-API.md.

v0.92.0

🛑 Breaking changes 🛑

  • httpforwarder: Use confighttp.HTTPDefaultClientSettings when configuring the HTTPClientSettings for the httpforwarder extension. (#6641) By default, the HTTP forwarder extension will now use the defaults set in the extension:

    • The idle connection timeout is set to 90s.
    • The max idle connection count is set to 100.
  • pkg/ottl: Now validates against extraneous path segments that a context does not know how to use. (#30042)

  • pkg/ottl: Throw an error if keys are used on a path that does not allow them. (#30162)

  • tanzuexporter: Remove tanzuexporter, user can still use versions 0.91. (#30184)

  • zipkinexporter: Use default client HTTP settings in zipkinexporter, move validation to config validation (#29931)

🚩 Deprecations 🚩

  • mdatagen: Component is being moved to core to allow it to be used there as well. (#30173)
  • k8sclusterreceiver: deprecate optional k8s.kubeproxy.version resource attribute (#29748)
  • configschema: Deprecating configschema to prefer generating documentation as part of its metadata generation with mdatagen (#30187)

🚀 New components 🚀

  • failoverconnector: PR provides core logic for failover connector and implements failover for trace signals (#20766)
  • failoverconnector: PR extends failover connector for metric and log pipelines (#20766)
  • namedpipereceiver: Add "namedpipereceiver" that allows ingesting logs over a Named Pipe (#27234)

💡 Enhancements 💡

  • encoding/jaegerencodingextension: Add support for JSON protocol for jaeger codec (#6272)
  • githubgen: Adds a set of distribution reports that can be used to notify distribution maintainers of any changes to distributions. (#28628)
  • vcenterreceiver: Add explicit statement of support for version 8 of ESXi and vCenter (#30274)
  • carbonexporter: Add support for resourcetotelemetry (#29879)
  • carbonexporter: Add retry and queue, use standard configs (#29862)
  • carbonexporter: Add ability to configure max_idle_conns (#30109)
  • mdatagen: add Meter/Tracer methods to simplify instrumenting components (#29927)
  • servicegraphprocessor: update own telemetry to use otel (#29917)
  • datadogexporter: DataDog log timestamp (ie. '@​timestamp') now includes milliseconds (#29785)
  • exporter/elasticsearch: set the User-Agent header in the outgoing HTTP requests. (#29898)
  • elasticsearchexporter: add missing trace status description in span (#27645)
  • routingconnector: routingconnector supports matching the statement only once (#26353)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor's changelog.

v0.92.0

🛑 Breaking changes 🛑

  • carbonexporter: Change Config member names (#29862)
  • carbonreceiver: Hide unnecessary public API (#29895)
  • pkg/ottl: Unexport ADD, SUB, MULT, DIV, EQ, NE, LT, LTE, GT, and GTE (#29925)
  • pkg/ottl: Change Path to be an Interface instead of the grammar struct. (#29897) Affects creators of custom contexts.
  • golden: Use testing.TB for golden.WriteMetrics, golden.WriteTraces and golden.WriteLogs over *testing.T (#30277)

💡 Enhancements 💡

  • kafkaexporter: add ability to publish kafka messages with message key of TraceID - it will allow partitioning of the kafka Topic. (#12318)
  • kafkaexporter: Adds the ability to configure the Kafka client's Client ID. (#30144)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor from 0.91.0 to 0.92.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor's releases.

v0.92.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

Starting with version v0.83.0, this changelog includes only user-facing changes. If you are looking for developer-facing changes, check out CHANGELOG-API.md.

v0.92.0

🛑 Breaking changes 🛑

  • httpforwarder: Use confighttp.HTTPDefaultClientSettings when configuring the HTTPClientSettings for the httpforwarder extension. (#6641) By default, the HTTP forwarder extension will now use the defaults set in the extension:

    • The idle connection timeout is set to 90s.
    • The max idle connection count is set to 100.
  • pkg/ottl: Now validates against extraneous path segments that a context does not know how to use. (#30042)

  • pkg/ottl: Throw an error if keys are used on a path that does not allow them. (#30162)

  • tanzuexporter: Remove tanzuexporter, user can still use versions 0.91. (#30184)

  • zipkinexporter: Use default client HTTP settings in zipkinexporter, move validation to config validation (#29931)

🚩 Deprecations 🚩

  • mdatagen: Component is being moved to core to allow it to be used there as well. (#30173)
  • k8sclusterreceiver: deprecate optional k8s.kubeproxy.version resource attribute (#29748)
  • configschema: Deprecating configschema to prefer generating documentation as part of its metadata generation with mdatagen (#30187)

🚀 New components 🚀

  • failoverconnector: PR provides core logic for failover connector and implements failover for trace signals (#20766)
  • failoverconnector: PR extends failover connector for metric and log pipelines (#20766)
  • namedpipereceiver: Add "namedpipereceiver" that allows ingesting logs over a Named Pipe (#27234)

💡 Enhancements 💡

  • encoding/jaegerencodingextension: Add support for JSON protocol for jaeger codec (#6272)
  • githubgen: Adds a set of distribution reports that can be used to notify distribution maintainers of any changes to distributions. (#28628)
  • vcenterreceiver: Add explicit statement of support for version 8 of ESXi and vCenter (#30274)
  • carbonexporter: Add support for resourcetotelemetry (#29879)
  • carbonexporter: Add retry and queue, use standard configs (#29862)
  • carbonexporter: Add ability to configure max_idle_conns (#30109)
  • mdatagen: add Meter/Tracer methods to simplify instrumenting components (#29927)
  • servicegraphprocessor: update own telemetry to use otel (#29917)
  • datadogexporter: DataDog log timestamp (ie. '@​timestamp') now includes milliseconds (#29785)
  • exporter/elasticsearch: set the User-Agent header in the outgoing HTTP requests. (#29898)
  • elasticsearchexporter: add missing trace status description in span (#27645)
  • routingconnector: routingconnector supports matching the statement only once (#26353)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor's changelog.

v0.92.0

🛑 Breaking changes 🛑

  • carbonexporter: Change Config member names (#29862)
  • carbonreceiver: Hide unnecessary public API (#29895)
  • pkg/ottl: Unexport ADD, SUB, MULT, DIV, EQ, NE, LT, LTE, GT, and GTE (#29925)
  • pkg/ottl: Change Path to be an Interface instead of the grammar struct. (#29897) Affects creators of custom contexts.
  • golden: Use testing.TB for golden.WriteMetrics, golden.WriteTraces and golden.WriteLogs over *testing.T (#30277)

💡 Enhancements 💡

  • kafkaexporter: add ability to publish kafka messages with message key of TraceID - it will allow partitioning of the kafka Topic. (#12318)
  • kafkaexporter: Adds the ability to configure the Kafka client's Client ID. (#30144)
Commits

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver from 0.91.0 to 0.92.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver's releases.

v0.92.0

The OpenTelemetry Collector Contrib contains everything in the opentelemetry-collector release, be sure to check the release notes there as well.

End User Changelog

Starting with version v0.83.0, this changelog includes only user-facing changes. If you are looking for developer-facing changes, check out CHANGELOG-API.md.

v0.92.0

🛑 Breaking changes 🛑

  • httpforwarder: Use confighttp.HTTPDefaultClientSettings when configuring the HTTPClientSettings for the httpforwarder extension. (#6641) By default, the HTTP forwarder extension will now use the defaults set in the extension:

    • The idle connection timeout is set to 90s.
    • The max idle connection count is set to 100.
  • pkg/ottl: Now validates against extraneous path segments that a context does not know how to use. (#30042)

  • pkg/ottl: Throw an error if keys are used on a path that does not allow them. (#30162)

  • tanzuexporter: Remove tanzuexporter, user can still use versions 0.91. (#30184)

  • zipkinexporter: Use default client HTTP settings in zipkinexporter, move validation to config validation (#29931)

🚩 Deprecations 🚩

  • mdatagen: Component is being moved to core to allow it to be used there as well. (#30173)
  • k8sclusterreceiver: deprecate optional k8s.kubeproxy.version resource attribute (#29748)
  • configschema: Deprecating configschema to prefer generating documentation as part of its metadata generation with mdatagen (#30187)

🚀 New components 🚀

  • failoverconnector: PR provides core logic for failover connector and implements failover for trace signals (#20766)
  • failoverconnector: PR extends failover connector for metric and log pipelines (#20766)
  • namedpipereceiver: Add "namedpipereceiver" that allows ingesting logs over a Named Pipe (#27234)

💡 Enhancements 💡

  • encoding/jaegerencodingextension: Add support for JSON protocol for jaeger codec (#6272)
  • githubgen: Adds a set of distribution reports that can be used to notify distribution maintainers of any changes to distributions. (#28628)
  • vcenterreceiver: Add explicit statement of support for version 8 of ESXi and vCenter (#30274)
  • carbonexporter: Add support for resourcetotelemetry (#29879)
  • carbonexporter: Add retry and queue, use standard configs (#29862)
  • carbonexporter: Add ability to configure max_idle_conns (#30109)
  • mdatagen: add Meter/Tracer methods to simplify instrumenting components (#29927)
  • servicegraphprocessor: update own telemetry to use otel (#29917)
  • datadogexporter: DataDog log timestamp (ie. '@​timestamp') now includes milliseconds (#29785)
  • exporter/elasticsearch: set the User-Agent header in the outgoing HTTP requests. (#29898)
  • elasticsearchexporter: add missing trace status description in span (#27645)
  • routingconnector: routingconnector supports matching the statement only once (#26353)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver's changelog.

v0.92.0

🛑 Breaking changes 🛑

  • carbonexporter: Change Config member names (#29862)
  • carbonreceiver: Hide unnecessary public API (#29895)
  • pkg/ottl: Unexport ADD, SUB, MULT, DIV, EQ, NE, LT, LTE, GT, and GTE (#29925)
  • pkg/ottl: Change Path to be an Interface instead of the grammar struct. (#29897) Affects creators of custom contexts.
  • golden: Use testing.TB for golden.WriteMetrics, golden.WriteTraces and golden.WriteLogs over *testing.T (#30277)

💡 Enhancements 💡

  • kafkaexporter: add ability to publish kafka messages with message key of TraceID - it will allow partitioning of the kafka Topic. (#12318)
  • kafkaexporter: Adds the ability to configure the Kafka client's Client ID. (#30144)
Commits

Updates go.opentelemetry.io/collector/exporter/debugexporter from 0.91.0 to 0.92.0

Release notes

Sourced from go.opentelemetry.io/collector/exporter/debugexporter's releases.

cmd/builder/v0.92.0

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.92.0

Changelog

Sourced from go.opentelemetry.io/collector/exporter/debugexporter's changelog.

v1.0.1/v0.92.0

🛑 Breaking changes 🛑

  • otlpexporter: Change Config members names to use Config suffix. (#9091)
  • component: Remove deprecated unused TelemetrySettingsBase (#9145)

🚩 Deprecations 🚩

  • confignet: Deprecates the Dial and Listen functions in favor of DialContext and ListenContext. (#9163)
  • component: Deprecate unnecessary type StatusFunc (#9146)
Commits
  • 40c7db8 [chore] Prepare release v1.0.1/v0.92.0 (#9255)
  • c761e19 [chore] [exporterhelper] Add alloc report to persistent queue benchmarks (#9250)
  • 6a726c9 [chore] make sharedcomponent Map threadsafe (#9170)
  • fbfbe04 [chore][processor/batchprocessor] Enable goleak check (#9224)
  • c5a2c78 Move error out of ReportComponentStatus function signature, use `ReportStat...
  • 6ed7ad1 Update module go.uber.org/goleak to v1.3.0 (#9246)
  • 06bad8e Update module golang.org/x/net to v0.20.0 (#9248)
  • cf4b97c [chore] [exporterhelper] Make memory queue benchmarks deteministic (#9247)
  • bb90069 [chore][cmd/mdatagen] Properly test bytes attribute type (#9229)Description has been truncated

@dependabot dependabot bot requested a review from a team as a code owner January 10, 2024 21:11
@elasticmachine
Copy link
Contributor

Pinging @elastic/elastic-agent (Team:Elastic-Agent)

Copy link
Contributor

mergify bot commented Jan 10, 2024

This pull request does not have a backport label. Could you fix it @dependabot[bot]? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 8./d branch. /d is the digit

NOTE: backport-skip has been added to this pull request.

@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-dependencies-8932a26b1b branch from 8b33a1e to e5e475e Compare January 11, 2024 21:25
@michalpristas michalpristas enabled auto-merge (squash) January 12, 2024 12:02
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-dependencies-8932a26b1b branch 3 times, most recently from 5d74c53 to 1baaf65 Compare January 17, 2024 22:01
Bumps the otel-dependencies group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.91.0` | `0.92.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.91.0` | `0.92.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.91.0` | `0.92.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.91.0` | `0.92.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.91.0` | `0.92.0` |
| [go.opentelemetry.io/collector/exporter/debugexporter](https://github.com/open-telemetry/opentelemetry-collector) | `0.91.0` | `0.92.0` |
| [go.opentelemetry.io/collector/exporter/otlpexporter](https://github.com/open-telemetry/opentelemetry-collector) | `0.91.0` | `0.92.0` |
| [go.opentelemetry.io/collector/otelcol](https://github.com/open-telemetry/opentelemetry-collector) | `0.91.0` | `0.92.0` |
| [go.opentelemetry.io/collector/processor/batchprocessor](https://github.com/open-telemetry/opentelemetry-collector) | `0.91.0` | `0.92.0` |
| [go.opentelemetry.io/collector/processor/memorylimiterprocessor](https://github.com/open-telemetry/opentelemetry-collector) | `0.91.0` | `0.92.0` |
| [go.opentelemetry.io/collector/receiver/otlpreceiver](https://github.com/open-telemetry/opentelemetry-collector) | `0.91.0` | `0.92.0` |


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.91.0...v0.92.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.91.0...v0.92.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.91.0...v0.92.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.91.0...v0.92.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector-contrib@v0.91.0...v0.92.0)

Updates `go.opentelemetry.io/collector/exporter/debugexporter` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.91.0...v0.92.0)

Updates `go.opentelemetry.io/collector/exporter/otlpexporter` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.91.0...v0.92.0)

Updates `go.opentelemetry.io/collector/otelcol` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.91.0...v0.92.0)

Updates `go.opentelemetry.io/collector/processor/batchprocessor` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.91.0...v0.92.0)

Updates `go.opentelemetry.io/collector/processor/memorylimiterprocessor` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.91.0...v0.92.0)

Updates `go.opentelemetry.io/collector/receiver/otlpreceiver` from 0.91.0 to 0.92.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-collector/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-collector/blob/main/CHANGELOG-API.md)
- [Commits](open-telemetry/opentelemetry-collector@v0.91.0...v0.92.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/collector/exporter/debugexporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/collector/exporter/otlpexporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/collector/otelcol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/collector/processor/batchprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/collector/processor/memorylimiterprocessor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
- dependency-name: go.opentelemetry.io/collector/receiver/otlpreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/otel-dependencies-8932a26b1b branch from 5ee8f8f to 294b186 Compare January 18, 2024 21:21
Copy link

Quality Gate passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No Coverage information No data about Coverage
No Duplication information No data about Duplication

See analysis details on SonarQube

@michalpristas michalpristas merged commit 3b7ffd2 into main Jan 19, 2024
9 of 10 checks passed
@michalpristas michalpristas deleted the dependabot/go_modules/otel-dependencies-8932a26b1b branch January 19, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants