Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2025

Bumps the otel group with 1 update in the / directory: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger.

Updates github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger from 0.138.0 to 0.139.0

Release notes

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's releases.

v0.139.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

🛑 Breaking changes 🛑

  • receiver/sqlserver: Standardizing the unit interpretation of lookback_time in config for top query collection (#43573) Like other interval related config values, lookback_time also should suffix 's' to represent time in seconds.

💡 Enhancements 💡

  • connector/count: Support for setting attributes from scope and resource levels. Precedence order: Span (or Log Record, etc.) > Scope attributes > Resource attributes. (#41859)

  • connector/spanmetrics: Add add_resource_attributes opt-in config option to keep resource attributes in generated metrics (#43394) This configuration option allows users to override the connector.spanmetrics.excludeResourceMetrics feature gate and restore the old behavior of including resource attributes in metrics. This is needed for customers whose existing dashboards depend on resource attributes being present in the generated metrics.

  • exporter/azuremonitor: Add authenticator extension support to the Azure Monitor exporter. (#41004)

  • exporter/azuremonitor: Updated azure monitor exporter to use OTEL semantic conventions 1.34.0 (#41289)

  • exporter/datadog: Disabled "Successfully posted payload" log that was emitted every 500 metric exports (#43594, #43879)

  • exporter/datadog: Set sending queue batch default values to match exporter helper default: flush timeout 200ms, min size 8192, no max size. (#43848) The default values now match exactly the default in batch processor.

  • exporter/elasticsearch: Update Elasticsearch exporter ECS mapping mode encoder semantic convention mappings (#43805)

  • exporter/googlecloudstorage: Implement skeleton of googlecloudstorage exporter. (#43123)

  • exporter/influxdb: Fix InfluxDB Exporter precision configuration to allow choice of precision instead of hardcoding 'ns'. (#43645)

  • extension/awslogs_encoding: Enhance CloudTrail log parsing by adding support for digest files (#43403)

  • extension/awslogs_encoding: Add support for AWS Network Firewall logs. (#43616) The AWS Logs Encoding Extension now supports unmarshaling AWS Network Firewall logs into OpenTelemetry logs format.

  • extension/awslogs_encoding: Enhance CloudTrail log parsing by adding extra fields (#43403)

  • extension/googlecloudlogentry_encoding: Add encoding.format attribute to GCP encoding extension to identify the source format. (#43320)

  • internal/aws: Upgrade k8s libraries from v0.32.x to v0.34.x (#43890)

  • pkg/ottl: Support taking match patterns from runtime data in the replace_all_patterns and replace_pattern functions. (#43555)

  • pkg/ottl: Add TrimPrefix and TrimSuffix to OTTL (#43883) This is a much optimal way to remove prefix/suffix compare with replace_pattern(name, "^prefixed", "")

  • pkg/ottl: Added support for dynamic delimiter in Split() function in OTTL. (#43555)

  • pkg/ottl: Added support for dynamic delimiter in Concat() function in OTTL. (#43555)

  • pkg/ottl: Added support for dynamic prefix/suffix in HasPrefix and HasSuffix functions in OTTL. (#43555)

  • pkg/ottl: Remove unnecessary regexp compilation every execution (#43915)

  • pkg/ottl: Add unit and type subpaths for profile.sample_type and profile.period_type. (#43723)

  • pkg/ottl: Support taking match patterns from runtime data in the replace_all_matches and replace_match functions. (#43555)

  • pkg/ottl: Support taking match patterns from runtime data in the IsMatch function. (#43555)

  • pkg/ottl: Remove unnecessary full copy of maps/slices when setting value on sub-map (#43949)

  • pkg/ottl: Add XXH128 Converter function to converts a value to a XXH128 hash/digest (#42792)

  • pkg/ottl: Support dynamic keys in the delete_key and delete_matching_keys functions, allowing the key to be specified at runtime. (#43081)

  • pkg/ottl: Support paths and expressions as keys in keep_keys and keep_matching_keys (#43555)

  • pkg/ottl: Support dynamic pattern keys in ExtractPatterns and ExtractGrokPatterns functions, allowing the keys to be specified at runtime. (#43555)

  • pkg/ottl: Added support for dynamic encoding in Decode() function in OTTL. (#43555)

  • processor/filter: Allow setting OTTL conditions to filter out whole resources (#43968)

... (truncated)

Changelog

Sourced from github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger's changelog.

v0.139.0

🛑 Breaking changes 🛑

  • cmd/opampsupervisor: Remove common package, moving code where it is used instead. (#43885)
  • extension/sumologic: Move api and credentials packages to internal (#43789)
  • pkg/translator/zipkin: Unexport ToTranslator (#43852)
  • receiver/aerospike: Unexport mocks (#43788)
  • receiver/azuremonitor: unexport NewMutexMapImpl and NewSyncMapImpl (#43925)
  • receiver/jmx: unexport InsertDefault (#43965)
Commits

Updates go.opentelemetry.io/collector/consumer from 1.44.0 to 1.45.0

Release notes

Sourced from go.opentelemetry.io/collector/consumer's releases.

v1.45.0/v0.139.0

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

End User Changelog

🛑 Breaking changes 🛑

  • cmd/mdatagen: Make stability.level a required field for metrics (#14070)

  • cmd/mdatagen: Replace optional field with requirement_level field for attributes in metadata schema (#13913) The optional boolean field for attributes has been replaced with a requirement_level field that accepts enum values: required, conditionally_required, recommended, or opt_in.

    • required: attribute is always included and cannot be excluded
    • conditionally_required: attribute is included by default when certain conditions are met (replaces optional: true)
    • recommended: attribute is included by default but can be disabled via configuration (replaces optional: false)
    • opt_in: attribute is not included unless explicitly enabled in user config When requirement_level is not specified, it defaults to recommended.
  • pdata/pprofile: Remove deprecated PutAttribute helper method (#14082)

  • pdata/pprofile: Remove deprecated PutLocation helper method (#14082)

💡 Enhancements 💡

  • all: Add FIPS and non-FIPS implementations for allowed TLS curves (#13990)
  • cmd/builder: Set CGO_ENABLED=0 by default, add the cgo_enabled configuration to enable it. (#10028)
  • pkg/config/configgrpc: Errors of type status.Status returned from an Authenticator extension are being propagated as is to the upstream client. (#14005)
  • pkg/config/configoptional: Adds new configoptional.AddEnabledField feature gate that allows users to explicitly disable a configoptional.Optional through a new enabled field. (#14021)
  • pkg/exporterhelper: Replace usage of gogo proto for persistent queue metadata (#14079)
  • pkg/pdata: Remove usage of gogo proto and generate the structs with pdatagen (#14078)

🧰 Bug fixes 🧰

  • exporter/debug: add queue configuration (#14101)

API Changelog

🛑 Breaking changes 🛑

  • all: Change type of configgrpc.ClientConfig.Headers, confighttp.ClientConfig.Headers, and confighttp.ServerConfig.ResponseHeaders (#13930) configopaque.MapList is a new alternative to map[string]configopaque.String which can unmarshal both maps and lists of name/value pairs.

    For example, if headers is a field of type configopaque.MapList, then the following YAML configs will unmarshal to the same thing:

    headers:
      "foo": "bar"
    headers:
    
    name: "foo"

... (truncated)

Changelog

Sourced from go.opentelemetry.io/collector/consumer's changelog.

v1.45.0/v0.139.0

🛑 Breaking changes 🛑

  • all: Change type of configgrpc.ClientConfig.Headers, confighttp.ClientConfig.Headers, and confighttp.ServerConfig.ResponseHeaders (#13930) configopaque.MapList is a new alternative to map[string]configopaque.String which can unmarshal both maps and lists of name/value pairs.

    For example, if headers is a field of type configopaque.MapList, then the following YAML configs will unmarshal to the same thing:

    headers:
      "foo": "bar"
    headers:
    
    name: "foo"
    value: "bar"
  • pdata/pprofile: Update SetFunction to return the function's ID rather than update the Line (#14016, #14032)

  • pdata/pprofile: Update SetLink to return the link's ID rather than update the Sample (#14016, #14031)

  • pdata/pprofile: Update SetMapping to return the mapping's ID rather than update the Location (#14016, #14030)

  • pkg/otelcol: Require a telemetry factory to be injected through otelcol.Factories (#4970) otelcol.Factories now has a required Telemetry field, which contains the telemetry factory to be used by the service. Set it to otelconftelemetry.NewFactory() for the existing behavior.

  • pkg/pdata: Remove unused generated code from pprofile (#14073) Experimental package, ok to break since not used.

  • 💡 Enhancements 💡

    • pdata/pprofile: Introduce SetStack method (#14007)
    • pdata/xpdata: Add high-level Entity API for managing entities attached to resources (#14042) Introduces Entity, EntitySlice, and EntityAttributeMap types that provide a user-friendly interface for working with resource entities. The new API ensures consistency between entity and resource attributes by sharing the underlying attribute map, and prevents attribute conflicts between entities. This API may eventually replace the generated protobuf-based API for better usability.

    🧰 Bug fixes 🧰

    • cmd/mdatagen: Fix mdatagen generated_metrics for connectors (#12402)
    Commits
    • f2bced2 [chore] Prepare release v1.45.0/v0.139.0 (#14117)
    • 82f2534 [fips140][cmd/builder] Unit tests: Add GODEBUG=tlsmklem=0 if `GODEBUG=fip...
    • e75f556 chore(deps): update all go.opentelemetry.io/build-tools packages to v0.29.0 (...
    • 6f29b34 [exporter/debug] add queue configuration (#14101)
    • 1847c2e cmd/builder: set CGO_ENABLED=0 by default (#14094)
    • ab33d4b [mdatagen] make stability a required field (#14070)
    • 507664f [configgrpc, confighttp] Support lists of name/value pairs for headers (#13996)
    • a646a2e fix(deps): update module go.opentelemetry.io/collector/component to v1 (#14089)
    • 4fb443f chore(deps): update github-actions deps (#14084)
    • 0642f4c chore(deps): update github-actions deps (major) (#14086)
    • 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 group with 1 update in the / directory: [github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger](https://github.com/open-telemetry/opentelemetry-collector-contrib).
    
    
    Updates `github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger` from 0.138.0 to 0.139.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.138.0...v0.139.0)
    
    Updates `go.opentelemetry.io/collector/consumer` from 1.44.0 to 1.45.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@pdata/v1.44.0...pdata/v1.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger
      dependency-version: 0.139.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    - dependency-name: go.opentelemetry.io/collector/consumer
      dependency-version: 1.45.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: otel
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 4, 2025
    @dependabot dependabot bot requested a review from a team as a code owner November 4, 2025 18:12
    @dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 4, 2025
    @kruskall kruskall merged commit fd9c597 into main Nov 4, 2025
    10 checks passed
    @kruskall kruskall deleted the dependabot/go_modules/otel-5db74120fe branch November 4, 2025 18:14
    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 Pull requests that update Go code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants