Fix typo in `tls.yaml` (#1390)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
parent
1507791993
commit
80785c8ac2
|
|
@ -57,6 +57,6 @@ 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` | <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
|
- 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"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue