Fix typo in `tls.yaml` (#1390)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
parent
1507791993
commit
80785c8ac2
|
|
@ -58,5 +58,5 @@ This document defines semantic convention attributes in the TLS namespace.
|
|||
Describes deprecated `tls` attributes.
|
||||
|
||||
| Attribute | Type | Description | Examples | Stability |
|
||||
| ------------------------ | ------ | ----------------------------------------- | ------------------ | ------------------------------------------------------------------------------------------- |
|
||||
| `tls.client.server_name` | string | Deprecated, use `server.address` instead. | `opentelemetry.io` | <br>Replaced by `server.address. |
|
||||
| ------------------------ | ------ | ----------------------------------------- | ------------------ | -------------------------------------------------------------------------------------------- |
|
||||
| `tls.client.server_name` | string | Deprecated, use `server.address` instead. | `opentelemetry.io` | <br>Replaced by `server.address`. |
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ groups:
|
|||
- id: tls.client.server_name
|
||||
type: string
|
||||
stability: experimental
|
||||
deprecated: "Replaced by `server.address."
|
||||
deprecated: "Replaced by `server.address`."
|
||||
brief: "Deprecated, use `server.address` instead."
|
||||
examples: ["opentelemetry.io"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue