Rename file name and internal id from mssql to sql_server (#2150)
This commit is contained in:
parent
511c1ff100
commit
69fae2852c
|
|
@ -49,7 +49,7 @@ Technology specific semantic conventions are defined for the following databases
|
|||
* [Elasticsearch](elasticsearch.md): Semantic Conventions for *Elasticsearch*.
|
||||
* [HBase](hbase.md): Semantic Conventions for *HBase*.
|
||||
* [MongoDB](mongodb.md): Semantic Conventions for *MongoDB*.
|
||||
* [Microsoft SQL Server](mssql.md): Semantic Conventions for *Microsoft SQL Server*.
|
||||
* [Microsoft SQL Server](sql-server.md): Semantic Conventions for *Microsoft SQL Server*.
|
||||
* [Oracle Database](oracledb.md): Semantic Conventions for *Oracle Database*.
|
||||
* [Redis](redis.md): Semantic Conventions for *Redis*.
|
||||
* [SQL](sql.md): Semantic Conventions for *SQL* databases.
|
||||
|
|
|
|||
|
|
@ -411,7 +411,7 @@ More specific Semantic Conventions are defined for the following database techno
|
|||
* [Elasticsearch](elasticsearch.md): Semantic Conventions for *Elasticsearch*.
|
||||
* [HBase](hbase.md): Semantic Conventions for *HBase*.
|
||||
* [MongoDB](mongodb.md): Semantic Conventions for *MongoDB*.
|
||||
* [Microsoft SQL Server](mssql.md): Semantic Conventions for *Microsoft SQL Server*.
|
||||
* [Microsoft SQL Server](sql-server.md): Semantic Conventions for *Microsoft SQL Server*.
|
||||
* [Redis](redis.md): Semantic Conventions for *Redis*.
|
||||
* [SQL](sql.md): Semantic Conventions for *SQL* databases.
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ The Semantic Conventions for *Microsoft SQL Server* extend and override the [Dat
|
|||
|
||||
## Spans
|
||||
|
||||
<!-- semconv span.db.mssql.client -->
|
||||
<!-- semconv span.db.sql_server.client -->
|
||||
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
|
||||
<!-- see templates/registry/markdown/snippet.md.j2 -->
|
||||
<!-- prettier-ignore-start -->
|
||||
|
|
@ -127,7 +127,7 @@ groups:
|
|||
span_kind: client
|
||||
extends: trace.db.common.full
|
||||
|
||||
- id: span.db.mssql.client
|
||||
- id: span.db.sql_server.client
|
||||
type: span
|
||||
stability: release_candidate
|
||||
extends: span.db.sql.client
|
||||
|
|
|
|||
Loading…
Reference in New Issue