# OpenTelemetry - [OpenTelemetry Attributes](#opentelemetry-attributes) - [Deprecated OpenTelemetry Attributes](#deprecated-opentelemetry-attributes) ## OpenTelemetry Attributes | Attribute | Type | Description | Examples | Stability | |---|---|---|---|---| | `otel.scope.name` | string | The name of the instrumentation scope - (`InstrumentationScope.Name` in OTLP). | `io.opentelemetry.contrib.mongodb` | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | | `otel.scope.version` | string | The version of the instrumentation scope - (`InstrumentationScope.Version` in OTLP). | `1.0.0` | ![Stable](https://img.shields.io/badge/-stable-lightgreen) | ## Deprecated OpenTelemetry Attributes | Attribute | Type | Description | Examples | Stability | |---|---|---|---|---| | `otel.library.name` | string | None | `io.opentelemetry.contrib.mongodb` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)
use the `otel.scope.name` attribute. | | `otel.library.version` | string | None | `1.0.0` | ![Deprecated](https://img.shields.io/badge/-deprecated-red)
use the `otel.scope.version` attribute. |