# OTel

## OTel Scope

**Status:** ![Deprecated](https://img.shields.io/badge/-deprecated-red)<br>Obsoleted.

**type:** `otel.scope`

**Description:** Attributes used by non-OTLP exporters to represent OpenTelemetry Scope's concepts.

> [!warning]
> This entity definition contains attributes without a role.
> Stable Entities MUST NOT have attributes without a defined role.

**Attributes:**

| Role | Key | Stability | [Requirement Level](/docs/specs/semconv/general/attribute-requirement-level/) | Value Type | Description | Example Values |
| --- | --- | --- | --- | --- | --- | --- |
| Other | [`otel.scope.name`](/docs/specs/semconv/registry/attributes/otel.md) | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | `Recommended` | string | The name of the instrumentation scope - (`InstrumentationScope.Name` in OTLP). | `io.opentelemetry.contrib.mongodb` |
| Other | [`otel.scope.version`](/docs/specs/semconv/registry/attributes/otel.md) | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | `Recommended` | string | The version of the instrumentation scope - (`InstrumentationScope.Version` in OTLP). | `1.0.0` |
