Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 11, 2025

This PR contains the following updates:

Package Update Change
open-telemetry/opentelemetry-cpp minor v1.21.0 -> v1.22.0

Release Notes

open-telemetry/opentelemetry-cpp (open-telemetry/opentelemetry-cpp)

v1.22.0: release

Compare Source

v1.22.0 release

Release of:

  • opentelemetry-api
  • opentelemetry-sdk
  • exporter packages
What's Changed
Important changes
  • [REMOVAL] Removed deprecated semantic convention header files
    #​3475

    • Old semantic conventions header files have been removed,
      per announcement from Nov 9, 2024, see
      #​3105

    • Mitigation steps are repeated below, for convenience.

    • Two things have changed:

      • the header file to use
      • the symbol name to use.

      Before, the semantic convention for url.full was:

      • declared in file semantic_conventions.h
      • declared as symbol SemanticConventions::kUrlFull

      Now, the url.full convention, which is part or the url group, is:

      • declared in file semconv/url_attributes.h
      • declared as symbol semconv::url::kUrlFull

      Application code that uses semantic conventions must be adjusted
      accordingly.

      In addition, semantic conventions that are not marked as stable
      are generated in a different header file, placed under directory
      incubating, to better separate stable and non stable code.

      For example, file semconv/incubating/url_attributes.h
      defines semconv::url::kUrlDomain,
      which is not marked as stable in semconv v1.27.0

New Contributors

Full Changelog: open-telemetry/opentelemetry-cpp@v1.21.0...v1.22.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sonarqubecloud
Copy link

@sjinks sjinks merged commit d90312a into master Jul 22, 2025
15 checks passed
@sjinks sjinks deleted the renovate/open-telemetry-opentelemetry-cpp-1.x branch July 22, 2025 07:18
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