Skip to content

Commit

Permalink
Fix typo in tls.yaml (#1390)
Browse files Browse the repository at this point in the history
Co-authored-by: Liudmila Molkova <[email protected]>
  • Loading branch information
jack-berg and lmolkova authored Sep 4, 2024
1 parent 1507791 commit 80785c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/attributes-registry/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ 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` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Replaced by `server.address. |
| 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`. |
2 changes: 1 addition & 1 deletion model/registry/deprecated/tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 80785c8

Please sign in to comment.