[chore] fix typo in resource attributes docs (#919)

Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
SylvainJuge 2024-04-17 23:27:48 +02:00 committed by GitHub
parent 4728f63743
commit ac9f85f058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ This document defines standard attributes for resources. These attributes are ty
- [Service](#service) - [Service](#service)
- [Service (Experimental)](#service-experimental) - [Service (Experimental)](#service-experimental)
- [Telemetry SDK](#telemetry-sdk) - [Telemetry SDK](#telemetry-sdk)
- [Telemetry SDK (Experimental)](#telemetry-sdk-experimental) - [Telemetry Distribution (Experimental)](#telemetry-distribution-experimental)
- [Compute Unit](#compute-unit) - [Compute Unit](#compute-unit)
- [Compute Instance](#compute-instance) - [Compute Instance](#compute-instance)
- [Environment](#environment) - [Environment](#environment)
@ -186,13 +186,13 @@ All custom identifiers SHOULD be stable across different versions of an implemen
| `webjs` | webjs | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | | `webjs` | webjs | ![Stable](https://img.shields.io/badge/-stable-lightgreen) |
<!-- endsemconv --> <!-- endsemconv -->
## Telemetry SDK (Experimental) ## Telemetry Distribution (Experimental)
**Status**: [Experimental][DocumentStatus] **Status**: [Experimental][DocumentStatus]
**type:** `telemetry.sdk` **type:** `telemetry.distro`
**Description:** Additions to the telemetry SDK. **Description:** The telemetry distribution (distro) used to capture data recorded by the instrumentation libraries.
<!-- semconv telemetry_experimental --> <!-- semconv telemetry_experimental -->
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability | | Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |