@@ -21,7 +21,7 @@ namespace SemanticConventions
2121/* *
2222 * The URL of the OpenTelemetry schema for these keys and values.
2323 */
24- static constexpr const char *kSchemaUrl = " https://opentelemetry.io/schemas/1.17 .0" ;
24+ static constexpr const char *kSchemaUrl = " https://opentelemetry.io/schemas/1.18 .0" ;
2525
2626/* *
2727 * The type of the exception (its fully-qualified class name, if applicable). The dynamic type of
@@ -595,12 +595,12 @@ static constexpr const char *kHttpTarget = "http.target";
595595
596596/* *
597597 * The matched route (path template in the format used by the respective server framework). See note
598- below
598+ below
599599 *
600600 * <p>Notes:
601- <ul> <li>'http.route' MUST NOT be populated when this is not supported by the HTTP server
602- framework as the route attribute should have low-cardinality and the URI path can NOT substitute
603- it .</li> </ul>
601+ <ul> <li>MUST NOT be populated when this is not supported by the HTTP server framework as the
602+ route attribute should have low-cardinality and the URI path can NOT substitute it. SHOULD include
603+ the <a href="#http-server-definitions">application root</a> if there is one .</li> </ul>
604604 */
605605static constexpr const char *kHttpRoute = " http.route" ;
606606
@@ -1079,6 +1079,8 @@ namespace DbSystemValues
10791079static constexpr const char *kOtherSql = " other_sql" ;
10801080/* * Microsoft SQL Server. */
10811081static constexpr const char *kMssql = " mssql" ;
1082+ /* * Microsoft SQL Server Compact. */
1083+ static constexpr const char *kMssqlcompact = " mssqlcompact" ;
10821084/* * MySQL. */
10831085static constexpr const char *kMysql = " mysql" ;
10841086/* * Oracle Database. */
@@ -1173,6 +1175,8 @@ static constexpr const char *kCockroachdb = "cockroachdb";
11731175static constexpr const char *kOpensearch = " opensearch" ;
11741176/* * ClickHouse. */
11751177static constexpr const char *kClickhouse = " clickhouse" ;
1178+ /* * Cloud Spanner. */
1179+ static constexpr const char *kSpanner = " spanner" ;
11761180} // namespace DbSystemValues
11771181
11781182namespace DbCassandraConsistencyLevelValues
0 commit comments