[chore] fix typo in resource attributes docs (#919)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
This commit is contained in:
parent
4728f63743
commit
ac9f85f058
|
|
@ -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 |  |
|
| `webjs` | webjs |  |
|
||||||
<!-- 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 |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue