Skip to content

Commit

Permalink
[chore] fix typo in resource attributes docs (open-telemetry#919)
Browse files Browse the repository at this point in the history
Co-authored-by: Liudmila Molkova <[email protected]>
  • Loading branch information
SylvainJuge and lmolkova authored Apr 17, 2024
1 parent 4728f63 commit ac9f85f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/resource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This document defines standard attributes for resources. These attributes are ty
- [Service](#service)
- [Service (Experimental)](#service-experimental)
- [Telemetry SDK](#telemetry-sdk)
- [Telemetry SDK (Experimental)](#telemetry-sdk-experimental)
- [Telemetry Distribution (Experimental)](#telemetry-distribution-experimental)
- [Compute Unit](#compute-unit)
- [Compute Instance](#compute-instance)
- [Environment](#environment)
Expand Down Expand Up @@ -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) |
<!-- endsemconv -->

## Telemetry SDK (Experimental)
## Telemetry Distribution (Experimental)

**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 -->
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
Expand Down

0 comments on commit ac9f85f

Please sign in to comment.