Fix typo in `tls.yaml` (#1390)

Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
jack-berg 2024-09-04 16:13:24 -05:00 committed by GitHub
parent 1507791993
commit 80785c8ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -58,5 +58,5 @@ This document defines semantic convention attributes in the TLS namespace.
Describes deprecated `tls` attributes. Describes deprecated `tls` attributes.
| Attribute | Type | Description | Examples | Stability | | Attribute | Type | Description | Examples | Stability |
| ------------------------ | ------ | ----------------------------------------- | ------------------ | ------------------------------------------------------------------------------------------- | | ------------------------ | ------ | ----------------------------------------- | ------------------ | -------------------------------------------------------------------------------------------- |
| `tls.client.server_name` | string | Deprecated, use `server.address` instead. | `opentelemetry.io` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `server.address. | | `tls.client.server_name` | string | Deprecated, use `server.address` instead. | `opentelemetry.io` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `server.address`. |

View File

@ -6,6 +6,6 @@ groups:
- id: tls.client.server_name - id: tls.client.server_name
type: string type: string
stability: experimental stability: experimental
deprecated: "Replaced by `server.address." deprecated: "Replaced by `server.address`."
brief: "Deprecated, use `server.address` instead." brief: "Deprecated, use `server.address` instead."
examples: ["opentelemetry.io"] examples: ["opentelemetry.io"]