gen_ai.data_source.id
MovedGenAI registrystringas of v1.44.0
The data source identifier.
Data sources are used by AI agents and RAG applications to store grounding data. A data source may be an external database, object store, document collection, website, or any other storage system used by the GenAI agent or application. The gen_ai.data_source.id SHOULD match the identifier used by the GenAI system rather than a name specific to the external storage, such as a database or object store. Semantic conventions referencing gen_ai.data_source.id MAY also leverage additional attributes, such as db.*, to further identify and describe the data source.
Examples
- H7STPQYOND
Used by
spans (3)
- span.gen_ai.invoke_agent.client
- span.gen_ai.invoke_agent.internal
- span.gen_ai.retrieval.client
* required on that signal.
History
- v1.42.0deprecated
Moved to the OpenTelemetry GenAI semantic conventions repository.
Added as development.