Skip to content

Bump github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver from 0.144.0 to 0.146.0 in /otelcol#384

Merged
tigrannajaryan merged 1 commit intomainfrom
dependabot/go_modules/otelcol/github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver-0.146.0
Mar 2, 2026
Merged

Bump github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver from 0.144.0 to 0.146.0 in /otelcol#384
tigrannajaryan merged 1 commit intomainfrom
dependabot/go_modules/otelcol/github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver-0.146.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver from 0.144.0 to 0.146.0.

Release notes

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

v0.146.0

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

Unmaintained Components

These components are marked as Unmaintained and will eventually be removed from our community distributions. If you depend on these components we need your help to support them.

  • receiver/bigip
  • exporter/alibabacloudlogservice

End User Changelog

🛑 Breaking changes 🛑

  • all: Increase minimum Go version to 1.25 (#46000)

  • exporter/elasticsearch: Remove ecs mode log enrichment for agent.name and agent.version (#45849) The removed log enrichments are duplicate code that already exists in the github.com/elastic/opentelemetry-collector-components/processor/elasticapmprocessor. It is recommended to use the github.com/elastic/opentelemetry-collector-components/processor/elasticapmprocessor when using mapping mode ecs to ensure index documents contain all required Elastic fields to power the Kibana UI.

  • processor/akamaidetector: Update semantic conventions to v1.39.0 and use the convention for cloud.platform in Akamai detector (#45511)

  • processor/k8s_attributes: Introduce semantic conventions compliant feature gate pair for k8sattributes processor (#44693)

    • Added processor.k8sattributes.EmitV1K8sConventions feature gate to enable stable semantic convention attributes (singular form: k8s.<workload>.label.<key> and k8s.<workload>.annotation.<key>)
    • Added processor.k8sattributes.DontEmitV0K8sConventions feature gate to disable legacy non-compliant attributes (plural form: k8s.<workload>.labels.<key> and k8s.<workload>.annotations.<key>)
    • Both feature gates are in alpha stage and disabled by default
    • The processor now validates that legacy attributes cannot be disabled without enabling stable attributes
    • Deprecated k8sattr.labelsAnnotationsSingular.allow feature gate in favor of the new semconv-compliant gates (will be removed in v0.150.0)
    • During migration period, both legacy and stable attributes can coexist when EmitV1K8sConventions is enabled but DontEmitV0K8sConventions is not
  • processor/resourcedetection: Promote processor.resourcedetection.propagateerrors feature gate to Stable and is now always enabled (#44609)

  • receiver/hostmetrics: process.context_switches will now properly count context switches for all threads. (#36804) Previously, only the lead thread's context switches would be counter. We believe this was a bug, but are marking it as a breaking change since the values of these metrics may change drastically compared to previous expectations. However, the values you get now will be more accurate than before.

  • receiver/kafkametrics: receiver.kafkametricsreceiver.UseFranzGo feature gate is now in Beta stage and enabled by default (#44600)

🚩 Deprecations 🚩

... (truncated)

Changelog

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

v0.146.0

🚩 Deprecations 🚩

  • pkg/stanza: Package "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/operator/parser/json" has been deprecated. Use "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/operator/parser/jsonparser" instead (#45006)
  • pkg/stanza: Package "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/errors" has been deprecated. Use "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/stanzaerrors" instead (#45006)
  • pkg/stanza: Package "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/operator/parser/time" has been deprecated. Use "github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza/operator/parser/timeparser" instead (#45006)

💡 Enhancements 💡

  • processor/filter: Introduces inferred context conditions for filtering (#37904) Introduces three new top-level config fields [metric_conditions, log_conditions, trace_conditions]. A user can supply OTTL conditions for each without needing to supply context.

  • receiver/pprof: Implement the functionality of transforming pprof to OTel Profiles (#45411)

🧰 Bug fixes 🧰

  • processor/sumologic: Export config types to allow programmatic configuration via Go API (#45880)
  • receiver/filestats: Ensure that bsd build tags are respected by renaming filestats_darwin.go to filestats_bsd.go (#42645)

v0.145.0

🛑 Breaking changes 🛑

  • pkg/translator/azure: Updated OpenTelemetry semantic conversion to the latest version 1.38.0 in azure pkg. (#44801)

🚩 Deprecations 🚩

  • pkg/ottl: Use pointer when passing TransformContext around or calling into. (#44944) Change Expr/Parser/Getter/Setter and all ottl related funcs to accept pointers to avoid unnecessary copy of a large TransformContext(96B). Avoid allocating a new pcommon.Map every time a new context is created by using a Borrow/Return pattern and reuse objects between calls. Deprecated funcs are:
    • ottlprofile.NewTransformContext in favor of ottlprofile.NewTransformContextPtr;
    • ottlprofilesample.NewTransformContext in favor of ottlprofilesample.NewTransformContextPtr;
    • filterprocessor.DefaultProfileFunctions in favor of filterprocessor.DefaultProfileFunctionsNew
    • filterprocessor.WithProfileFunctions in favor of filterprocessor.WithProfileFunctionsNew
    • transformprocessor.DefaultProfileFunctions in favor of transformprocessor.DefaultProfileFunctionsNew
    • transformprocessor.WithProfileFunctions in favor of transformprocessor.WithProfileFunctionsNew

💡 Enhancements 💡

  • connector/routing: Update existing util functions to reduce allocs. (#45061)
  • connector/routing: Add new util functions to copy data in routing connector. (#45061)
  • receiver/snowflake: Enables dynamic metric reaggregation in the Splunk Enterprise receiver. This does not break existing configuration files. (#45396)
  • receiver/windowsservice: Enables dynamic metric reaggregation in the Splunk Enterprise receiver. This does not break existing configuration files. (#45396)

... (truncated)

Commits
  • 8f6cb46 [chore] Prepare release 0.146.0 (#46179)
  • cd02fb4 [extension/encoding/awslogsencodingextension] Add support for multiple JSON o...
  • a13d183 [pkg/kafka/configkafka] Add conn_idle_timeout for franz-go clients (#45321)
  • c6d3e1e [processor/k8sattributes] Fix concurrent map read and map write panic (#46113)
  • a069139 [chore] Add display names for receivers - batch 1 (#46055)
  • b4540ae [receiver/kafkametrics] Promote receiver.kafkametricsreceiver.UseFranzGo feat...
  • ed83b12 [chore][hostmetricsreceiver] Fix example config: uptime scraper renamed to sy...
  • 9f9f925 [chore][ci] disable lychee include_fragments option (#46170)
  • 8478b83 Update All github.com/aws packages (#46168)
  • 7045957 Update module modernc.org/sqlite to v1.46.0 - abandoned (#46164)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file Go labels Mar 2, 2026
@github-actions
Copy link

github-actions bot commented Mar 2, 2026

Benchmark Result

Benchmark diff with base branch
goos: linux
goarch: amd64
pkg: github.com/splunk/stef/benchmarks
cpu: AMD EPYC 7763 64-Core Processor                
                                                 │ bench-main.txt │           bench-new.txt            │
                                                 │     sec/op     │    sec/op     vs base              │
SerializeNative/STEF/serialize-4                     9.153m ±  1%   9.217m ±  5%       ~ (p=0.818 n=6)
SerializeNative/STEFU/serialize-4                    34.33m ±  4%   34.31m ±  2%       ~ (p=0.937 n=6)
DeserializeNative/STEF/deser-4                       2.402m ±  2%   2.395m ±  1%       ~ (p=0.589 n=6)
DeserializeNative/STEFU/deser-4                      7.274m ±  0%   7.273m ±  0%       ~ (p=0.589 n=6)
SerializeFromPdata/STEF/serialize-4                  134.9m ±  2%   133.9m ±  1%       ~ (p=0.093 n=6)
SerializeFromPdata/STEFU/serialize-4                 35.11m ±  3%   34.84m ±  1%       ~ (p=0.240 n=6)
DeserializeToPdata/STEF/deserialize-4                45.08m ±  2%   45.65m ±  2%       ~ (p=0.132 n=6)
DeserializeToPdata/STEFU/deserialize-4               63.74m ±  2%   63.42m ±  2%       ~ (p=0.485 n=6)
STEFReaderRead-4                                     2.550m ±  1%   2.550m ±  2%       ~ (p=0.818 n=6)
STEFSerializeMultipart/astronomy-otelmetrics-4        3.252 ±  2%    3.234 ±  2%       ~ (p=0.589 n=6)
STEFDeserializeMultipart/astronomy-otelmetrics-4     68.52m ± 15%   72.90m ± 10%       ~ (p=0.699 n=6)
ReadSTEF-4                                           2.559m ±  5%   2.532m ±  1%       ~ (p=0.310 n=6)
ReadSTEFZ-4                                          3.198m ±  1%   3.189m ±  1%  -0.27% (p=0.041 n=6)
ReadSTEFZWriteSTEF-4                                 7.534m ±  2%   7.535m ±  3%       ~ (p=1.000 n=6)
geomean                                              20.68m         20.74m        +0.28%

                                                 │ bench-main.txt │           bench-new.txt            │
                                                 │   sec/point    │  sec/point    vs base              │
SerializeNative/STEF/serialize-4                     136.9n ±  1%   137.8n ±  5%       ~ (p=0.855 n=6)
SerializeNative/STEFU/serialize-4                    513.5n ±  4%   513.3n ±  2%       ~ (p=0.937 n=6)
DeserializeNative/STEF/deser-4                       35.91n ±  2%   35.82n ±  1%       ~ (p=0.589 n=6)
DeserializeNative/STEFU/deser-4                      108.8n ±  0%   108.8n ±  0%       ~ (p=0.405 n=6)
SerializeFromPdata/STEF/serialize-4                  2.019µ ±  2%   2.004µ ±  1%       ~ (p=0.093 n=6)
SerializeFromPdata/STEFU/serialize-4                 525.5n ±  3%   521.5n ±  1%       ~ (p=0.216 n=6)
DeserializeToPdata/STEF/deserialize-4                675.0n ±  2%   683.5n ±  2%       ~ (p=0.145 n=6)
DeserializeToPdata/STEFU/deserialize-4               954.0n ±  1%   949.5n ±  2%       ~ (p=0.485 n=6)
STEFReaderRead-4                                     38.14n ±  1%   38.14n ±  2%       ~ (p=0.818 n=6)
STEFSerializeMultipart/astronomy-otelmetrics-4       4.134µ ±  2%   4.110µ ±  2%       ~ (p=0.589 n=6)
STEFDeserializeMultipart/astronomy-otelmetrics-4     87.09n ± 15%   92.66n ± 10%       ~ (p=0.699 n=6)
ReadSTEF-4                                           38.29n ±  5%   37.90n ±  1%       ~ (p=0.288 n=6)
ReadSTEFZ-4                                          47.86n ±  1%   47.72n ±  1%  -0.28% (p=0.045 n=6)
ReadSTEFZWriteSTEF-4                                 112.8n ±  2%   112.8n ±  3%       ~ (p=1.000 n=6)
geomean                                              217.6n         218.2n        +0.28%

                                                 │ bench-main.txt │            bench-new.txt             │
                                                 │      B/op      │     B/op      vs base                │
SerializeNative/STEF/serialize-4                     3.335Mi ± 0%   3.335Mi ± 0%       ~ (p=0.615 n=6)
SerializeNative/STEFU/serialize-4                    7.557Mi ± 0%   7.557Mi ± 0%       ~ (p=0.844 n=6)
DeserializeNative/STEF/deser-4                       951.4Ki ± 0%   951.4Ki ± 0%       ~ (p=1.000 n=6) ¹
DeserializeNative/STEFU/deser-4                      1.715Mi ± 0%   1.715Mi ± 0%       ~ (p=1.000 n=6) ¹
SerializeFromPdata/STEF/serialize-4                  76.55Mi ± 0%   76.55Mi ± 0%       ~ (p=0.370 n=6)
SerializeFromPdata/STEFU/serialize-4                 7.557Mi ± 0%   7.557Mi ± 0%       ~ (p=0.688 n=6)
DeserializeToPdata/STEF/deserialize-4                31.99Mi ± 0%   31.99Mi ± 0%  +0.00% (p=0.050 n=6)
DeserializeToPdata/STEFU/deserialize-4               38.88Mi ± 0%   38.88Mi ± 0%       ~ (p=0.255 n=6)
STEFReaderRead-4                                     953.1Ki ± 0%   953.1Ki ± 0%       ~ (p=1.000 n=6) ¹
STEFSerializeMultipart/astronomy-otelmetrics-4       3.384Gi ± 0%   3.385Gi ± 0%       ~ (p=0.394 n=6)
STEFDeserializeMultipart/astronomy-otelmetrics-4     20.30Mi ± 0%   20.30Mi ± 0%       ~ (p=0.807 n=6)
ReadSTEF-4                                           953.1Ki ± 0%   953.1Ki ± 0%       ~ (p=0.193 n=6)
ReadSTEFZ-4                                          10.29Mi ± 0%   10.29Mi ± 0%       ~ (p=0.909 n=6)
ReadSTEFZWriteSTEF-4                                 13.44Mi ± 0%   13.44Mi ± 0%       ~ (p=0.249 n=6)
geomean                                              10.66Mi        10.66Mi       +0.00%
¹ all samples are equal

                                                 │ bench-main.txt │            bench-new.txt            │
                                                 │   allocs/op    │  allocs/op   vs base                │
SerializeNative/STEF/serialize-4                      2.646k ± 0%   2.645k ± 1%       ~ (p=0.671 n=6)
SerializeNative/STEFU/serialize-4                      883.0 ± 0%    883.0 ± 0%       ~ (p=1.000 n=6) ¹
DeserializeNative/STEF/deser-4                         463.0 ± 0%    463.0 ± 0%       ~ (p=1.000 n=6) ¹
DeserializeNative/STEFU/deser-4                        496.0 ± 0%    496.0 ± 0%       ~ (p=1.000 n=6) ¹
SerializeFromPdata/STEF/serialize-4                   134.7k ± 0%   134.7k ± 0%       ~ (p=1.000 n=6)
SerializeFromPdata/STEFU/serialize-4                   884.0 ± 0%    884.0 ± 0%       ~ (p=1.000 n=6) ¹
DeserializeToPdata/STEF/deserialize-4                 756.2k ± 0%   756.2k ± 0%       ~ (p=1.000 n=6) ¹
DeserializeToPdata/STEFU/deserialize-4                944.9k ± 0%   944.9k ± 0%       ~ (p=1.000 n=6) ¹
STEFReaderRead-4                                       463.0 ± 0%    463.0 ± 0%       ~ (p=1.000 n=6) ¹
STEFSerializeMultipart/astronomy-otelmetrics-4        13.15M ± 0%   13.15M ± 0%       ~ (p=0.563 n=6)
STEFDeserializeMultipart/astronomy-otelmetrics-4      1.956k ± 0%   1.956k ± 0%       ~ (p=1.000 n=6) ¹
ReadSTEF-4                                             463.0 ± 0%    463.0 ± 0%       ~ (p=1.000 n=6) ¹
ReadSTEFZ-4                                            500.0 ± 0%    500.0 ± 0%       ~ (p=1.000 n=6) ¹
ReadSTEFZWriteSTEF-4                                  1.228k ± 0%   1.228k ± 0%       ~ (p=1.000 n=6) ¹
geomean                                               6.298k        6.298k       -0.00%
¹ all samples are equal
Benchmark result
benchstat bench-new.txt
goos: linux
goarch: amd64
pkg: github.com/splunk/stef/benchmarks
cpu: AMD EPYC 7763 64-Core Processor                
                                                 │ bench-new.txt │
                                                 │    sec/op     │
SerializeNative/STEF/serialize-4                    9.217m ±  5%
SerializeNative/STEFU/serialize-4                   34.31m ±  2%
DeserializeNative/STEF/deser-4                      2.395m ±  1%
DeserializeNative/STEFU/deser-4                     7.273m ±  0%
SerializeFromPdata/STEF/serialize-4                 133.9m ±  1%
SerializeFromPdata/STEFU/serialize-4                34.84m ±  1%
DeserializeToPdata/STEF/deserialize-4               45.65m ±  2%
DeserializeToPdata/STEFU/deserialize-4              63.42m ±  2%
STEFReaderRead-4                                    2.550m ±  2%
STEFSerializeMultipart/astronomy-otelmetrics-4       3.234 ±  2%
STEFDeserializeMultipart/astronomy-otelmetrics-4    72.90m ± 10%
ReadSTEF-4                                          2.532m ±  1%
ReadSTEFZ-4                                         3.189m ±  1%
ReadSTEFZWriteSTEF-4                                7.535m ±  3%
geomean                                             20.74m

                                                 │ bench-new.txt │
                                                 │   sec/point   │
SerializeNative/STEF/serialize-4                    137.8n ±  5%
SerializeNative/STEFU/serialize-4                   513.3n ±  2%
DeserializeNative/STEF/deser-4                      35.82n ±  1%
DeserializeNative/STEFU/deser-4                     108.8n ±  0%
SerializeFromPdata/STEF/serialize-4                 2.004µ ±  1%
SerializeFromPdata/STEFU/serialize-4                521.5n ±  1%
DeserializeToPdata/STEF/deserialize-4               683.5n ±  2%
DeserializeToPdata/STEFU/deserialize-4              949.5n ±  2%
STEFReaderRead-4                                    38.14n ±  2%
STEFSerializeMultipart/astronomy-otelmetrics-4      4.110µ ±  2%
STEFDeserializeMultipart/astronomy-otelmetrics-4    92.66n ± 10%
ReadSTEF-4                                          37.90n ±  1%
ReadSTEFZ-4                                         47.72n ±  1%
ReadSTEFZWriteSTEF-4                                112.8n ±  3%
geomean                                             218.2n

                                                 │ bench-new.txt │
                                                 │     B/op      │
SerializeNative/STEF/serialize-4                    3.335Mi ± 0%
SerializeNative/STEFU/serialize-4                   7.557Mi ± 0%
DeserializeNative/STEF/deser-4                      951.4Ki ± 0%
DeserializeNative/STEFU/deser-4                     1.715Mi ± 0%
SerializeFromPdata/STEF/serialize-4                 76.55Mi ± 0%
SerializeFromPdata/STEFU/serialize-4                7.557Mi ± 0%
DeserializeToPdata/STEF/deserialize-4               31.99Mi ± 0%
DeserializeToPdata/STEFU/deserialize-4              38.88Mi ± 0%
STEFReaderRead-4                                    953.1Ki ± 0%
STEFSerializeMultipart/astronomy-otelmetrics-4      3.385Gi ± 0%
STEFDeserializeMultipart/astronomy-otelmetrics-4    20.30Mi ± 0%
ReadSTEF-4                                          953.1Ki ± 0%
ReadSTEFZ-4                                         10.29Mi ± 0%
ReadSTEFZWriteSTEF-4                                13.44Mi ± 0%
geomean                                             10.66Mi

                                                 │ bench-new.txt │
                                                 │   allocs/op   │
SerializeNative/STEF/serialize-4                     2.645k ± 1%
SerializeNative/STEFU/serialize-4                     883.0 ± 0%
DeserializeNative/STEF/deser-4                        463.0 ± 0%
DeserializeNative/STEFU/deser-4                       496.0 ± 0%
SerializeFromPdata/STEF/serialize-4                  134.7k ± 0%
SerializeFromPdata/STEFU/serialize-4                  884.0 ± 0%
DeserializeToPdata/STEF/deserialize-4                756.2k ± 0%
DeserializeToPdata/STEFU/deserialize-4               944.9k ± 0%
STEFReaderRead-4                                      463.0 ± 0%
STEFSerializeMultipart/astronomy-otelmetrics-4       13.15M ± 0%
STEFDeserializeMultipart/astronomy-otelmetrics-4     1.956k ± 0%
ReadSTEF-4                                            463.0 ± 0%
ReadSTEFZ-4                                           500.0 ± 0%
ReadSTEFZWriteSTEF-4                                 1.228k ± 0%
geomean                                              6.298k

…er/hostmetricsreceiver

Bumps [github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver](https://github.com/open-telemetry/opentelemetry-collector-contrib) from 0.144.0 to 0.146.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.144.0...v0.146.0)

---
updated-dependencies:
- dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver
  dependency-version: 0.146.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/otelcol/github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver-0.146.0 branch from de9c2e8 to 4c7d659 Compare March 2, 2026 20:34
@tigrannajaryan tigrannajaryan merged commit 37726d6 into main Mar 2, 2026
9 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/otelcol/github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver-0.146.0 branch March 2, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Go

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant