From 9a9441f869c92ae3637d0251f7f491925a771384 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Thu, 7 Jan 2021 17:26:08 +0900 Subject: [PATCH] Fix typo in HSQLDB convention and add GEODE (#1321) Co-authored-by: Sergey Kanzhelev --- semantic_conventions/trace/database.yaml | 7 +++++-- specification/trace/semantic_conventions/database.md | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/semantic_conventions/trace/database.yaml b/semantic_conventions/trace/database.yaml index 57a2b9a5e..ff9b51973 100644 --- a/semantic_conventions/trace/database.yaml +++ b/semantic_conventions/trace/database.yaml @@ -39,8 +39,8 @@ groups: - id: cloudscape value: 'cloudscape' brief: 'Cloudscape' - - id: hsqlsb - value: 'hsqlsb' + - id: hsqldb + value: 'hsqldb' brief: 'HyperSQL DataBase' - id: progress value: 'progress' @@ -141,6 +141,9 @@ groups: - id: neo4j value: 'neo4j' brief: 'Neo4j' + - id: geode + value: 'geode' + brief: 'Apache Geode' - id: connection_string tag: connection-level type: string diff --git a/specification/trace/semantic_conventions/database.md b/specification/trace/semantic_conventions/database.md index b7ab608e1..045fed996 100644 --- a/specification/trace/semantic_conventions/database.md +++ b/specification/trace/semantic_conventions/database.md @@ -68,7 +68,7 @@ Some database systems may allow a connection to switch to a different `db.user`, | `redshift` | Amazon Redshift | | `hive` | Apache Hive | | `cloudscape` | Cloudscape | -| `hsqlsb` | HyperSQL DataBase | +| `hsqldb` | HyperSQL DataBase | | `progress` | Progress Database | | `maxdb` | SAP MaxDB | | `hanadb` | SAP HANA | @@ -102,6 +102,7 @@ Some database systems may allow a connection to switch to a different `db.user`, | `cosmosdb` | Microsoft Azure Cosmos DB | | `dynamodb` | Amazon DynamoDB | | `neo4j` | Neo4j | +| `geode` | Apache Geode | ### Notes and well-known identifiers for `db.system`