Skip to content

Commit

Permalink
[Deprecation] Deprecate experimental semantic conventions (open-telem…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Nov 7, 2022
1 parent b8b715f commit 2ec0d15
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,27 @@ Increment the:
* [METRICS SDK] - Remove old metrics from Github CI
[#1733](https://github.com/open-telemetry/opentelemetry-cpp/pull/1733)

Deprecation notes:

* The file
`api/include/opentelemetry/trace/experimental_semantic_conventions.h`
is deprecated, and will be removed in a future release.
Use file
`api/include/opentelemetry/trace/semantic_conventions.h`
instead.

* The file
`sdk/include/opentelemetry/sdk/resource/experimental_semantic_conventions.h`
is deprecated, and will be removed in a future release.
Use file
`sdk/include/opentelemetry/sdk/resource/semantic_conventions.h`
instead.

* The function
`uint32_t hashCode(const char *str, uint32_t h = 0)`
is deprecated, and will be removed in a future release.
No replacement will be provided.

## [1.7.0] 2022-10-28

* [METRICS SDK] Validate Instrument meta data (name, unit, description) [#1713](https://github.com/open-telemetry/opentelemetry-cpp/pull/1713)
Expand Down

0 comments on commit 2ec0d15

Please sign in to comment.