forked from open-telemetry/semantic-conventions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate
tls.client.server_name
attribute in favor of common `serv…
…er.address` (open-telemetry#1216) Co-authored-by: Joao Grassi <[email protected]>
- Loading branch information
Showing
5 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
change_type: breaking | ||
component: tls | ||
note: > | ||
Deprecate `tls.client.server_name attribute` in favor of common `server.address`. | ||
issues: [ 1211, 1216 ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
groups: | ||
- id: registry.tls.deprecated | ||
type: attribute_group | ||
brief: Describes deprecated `tls` attributes. | ||
attributes: | ||
- id: tls.client.server_name | ||
type: string | ||
stability: experimental | ||
deprecated: "Replaced by `server.address." | ||
brief: "Deprecated, use `server.address` instead." | ||
examples: ["opentelemetry.io"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters