@@ -15,43 +15,43 @@ database metrics and logs.
1515> [ v1.24.0 of this document] ( https://github.com/open-telemetry/semantic-conventions/blob/v1.24.0/docs/database/database-spans.md )
1616> (or prior):
1717>
18- > * SHOULD NOT change the version of the database conventions that they emit by
18+ > - SHOULD NOT change the version of the database conventions that they emit by
1919> default in their existing major version. Conventions include (but are not
2020> limited to) attributes, metric and span names, and unit of measure.
21- > * SHOULD introduce an environment variable ` OTEL_SEMCONV_STABILITY_OPT_IN `
21+ > - SHOULD introduce an environment variable ` OTEL_SEMCONV_STABILITY_OPT_IN `
2222> in their existing major version as a comma-separated list of category-specific values
2323> (e.g., http, databases, messaging). The list of values includes:
24- > * ` database ` - emit the stable database conventions, and stop emitting
24+ > - ` database ` - emit the stable database conventions, and stop emitting
2525> the experimental database conventions that the instrumentation emitted
2626> previously.
27- > * ` database/dup ` - emit both the experimental and stable database conventions,
27+ > - ` database/dup ` - emit both the experimental and stable database conventions,
2828> allowing for a phased rollout of the stable semantic conventions.
29- > * The default behavior (in the absence of one of these values) is to continue
29+ > - The default behavior (in the absence of one of these values) is to continue
3030> emitting whatever version of the old experimental database conventions
3131> the instrumentation was emitting previously.
32- > * Note: ` database/dup ` has higher precedence than ` database ` in case both values are present
33- > * SHOULD maintain (security patching at a minimum) their existing major version
32+ > - Note: ` database/dup ` has higher precedence than ` database ` in case both values are present
33+ > - SHOULD maintain (security patching at a minimum) their existing major version
3434> for at least six months after it starts emitting both sets of conventions.
35- > * MAY drop the environment variable in their next major version and emit only
35+ > - MAY drop the environment variable in their next major version and emit only
3636> the stable database conventions.
3737
3838Semantic conventions for database operations are defined for the following signals:
3939
40- * [ DB Spans] ( database-spans.md ) : Semantic Conventions for database client * spans* .
41- * [ DB Metrics] ( database-metrics.md ) : Semantic Conventions for database operation * metrics* .
40+ - [ DB Spans] ( database-spans.md ) : Semantic Conventions for database client * spans* .
41+ - [ DB Metrics] ( database-metrics.md ) : Semantic Conventions for database operation * metrics* .
4242
4343Technology specific semantic conventions are defined for the following databases:
4444
45- * [ AWS DynamoDB] ( dynamodb.md ) : Semantic Conventions for * AWS DynamoDB* .
46- * [ Cassandra] ( cassandra.md ) : Semantic Conventions for * Cassandra* .
47- * [ Azure Cosmos DB] ( cosmosdb.md ) : Semantic Conventions for * Azure Cosmos DB* .
48- * [ CouchDB] ( couchdb.md ) : Semantic Conventions for * CouchDB* .
49- * [ Elasticsearch] ( elasticsearch.md ) : Semantic Conventions for * Elasticsearch* .
50- * [ HBase] ( hbase.md ) : Semantic Conventions for * HBase* .
51- * [ MongoDB] ( mongodb.md ) : Semantic Conventions for * MongoDB* .
52- * [ Microsoft SQL Server] ( sql-server.md ) : Semantic Conventions for * Microsoft SQL Server* .
53- * [ Oracle Database] ( oracledb.md ) : Semantic Conventions for * Oracle Database* .
54- * [ Redis] ( redis.md ) : Semantic Conventions for * Redis* .
55- * [ SQL] ( sql.md ) : Semantic Conventions for * SQL* databases.
45+ - [ AWS DynamoDB] ( dynamodb.md ) : Semantic Conventions for * AWS DynamoDB* .
46+ - [ Cassandra] ( cassandra.md ) : Semantic Conventions for * Cassandra* .
47+ - [ Azure Cosmos DB] ( cosmosdb.md ) : Semantic Conventions for * Azure Cosmos DB* .
48+ - [ CouchDB] ( couchdb.md ) : Semantic Conventions for * CouchDB* .
49+ - [ Elasticsearch] ( elasticsearch.md ) : Semantic Conventions for * Elasticsearch* .
50+ - [ HBase] ( hbase.md ) : Semantic Conventions for * HBase* .
51+ - [ MongoDB] ( mongodb.md ) : Semantic Conventions for * MongoDB* .
52+ - [ Microsoft SQL Server] ( sql-server.md ) : Semantic Conventions for * Microsoft SQL Server* .
53+ - [ Oracle Database] ( oracledb.md ) : Semantic Conventions for * Oracle Database* .
54+ - [ Redis] ( redis.md ) : Semantic Conventions for * Redis* .
55+ - [ SQL] ( sql.md ) : Semantic Conventions for * SQL* databases.
5656
5757[ DocumentStatus ] : https://opentelemetry.io/docs/specs/otel/document-status
0 commit comments