semantic-conventions/docs/database
Liudmila Molkova dde9dbd25e
Clarify that DB and messaging system-specific conventions override common ones (#1244)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-07-15 16:57:17 +02:00
..
README.md [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
cassandra.md Clarify that DB and messaging system-specific conventions override common ones (#1244) 2024-07-15 16:57:17 +02:00
cosmosdb.md Clarify that DB and messaging system-specific conventions override common ones (#1244) 2024-07-15 16:57:17 +02:00
couchdb.md Clarify that DB and messaging system-specific conventions override common ones (#1244) 2024-07-15 16:57:17 +02:00
database-metrics.md Clean up database systems (#1120) 2024-06-07 13:04:54 -07:00
database-spans.md Define sampling relevant attributes for database client spans (#1166) 2024-07-11 22:45:52 +00:00
dynamodb.md Clarify that DB and messaging system-specific conventions override common ones (#1244) 2024-07-15 16:57:17 +02:00
elasticsearch.md Clarify that DB and messaging system-specific conventions override common ones (#1244) 2024-07-15 16:57:17 +02:00
hbase.md Clarify that DB and messaging system-specific conventions override common ones (#1244) 2024-07-15 16:57:17 +02:00
mongodb.md Clarify that DB and messaging system-specific conventions override common ones (#1244) 2024-07-15 16:57:17 +02:00
mssql.md Clarify that DB and messaging system-specific conventions override common ones (#1244) 2024-07-15 16:57:17 +02:00
redis.md Clarify that DB and messaging system-specific conventions override common ones (#1244) 2024-07-15 16:57:17 +02:00
sql.md Define sampling relevant attributes for database client spans (#1166) 2024-07-11 22:45:52 +00:00

README.md

Semantic Conventions for Database Calls and Systems

Status: Experimental

This document defines semantic conventions for database client spans as well as database metrics and logs.

Warning Existing database instrumentations that are using v1.24.0 of this document (or prior) SHOULD NOT change the version of the database conventions that they emit until a transition plan to the (future) stable semantic conventions has been published. Conventions include, but are not limited to, attributes, metric and span names, and unit of measure.

Semantic conventions for database operations are defined for the following signals:

  • DB Spans: Semantic Conventions for database client spans.
  • DB Metrics: Semantic Conventions for database operation metrics.

Technology specific semantic conventions are defined for the following databases:

  • AWS DynamoDB: Semantic Conventions for AWS DynamoDB.
  • Cassandra: Semantic Conventions for Cassandra.
  • Cosmos DB: Semantic Conventions for Microsoft Cosmos DB.
  • CouchDB: Semantic Conventions for CouchDB.
  • Elasticsearch: Semantic Conventions for Elasticsearch.
  • HBase: Semantic Conventions for HBase.
  • MongoDB: Semantic Conventions for MongoDB.
  • MSSQL: Semantic Conventions for MSSQL.
  • Redis: Semantic Conventions for Redis.
  • SQL: Semantic Conventions for SQL databases.