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

build(deps): bump the otel-collector group with 5 updates #4977

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2023

Bumps the otel-collector group with 5 updates:

Package From To
github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector 0.89.0 0.90.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter 0.89.0 0.90.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver 0.89.0 0.90.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver 0.89.0 0.90.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver 0.89.0 0.90.0

Updates github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector from 0.89.0 to 0.90.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's releases.

v0.90.0

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

End user facing changes

🛑 Breaking changes 🛑

  • dockerstatsreceiver: Add [container.cpu.limit], [container.cpu.shares] and [container.restarts] metrics from docker container api (#21087) It requires API version 1.25 or greater.

🚀 New components 🚀

  • failoverconnector: New component that will allow for pipeline failover triggered by the health of target downstream exporters (#20766)
  • gitproviderreceiver: add repo, branch, and contributor count metrics (#22028)

💡 Enhancements 💡

  • opensearchexporter: Promote opensearchexporter to alpha. (#24668)

  • awsemfexporter: Improve NaN value checking for Summary metric types. (#28894)

  • awsemfexporter: Logs relating to the start and finish of processing metrics have been reduced to debug level (#29337)

  • azuremonitorreceiver: Support Azure gov cloud (#27573)

  • clickhouseexporter: Added support for more control over TTL configuration. Currently, it supports timelines only in days, now also in hours, minutes and seconds (propertyName ttl_days --> ttl). (#28675)

  • datasetexporter: Collect usage metrics with Otel and send grouped attributes in session info. (#27650, #27652)

  • resourcedetectionprocessor: Add k8s cluster name detection when running in EKS (#26794)

  • pkg/ottl: Add new IsDouble function to facilitate type checking. (#27895)

  • configschema: Generate metadata for connectors. (#26990)

  • telemetrygen: Exposes the span duration as a command line argument --span-duration (#29116)

  • honeycombmarkerexporter: Change honeycombmarkerexporter to alpha (#27666)

  • mysqlreceiver: expose tls in mysqlreceiver (#29269) If tls is not set, the default is to disable TLS connections.

  • processor/transform: Convert between sum and gauge in metric context when alpha feature gate processor.transform.ConvertBetweenSumAndGaugeMetricContext enabled (#20773)

  • receiver/mongodbatlasreceiver: adds project config to mongodbatlas metrics to filter by project name and clusters. (#28865)

  • pkg/stanza: Add "namedpipe" operator. (#27234)

  • pkg/resourcetotelemetry: Do not clone data in pkg/resourcetotelemetry by default (#29327)

    • The resulting consumer will be marked as MutatesData instead
  • pkg/stanza: Improve performance by not calling decode when nop encoding is defined (#28899)

  • exporter/prometheusremotewrite: prometheusremotewrite exporter add option to send metadata (#13849)

  • receivercreator: Added support for discovery of endpoints based on K8s services (#29022) By discovering endpoints based on K8s services, a dynamic probing of K8s service leveraging for example the httpcheckreceiver get enabled

  • signalfxexporter: change default timeout to 10 seconds (#29436)

  • awss3exporter: add support for s3_force_path_style and disable_ssl parameters (#29331) In order to support alternative object-storage, these parameters are useful and help to leverage those systems not compatible with domain style path, or just hosted without ssl (like just deployed in a k8s namespace).

  • hostmetricsreceiver: Add optional Linux-only metric system.linux.memory.available (#7417) This is an alternative to system.memory.usage metric with state=free. Linux starting from 3.14 exports "available" memory. It takes "free" memory as a baseline, and then factors in kernel-specific values. This is supposed to be more accurate than just "free" memory.

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector's changelog.

v0.90.0

🛑 Breaking changes 🛑

  • kafkareceiver: Do not export the function WithTracesUnmarshalers, WithMetricsUnmarshalers, WithLogsUnmarshalers (#26304)

💡 Enhancements 💡

  • datadogreceiver: The datadogreceiver supports the new datadog protocol that is sent by the datadog agent API/v0.2/traces. (#27045)
  • pkg/ottl: Add ability to independently parse OTTL conditions. (#29315)

🧰 Bug fixes 🧰

  • cassandraexporter: Exist check for keyspace and dynamic timeout (#27633)
Commits
  • d680729 [chore] Prepare release 0.90.0 (#29543)
  • 40b485f Update core for v0.90.0 release (#29539)
  • 4beb5c1 [chore] missed the build script (#29538)
  • c3d106f [chore] revert make update-otel (#29537)
  • f7c0d9c fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.66 (#29526)
  • 4aeacae cassandra exporter keyspace check and dynamic timeout (#27681)
  • e74c823 fix(deps): update module github.com/sap/go-hdb to v1.6.2 (#29529)
  • 3a29d0f [datasetexporter]: Upgrade library to 0.17.0 (#29446)
  • 24eca0b [chore][receiver/mongodbatlas] fix address lint issues: Implicit Memory Alias...
  • 9e8390f fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 3a041ad...
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter from 0.89.0 to 0.90.0

Release notes

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

v0.90.0

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

End user facing changes

🛑 Breaking changes 🛑

  • dockerstatsreceiver: Add [container.cpu.limit], [container.cpu.shares] and [container.restarts] metrics from docker container api (#21087) It requires API version 1.25 or greater.

🚀 New components 🚀

  • failoverconnector: New component that will allow for pipeline failover triggered by the health of target downstream exporters (#20766)
  • gitproviderreceiver: add repo, branch, and contributor count metrics (#22028)

💡 Enhancements 💡

  • opensearchexporter: Promote opensearchexporter to alpha. (#24668)

  • awsemfexporter: Improve NaN value checking for Summary metric types. (#28894)

  • awsemfexporter: Logs relating to the start and finish of processing metrics have been reduced to debug level (#29337)

  • azuremonitorreceiver: Support Azure gov cloud (#27573)

  • clickhouseexporter: Added support for more control over TTL configuration. Currently, it supports timelines only in days, now also in hours, minutes and seconds (propertyName ttl_days --> ttl). (#28675)

  • datasetexporter: Collect usage metrics with Otel and send grouped attributes in session info. (#27650, #27652)

  • resourcedetectionprocessor: Add k8s cluster name detection when running in EKS (#26794)

  • pkg/ottl: Add new IsDouble function to facilitate type checking. (#27895)

  • configschema: Generate metadata for connectors. (#26990)

  • telemetrygen: Exposes the span duration as a command line argument --span-duration (#29116)

  • honeycombmarkerexporter: Change honeycombmarkerexporter to alpha (#27666)

  • mysqlreceiver: expose tls in mysqlreceiver (#29269) If tls is not set, the default is to disable TLS connections.

  • processor/transform: Convert between sum and gauge in metric context when alpha feature gate processor.transform.ConvertBetweenSumAndGaugeMetricContext enabled (#20773)

  • receiver/mongodbatlasreceiver: adds project config to mongodbatlas metrics to filter by project name and clusters. (#28865)

  • pkg/stanza: Add "namedpipe" operator. (#27234)

  • pkg/resourcetotelemetry: Do not clone data in pkg/resourcetotelemetry by default (#29327)

    • The resulting consumer will be marked as MutatesData instead
  • pkg/stanza: Improve performance by not calling decode when nop encoding is defined (#28899)

  • exporter/prometheusremotewrite: prometheusremotewrite exporter add option to send metadata (#13849)

  • receivercreator: Added support for discovery of endpoints based on K8s services (#29022) By discovering endpoints based on K8s services, a dynamic probing of K8s service leveraging for example the httpcheckreceiver get enabled

  • signalfxexporter: change default timeout to 10 seconds (#29436)

  • awss3exporter: add support for s3_force_path_style and disable_ssl parameters (#29331) In order to support alternative object-storage, these parameters are useful and help to leverage those systems not compatible with domain style path, or just hosted without ssl (like just deployed in a k8s namespace).

  • hostmetricsreceiver: Add optional Linux-only metric system.linux.memory.available (#7417) This is an alternative to system.memory.usage metric with state=free. Linux starting from 3.14 exports "available" memory. It takes "free" memory as a baseline, and then factors in kernel-specific values. This is supposed to be more accurate than just "free" memory.

... (truncated)

Changelog

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

v0.90.0

🛑 Breaking changes 🛑

  • kafkareceiver: Do not export the function WithTracesUnmarshalers, WithMetricsUnmarshalers, WithLogsUnmarshalers (#26304)

💡 Enhancements 💡

  • datadogreceiver: The datadogreceiver supports the new datadog protocol that is sent by the datadog agent API/v0.2/traces. (#27045)
  • pkg/ottl: Add ability to independently parse OTTL conditions. (#29315)

🧰 Bug fixes 🧰

  • cassandraexporter: Exist check for keyspace and dynamic timeout (#27633)
Commits
  • d680729 [chore] Prepare release 0.90.0 (#29543)
  • 40b485f Update core for v0.90.0 release (#29539)
  • 4beb5c1 [chore] missed the build script (#29538)
  • c3d106f [chore] revert make update-otel (#29537)
  • f7c0d9c fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.66 (#29526)
  • 4aeacae cassandra exporter keyspace check and dynamic timeout (#27681)
  • e74c823 fix(deps): update module github.com/sap/go-hdb to v1.6.2 (#29529)
  • 3a29d0f [datasetexporter]: Upgrade library to 0.17.0 (#29446)
  • 24eca0b [chore][receiver/mongodbatlas] fix address lint issues: Implicit Memory Alias...
  • 9e8390f fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 3a041ad...
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver from 0.89.0 to 0.90.0

Release notes

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

v0.90.0

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

End user facing changes

🛑 Breaking changes 🛑

  • dockerstatsreceiver: Add [container.cpu.limit], [container.cpu.shares] and [container.restarts] metrics from docker container api (#21087) It requires API version 1.25 or greater.

🚀 New components 🚀

  • failoverconnector: New component that will allow for pipeline failover triggered by the health of target downstream exporters (#20766)
  • gitproviderreceiver: add repo, branch, and contributor count metrics (#22028)

💡 Enhancements 💡

  • opensearchexporter: Promote opensearchexporter to alpha. (#24668)

  • awsemfexporter: Improve NaN value checking for Summary metric types. (#28894)

  • awsemfexporter: Logs relating to the start and finish of processing metrics have been reduced to debug level (#29337)

  • azuremonitorreceiver: Support Azure gov cloud (#27573)

  • clickhouseexporter: Added support for more control over TTL configuration. Currently, it supports timelines only in days, now also in hours, minutes and seconds (propertyName ttl_days --> ttl). (#28675)

  • datasetexporter: Collect usage metrics with Otel and send grouped attributes in session info. (#27650, #27652)

  • resourcedetectionprocessor: Add k8s cluster name detection when running in EKS (#26794)

  • pkg/ottl: Add new IsDouble function to facilitate type checking. (#27895)

  • configschema: Generate metadata for connectors. (#26990)

  • telemetrygen: Exposes the span duration as a command line argument --span-duration (#29116)

  • honeycombmarkerexporter: Change honeycombmarkerexporter to alpha (#27666)

  • mysqlreceiver: expose tls in mysqlreceiver (#29269) If tls is not set, the default is to disable TLS connections.

  • processor/transform: Convert between sum and gauge in metric context when alpha feature gate processor.transform.ConvertBetweenSumAndGaugeMetricContext enabled (#20773)

  • receiver/mongodbatlasreceiver: adds project config to mongodbatlas metrics to filter by project name and clusters. (#28865)

  • pkg/stanza: Add "namedpipe" operator. (#27234)

  • pkg/resourcetotelemetry: Do not clone data in pkg/resourcetotelemetry by default (#29327)

    • The resulting consumer will be marked as MutatesData instead
  • pkg/stanza: Improve performance by not calling decode when nop encoding is defined (#28899)

  • exporter/prometheusremotewrite: prometheusremotewrite exporter add option to send metadata (#13849)

  • receivercreator: Added support for discovery of endpoints based on K8s services (#29022) By discovering endpoints based on K8s services, a dynamic probing of K8s service leveraging for example the httpcheckreceiver get enabled

  • signalfxexporter: change default timeout to 10 seconds (#29436)

  • awss3exporter: add support for s3_force_path_style and disable_ssl parameters (#29331) In order to support alternative object-storage, these parameters are useful and help to leverage those systems not compatible with domain style path, or just hosted without ssl (like just deployed in a k8s namespace).

  • hostmetricsreceiver: Add optional Linux-only metric system.linux.memory.available (#7417) This is an alternative to system.memory.usage metric with state=free. Linux starting from 3.14 exports "available" memory. It takes "free" memory as a baseline, and then factors in kernel-specific values. This is supposed to be more accurate than just "free" memory.

... (truncated)

Changelog

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

v0.90.0

🛑 Breaking changes 🛑

  • kafkareceiver: Do not export the function WithTracesUnmarshalers, WithMetricsUnmarshalers, WithLogsUnmarshalers (#26304)

💡 Enhancements 💡

  • datadogreceiver: The datadogreceiver supports the new datadog protocol that is sent by the datadog agent API/v0.2/traces. (#27045)
  • pkg/ottl: Add ability to independently parse OTTL conditions. (#29315)

🧰 Bug fixes 🧰

  • cassandraexporter: Exist check for keyspace and dynamic timeout (#27633)
Commits
  • d680729 [chore] Prepare release 0.90.0 (#29543)
  • 40b485f Update core for v0.90.0 release (#29539)
  • 4beb5c1 [chore] missed the build script (#29538)
  • c3d106f [chore] revert make update-otel (#29537)
  • f7c0d9c fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.66 (#29526)
  • 4aeacae cassandra exporter keyspace check and dynamic timeout (#27681)
  • e74c823 fix(deps): update module github.com/sap/go-hdb to v1.6.2 (#29529)
  • 3a29d0f [datasetexporter]: Upgrade library to 0.17.0 (#29446)
  • 24eca0b [chore][receiver/mongodbatlas] fix address lint issues: Implicit Memory Alias...
  • 9e8390f fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 3a041ad...
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver from 0.89.0 to 0.90.0

Release notes

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

v0.90.0

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

End user facing changes

🛑 Breaking changes 🛑

  • dockerstatsreceiver: Add [container.cpu.limit], [container.cpu.shares] and [container.restarts] metrics from docker container api (#21087) It requires API version 1.25 or greater.

🚀 New components 🚀

  • failoverconnector: New component that will allow for pipeline failover triggered by the health of target downstream exporters (#20766)
  • gitproviderreceiver: add repo, branch, and contributor count metrics (#22028)

💡 Enhancements 💡

  • opensearchexporter: Promote opensearchexporter to alpha. (#24668)

  • awsemfexporter: Improve NaN value checking for Summary metric types. (#28894)

  • awsemfexporter: Logs relating to the start and finish of processing metrics have been reduced to debug level (#29337)

  • azuremonitorreceiver: Support Azure gov cloud (#27573)

  • clickhouseexporter: Added support for more control over TTL configuration. Currently, it supports timelines only in days, now also in hours, minutes and seconds (propertyName ttl_days --> ttl). (#28675)

  • datasetexporter: Collect usage metrics with Otel and send grouped attributes in session info. (#27650, #27652)

  • resourcedetectionprocessor: Add k8s cluster name detection when running in EKS (#26794)

  • pkg/ottl: Add new IsDouble function to facilitate type checking. (#27895)

  • configschema: Generate metadata for connectors. (#26990)

  • telemetrygen: Exposes the span duration as a command line argument --span-duration (#29116)

  • honeycombmarkerexporter: Change honeycombmarkerexporter to alpha (#27666)

  • mysqlreceiver: expose tls in mysqlreceiver (#29269) If tls is not set, the default is to disable TLS connections.

  • processor/transform: Convert between sum and gauge in metric context when alpha feature gate processor.transform.ConvertBetweenSumAndGaugeMetricContext enabled (#20773)

  • receiver/mongodbatlasreceiver: adds project config to mongodbatlas metrics to filter by project name and clusters. (#28865)

  • pkg/stanza: Add "namedpipe" operator. (#27234)

  • pkg/resourcetotelemetry: Do not clone data in pkg/resourcetotelemetry by default (#29327)

    • The resulting consumer will be marked as MutatesData instead
  • pkg/stanza: Improve performance by not calling decode when nop encoding is defined (#28899)

  • exporter/prometheusremotewrite: prometheusremotewrite exporter add option to send metadata (#13849)

  • receivercreator: Added support for discovery of endpoints based on K8s services (#29022) By discovering endpoints based on K8s services, a dynamic probing of K8s service leveraging for example the httpcheckreceiver get enabled

  • signalfxexporter: change default timeout to 10 seconds (#29436)

  • awss3exporter: add support for s3_force_path_style and disable_ssl parameters (#29331) In order to support alternative object-storage, these parameters are useful and help to leverage those systems not compatible with domain style path, or just hosted without ssl (like just deployed in a k8s namespace).

  • hostmetricsreceiver: Add optional Linux-only metric system.linux.memory.available (#7417) This is an alternative to system.memory.usage metric with state=free. Linux starting from 3.14 exports "available" memory. It takes "free" memory as a baseline, and then factors in kernel-specific values. This is supposed to be more accurate than just "free" memory.

... (truncated)

Changelog

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

v0.90.0

🛑 Breaking changes 🛑

  • kafkareceiver: Do not export the function WithTracesUnmarshalers, WithMetricsUnmarshalers, WithLogsUnmarshalers (#26304)

💡 Enhancements 💡

  • datadogreceiver: The datadogreceiver supports the new datadog protocol that is sent by the datadog agent API/v0.2/traces. (#27045)
  • pkg/ottl: Add ability to independently parse OTTL conditions. (#29315)

🧰 Bug fixes 🧰

  • cassandraexporter: Exist check for keyspace and dynamic timeout (#27633)
Commits
  • d680729 [chore] Prepare release 0.90.0 (#29543)
  • 40b485f Update core for v0.90.0 release (#29539)
  • 4beb5c1 [chore] missed the build script (#29538)
  • c3d106f [chore] revert make update-otel (#29537)
  • f7c0d9c fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.66 (#29526)
  • 4aeacae cassandra exporter keyspace check and dynamic timeout (#27681)
  • e74c823 fix(deps): update module github.com/sap/go-hdb to v1.6.2 (#29529)
  • 3a29d0f [datasetexporter]: Upgrade library to 0.17.0 (#29446)
  • 24eca0b [chore][receiver/mongodbatlas] fix address lint issues: Implicit Memory Alias...
  • 9e8390f fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 3a041ad...
  • Additional commits viewable in compare view

Updates github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver from 0.89.0 to 0.90.0

Release notes

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

v0.90.0

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

End user facing changes

🛑 Breaking changes 🛑

  • dockerstatsreceiver: Add [container.cpu.limit], [container.cpu.shares] and [container.restarts] metrics from docker container api (#21087) It requires API version 1.25 or greater.

🚀 New components 🚀

  • failoverconnector: New component that will allow for pipeline failover triggered by the health of target downstream exporters (#20766)
  • gitproviderreceiver: add repo, branch, and contributor count metrics (#22028)

💡 Enhancements 💡

  • opensearchexporter: Promote opensearchexporter to alpha. (#24668)

  • awsemfexporter: Improve NaN value checking for Summary metric types. (#28894)

  • awsemfexporter: Logs relating to the start and finish of processing metrics have been reduced to debug level (#29337)

  • azuremonitorreceiver: Support Azure gov cloud (#27573)

  • clickhouseexporter: Added support for more control over TTL configuration. Currently, it supports timelines only in days, now also in hours, minutes and seconds (propertyName ttl_days --> ttl). (#28675)

  • datasetexporter: Collect usage metrics with Otel and send grouped attributes in session info. (#27650, #27652)

  • resourcedetectionprocessor: Add k8s cluster name detection when running in EKS (#26794)

  • pkg/ottl: Add new IsDouble function to facilitate type checking. (#27895)

  • configschema: Generate metadata for connectors. (#26990)

  • telemetrygen: Exposes the span duration as a command line argument --span-duration (#29116)

  • honeycombmarkerexporter: Change honeycombmarkerexporter to alpha (#27666)

  • mysqlreceiver: expose tls in mysqlreceiver (#29269) If tls is not set, the default is to disable TLS connections.

  • processor/transform: Convert between sum and gauge in metric context when alpha feature gate processor.transform.ConvertBetweenSumAndGaugeMetricContext enabled (#20773)

  • receiver/mongodbatlasreceiver: adds project config to mongodbatlas metrics to filter by project name and clusters. (#28865)

  • pkg/stanza: Add "namedpipe" operator. (#27234)

  • pkg/resourcetotelemetry: Do not clone data in pkg/resourcetotelemetry by default (#29327)

    • The resulting consumer will be marked as MutatesData instead
  • pkg/stanza: Improve performance by not calling decode when nop encoding is defined (#28899)

  • exporter/prometheusremotewrite: prometheusremotewrite exporter add option to send metadata (#13849)

  • receivercreator: Added support for discovery of endpoints based on K8s services (#29022) By discovering endpoints based on K8s services, a dynamic probing of K8s service leveraging for example the httpcheckreceiver get enabled

  • signalfxexporter: change default timeout to 10 seconds (#29436)

  • awss3exporter: add support for s3_force_path_style and disable_ssl parameters (#29331) In order to support alternative object-storage, these parameters are useful and help to leverage those systems not compatible with domain style path, or just hosted without ssl (like just deployed in a k8s namespace).

  • hostmetricsreceiver: Add optional Linux-only metric system.linux.memory.available (#7417) This is an alternative to system.memory.usage metric with state=free. Linux starting from 3.14 exports "available" memory. It takes "free" memory as a baseline, and then factors in kernel-specific values. This is supposed to be more accurate than just "free" memory.

... (truncated)

Changelog

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

v0.90.0

🛑 Breaking changes 🛑

  • kafkareceiver: Do not export the function WithTracesUnmarshalers, WithMetricsUnmarshalers, WithLogsUnmarshalers (#26304)

💡 Enhancements 💡

  • datadogreceiver: The datadogreceiver supports the new datadog protocol that is sent by the datadog agent API/v0.2/traces. (#27045)
  • pkg/ottl: Add ability to independently parse OTTL conditions. (#29315)

🧰 Bug fixes 🧰

  • cassandraexporter: Exist check for keyspace and dynamic timeout (#27633)
Commits
  • d680729 [chore] Prepare release 0.90.0 (#29543)
  • 40b485f Update core for v0.90.0 release (#29539)
  • 4beb5c1 [chore] missed the build script (#29538)
  • c3d106f [chore] revert make update-otel (#29537)
  • f7c0d9c fix(deps): update module github.com/aliyun/aliyun-log-go-sdk to v0.1.66 (#29526)
  • 4aeacae cassandra exporter keyspace check and dynamic timeout (#27681)
  • e74c823 fix(deps): update module github.com/sap/go-hdb to v1.6.2 (#29529)
  • 3a29d0f [datasetexporter]: Upgrade library to 0.17.0 (#29446)
  • 24eca0b [chore][receiver/mongodbatlas] fix address lint issues: Implicit Memory Alias...
  • 9e8390f fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 3a041ad...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the otel-collector group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.89.0` | `0.90.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.89.0` | `0.90.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.89.0` | `0.90.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.89.0` | `0.90.0` |
| [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) | `0.89.0` | `0.90.0` |


Updates `github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector` from 0.89.0 to 0.90.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.89.0...v0.90.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter` from 0.89.0 to 0.90.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.89.0...v0.90.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver` from 0.89.0 to 0.90.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.89.0...v0.90.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver` from 0.89.0 to 0.90.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.89.0...v0.90.0)

Updates `github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver` from 0.89.0 to 0.90.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.89.0...v0.90.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: otel-collector
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 29, 2023 04:47
@dependabot dependabot bot added the changelog:dependencies Update to dependencies label Nov 29, 2023
@dependabot dependabot bot requested a review from jkowall November 29, 2023 04:47
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6ca031a) 95.62% compared to head (81763fa) 95.60%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4977      +/-   ##
==========================================
- Coverage   95.62%   95.60%   -0.02%     
==========================================
  Files         319      319              
  Lines       18760    18760              
==========================================
- Hits        17939    17936       -3     
- Misses        659      661       +2     
- Partials      162      163       +1     
Flag Coverage Δ
cassandra-3.x 25.64% <ø> (ø)
cassandra-4.x 25.64% <ø> (ø)
elasticsearch-5.x 19.90% <ø> (ø)
elasticsearch-6.x 19.91% <ø> (+0.01%) ⬆️
elasticsearch-7.x 20.03% <ø> (ø)
elasticsearch-8.x 20.14% <ø> (ø)
grpc-badger 19.53% <ø> (ø)
kafka 14.07% <ø> (ø)
opensearch-1.x 20.03% <ø> (-0.02%) ⬇️
opensearch-2.x 20.03% <ø> (ø)
unittests 93.36% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro merged commit 1dd4b60 into main Nov 29, 2023
38 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/otel-collector-d36d20f9e5 branch November 29, 2023 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:dependencies Update to dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant