From 97a4ddbc7136e7582cf2c69d807039c5123e812a Mon Sep 17 00:00:00 2001 From: Vitor Vasconcellos Date: Thu, 27 Nov 2025 07:06:14 -0300 Subject: [PATCH 1/9] fix(db): replace aliases with wildcard redirect rule Signed-off-by: Vitor Vasconcellos --- docs/db/README.md | 2 +- docs/db/cassandra.md | 1 - docs/db/cosmosdb.md | 1 - docs/db/couchdb.md | 1 - docs/db/database-metrics.md | 1 - docs/db/database-spans.md | 1 - docs/db/dynamodb.md | 1 - docs/db/elasticsearch.md | 1 - docs/db/hbase.md | 1 - docs/db/mariadb.md | 1 - docs/db/mongodb.md | 1 - docs/db/mysql.md | 1 - docs/db/oracledb.md | 1 - docs/db/postgresql.md | 1 - docs/db/redis.md | 1 - docs/db/sql-server.md | 1 - docs/db/sql.md | 1 - 17 files changed, 1 insertion(+), 17 deletions(-) diff --git a/docs/db/README.md b/docs/db/README.md index 76df36ca64..cc1a842b00 100644 --- a/docs/db/README.md +++ b/docs/db/README.md @@ -1,6 +1,6 @@ # Semantic conventions for database calls and systems diff --git a/docs/db/cassandra.md b/docs/db/cassandra.md index b9d90ec882..9cfa6ec9e0 100644 --- a/docs/db/cassandra.md +++ b/docs/db/cassandra.md @@ -1,6 +1,5 @@ # Semantic conventions for Cassandra client operations diff --git a/docs/db/cosmosdb.md b/docs/db/cosmosdb.md index a7d59d4650..3084f3dd5f 100644 --- a/docs/db/cosmosdb.md +++ b/docs/db/cosmosdb.md @@ -1,6 +1,5 @@ # Semantic conventions for Microsoft Azure Cosmos DB client operations diff --git a/docs/db/couchdb.md b/docs/db/couchdb.md index b125936d3f..8608614294 100644 --- a/docs/db/couchdb.md +++ b/docs/db/couchdb.md @@ -1,6 +1,5 @@ # Semantic conventions for CouchDB client operations diff --git a/docs/db/database-metrics.md b/docs/db/database-metrics.md index 1f9c90c3ba..00b0296bbb 100644 --- a/docs/db/database-metrics.md +++ b/docs/db/database-metrics.md @@ -1,6 +1,5 @@ # Semantic conventions for database client metrics diff --git a/docs/db/database-spans.md b/docs/db/database-spans.md index 98dd21d207..2f1685fee5 100644 --- a/docs/db/database-spans.md +++ b/docs/db/database-spans.md @@ -1,6 +1,5 @@ # Semantic conventions for database client spans diff --git a/docs/db/dynamodb.md b/docs/db/dynamodb.md index c2733c0204..213abf5af5 100644 --- a/docs/db/dynamodb.md +++ b/docs/db/dynamodb.md @@ -1,6 +1,5 @@ # Semantic conventions for AWS DynamoDB client operations diff --git a/docs/db/elasticsearch.md b/docs/db/elasticsearch.md index b284466804..6f0347b237 100644 --- a/docs/db/elasticsearch.md +++ b/docs/db/elasticsearch.md @@ -1,6 +1,5 @@ # Semantic conventions for Elasticsearch client operations diff --git a/docs/db/hbase.md b/docs/db/hbase.md index 1fbd348025..1c3584061f 100644 --- a/docs/db/hbase.md +++ b/docs/db/hbase.md @@ -1,6 +1,5 @@ # Semantic conventions for HBase client operations diff --git a/docs/db/mariadb.md b/docs/db/mariadb.md index f649e2b155..35120b1641 100644 --- a/docs/db/mariadb.md +++ b/docs/db/mariadb.md @@ -1,6 +1,5 @@ # Semantic conventions for MariaDB client operations diff --git a/docs/db/mongodb.md b/docs/db/mongodb.md index 2b40b552eb..f04195501e 100644 --- a/docs/db/mongodb.md +++ b/docs/db/mongodb.md @@ -1,6 +1,5 @@ # Semantic conventions for MongoDB client operations diff --git a/docs/db/mysql.md b/docs/db/mysql.md index 8051de2d5a..480d1d3d1b 100644 --- a/docs/db/mysql.md +++ b/docs/db/mysql.md @@ -1,6 +1,5 @@ # Semantic conventions for MySQL client operations diff --git a/docs/db/oracledb.md b/docs/db/oracledb.md index 7f84b475d9..0cb914315a 100644 --- a/docs/db/oracledb.md +++ b/docs/db/oracledb.md @@ -1,6 +1,5 @@ # Semantic conventions for Oracle Database diff --git a/docs/db/postgresql.md b/docs/db/postgresql.md index bb2d79c149..3a19d6b07e 100644 --- a/docs/db/postgresql.md +++ b/docs/db/postgresql.md @@ -1,6 +1,5 @@ # Semantic conventions for PostgreSQL client operations diff --git a/docs/db/redis.md b/docs/db/redis.md index 65e0697b4c..ea1823efec 100644 --- a/docs/db/redis.md +++ b/docs/db/redis.md @@ -1,6 +1,5 @@ # Semantic conventions for Redis client operations diff --git a/docs/db/sql-server.md b/docs/db/sql-server.md index f3a15c8bdc..a7af45100e 100644 --- a/docs/db/sql-server.md +++ b/docs/db/sql-server.md @@ -1,6 +1,5 @@ # Semantic conventions for Microsoft SQL Server client operations diff --git a/docs/db/sql.md b/docs/db/sql.md index d0de5594c8..403610f125 100644 --- a/docs/db/sql.md +++ b/docs/db/sql.md @@ -1,6 +1,5 @@ # Semantic conventions for SQL databases client operations From 9821607e48b57e3e2f95e7cc3d0c31abc17fce99 Mon Sep 17 00:00:00 2001 From: Vitor Vasconcellos Date: Thu, 27 Nov 2025 07:35:00 -0300 Subject: [PATCH 2/9] fix(db): update redirect rule for database documentation Signed-off-by: Vitor Vasconcellos --- docs/db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db/README.md b/docs/db/README.md index cc1a842b00..c9b5c0ed4c 100644 --- a/docs/db/README.md +++ b/docs/db/README.md @@ -3,7 +3,7 @@ linkTitle: Database redirects: [{ from: 'database/*', to: ':splat' }] ---> -# Semantic conventions for database calls and systems +# Semantic conventions for database calls and systems (TEMP: fix redirect) **Status**: [Mixed][DocumentStatus] From 596ab0ac4dc38899d5907e2c6994ca202824eb8c Mon Sep 17 00:00:00 2001 From: Vitor Vasconcellos Date: Thu, 27 Nov 2025 07:39:06 -0300 Subject: [PATCH 3/9] fix(db): add wildcard redirect rule for database documentation in `docs/README.md` Signed-off-by: Vitor Vasconcellos --- docs/README.md | 4 +++- docs/db/README.md | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index e1ce39640a..b9fe35c684 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,7 +5,9 @@ cascade: github_subdir: docs path_base_for_github_subdir: tmp/semconv/docs/ github_project_repo: *repo -redirects: [{ from: 'attributes-registry/*', to: 'registry/attributes/:splat' }] +redirects: + - from: 'attributes-registry/*', to: 'registry/attributes/:splat' + - from: 'database/*', to: 'db/:splat' cSpell:ignore: semconv CICD auto_gen: below linkTitle: Semantic conventions diff --git a/docs/db/README.md b/docs/db/README.md index c9b5c0ed4c..7c0c9e8c83 100644 --- a/docs/db/README.md +++ b/docs/db/README.md @@ -1,6 +1,5 @@ # Semantic conventions for database calls and systems (TEMP: fix redirect) From 6127bb5facf3918d56915f46569df52701131c7d Mon Sep 17 00:00:00 2001 From: Vitor Vasconcellos Date: Thu, 27 Nov 2025 07:40:56 -0300 Subject: [PATCH 4/9] fix(db): add wildcard redirect rule for database documentation in `docs/README.md` Signed-off-by: Vitor Vasconcellos --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index b9fe35c684..be996cc5a5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,8 +6,8 @@ cascade: path_base_for_github_subdir: tmp/semconv/docs/ github_project_repo: *repo redirects: - - from: 'attributes-registry/*', to: 'registry/attributes/:splat' - - from: 'database/*', to: 'db/:splat' + - { from: 'attributes-registry/*', to: 'registry/attributes/:splat' } + - { from: 'database/*', to: 'db/:splat' } cSpell:ignore: semconv CICD auto_gen: below linkTitle: Semantic conventions From 60f849ebc01452c2cd2329351e180265afd7c2c9 Mon Sep 17 00:00:00 2001 From: Vitor Vasconcellos Date: Thu, 27 Nov 2025 08:14:22 -0300 Subject: [PATCH 5/9] fix(db): remove temporary note from database conventions header Signed-off-by: Vitor Vasconcellos --- docs/db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db/README.md b/docs/db/README.md index 7c0c9e8c83..46407c13bc 100644 --- a/docs/db/README.md +++ b/docs/db/README.md @@ -2,7 +2,7 @@ linkTitle: Database ---> -# Semantic conventions for database calls and systems (TEMP: fix redirect) +# Semantic conventions for database calls and systems **Status**: [Mixed][DocumentStatus] From 450e7c20318f49a59d60c524b4f346d6f50f2053 Mon Sep 17 00:00:00 2001 From: Vitor Vasconcellos Date: Thu, 27 Nov 2025 08:49:05 -0300 Subject: [PATCH 6/9] chore(db): move redirect rules to `docs/db/README.md` Signed-off-by: Vitor Vasconcellos --- docs/README.md | 4 +--- docs/db/README.md | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index be996cc5a5..e1ce39640a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,9 +5,7 @@ cascade: github_subdir: docs path_base_for_github_subdir: tmp/semconv/docs/ github_project_repo: *repo -redirects: - - { from: 'attributes-registry/*', to: 'registry/attributes/:splat' } - - { from: 'database/*', to: 'db/:splat' } +redirects: [{ from: 'attributes-registry/*', to: 'registry/attributes/:splat' }] cSpell:ignore: semconv CICD auto_gen: below linkTitle: Semantic conventions diff --git a/docs/db/README.md b/docs/db/README.md index 46407c13bc..14a7f80007 100644 --- a/docs/db/README.md +++ b/docs/db/README.md @@ -1,5 +1,6 @@ # Semantic conventions for database calls and systems From ed3a0544bd3021512f5f987f97eb2c93697ea6f4 Mon Sep 17 00:00:00 2001 From: Vitor Vasconcellos Date: Thu, 27 Nov 2025 08:52:53 -0300 Subject: [PATCH 7/9] Update docs/db/README.md Co-authored-by: Patrice Chalin --- docs/db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db/README.md b/docs/db/README.md index 14a7f80007..cc1a842b00 100644 --- a/docs/db/README.md +++ b/docs/db/README.md @@ -1,6 +1,6 @@ # Semantic conventions for database calls and systems From 50d839c1d531123c0160cbf1e2822bb4f479a399 Mon Sep 17 00:00:00 2001 From: Vitor Vasconcellos Date: Thu, 27 Nov 2025 09:06:57 -0300 Subject: [PATCH 8/9] Update docs/db/README.md Co-authored-by: Patrice Chalin --- docs/db/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/db/README.md b/docs/db/README.md index cc1a842b00..68e155cdba 100644 --- a/docs/db/README.md +++ b/docs/db/README.md @@ -1,6 +1,6 @@ # Semantic conventions for database calls and systems From 93f758104863501467571abf90045b464603ff12 Mon Sep 17 00:00:00 2001 From: Vitor Vasconcellos Date: Thu, 27 Nov 2025 09:35:58 -0300 Subject: [PATCH 9/9] chore(db): revert redirect rules in docs/db/README.md and move them to docs/README.md Signed-off-by: Vitor Vasconcellos --- docs/README.md | 4 +++- docs/db/README.md | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index e1ce39640a..be996cc5a5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,7 +5,9 @@ cascade: github_subdir: docs path_base_for_github_subdir: tmp/semconv/docs/ github_project_repo: *repo -redirects: [{ from: 'attributes-registry/*', to: 'registry/attributes/:splat' }] +redirects: + - { from: 'attributes-registry/*', to: 'registry/attributes/:splat' } + - { from: 'database/*', to: 'db/:splat' } cSpell:ignore: semconv CICD auto_gen: below linkTitle: Semantic conventions diff --git a/docs/db/README.md b/docs/db/README.md index 68e155cdba..46407c13bc 100644 --- a/docs/db/README.md +++ b/docs/db/README.md @@ -1,6 +1,5 @@ # Semantic conventions for database calls and systems