# ThousandEyes for OpenTelemetry Data Models

This section outlines how ThousandEyes integrates with OpenTelemetry (OTel) by representing telemetry data in the OTel format.

ThousandEyes for OpenTelemetry supports the following data model versions:

* [**Data Model Version 1**](https://docs.thousandeyes.com/product-documentation/integration-guides/opentelemetry/data-model/data-model-v1)
* [**Data Model Version 2** (Default)](https://docs.thousandeyes.com/product-documentation/integration-guides/opentelemetry/data-model/data-model-v2)

## Recommended Usage

* **Version 2**: This is the default and recommended version for exporting telemetry data to all observability backends except Grafana/Prometheus for metrics. OpenTelemetry trace signals are supported in version 2.
* **Version 1**: For streaming metrics to Grafana/Prometheus, we recommend you use version 1 of the data model, due to current limitations in handling resource attributes. For more information on these limitations, see [OTEL metrics’ resources attributes gets dropped when exported to Grafana cloud](https://community.grafana.com/t/otel-metrics-resources-attributes-gets-dropped-when-exported-to-grafana-cloud/119355). Note that Prometheus is actively working on [native support for resource attributes](https://prometheus.io/blog/2024/03/14/commitment-to-opentelemetry/#native-support-for-resource-attributes).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.thousandeyes.com/product-documentation/integration-guides/opentelemetry/data-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
