[chore]: update order of db systems on readme (#1077)
This commit is contained in:
parent
c53f76f661
commit
488128d859
|
|
@ -26,7 +26,7 @@ This group defines the attributes used to describe telemetry in the context of d
|
|||
| `db.operation.name` | string | The name of the operation or command being executed. [3] | `findAndModify`; `HMSET`; `SELECT` |  |
|
||||
| `db.query.parameter.<key>` | string | The query parameters used in `db.query.text`, with `<key>` being the parameter name, and the attribute value being the parameter value. [4] | `someval`; `55` |  |
|
||||
| `db.query.text` | string | The database query being executed. | `SELECT * FROM wuser_table where username = ?`; `SET mykey "WuValue"` |  |
|
||||
| `db.system` | string | The database management system (DBMS) product as identified by the client instrumentation. [5] | `other_sql`; `mssql`; `mssqlcompact` |  |
|
||||
| `db.system` | string | The database management system (DBMS) product as identified by the client instrumentation. [5] | `other_sql`; `adabas`; `cache` |  |
|
||||
|
||||
**[1]:** If the collection name is parsed from the query, it SHOULD match the value provided in the query and may be qualified with the schema and database name.
|
||||
It is RECOMMENDED to capture the value as provided by the application without attempting to do any case normalization.
|
||||
|
|
@ -54,57 +54,57 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
| Value | Description | Stability |
|
||||
| --------------- | -------------------------------------------------- | ---------------------------------------------------------------- |
|
||||
| `other_sql` | Some other SQL database. Fallback only. See notes. |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `oracle` | Oracle Database |  |
|
||||
| `db2` | IBM Db2 |  |
|
||||
| `postgresql` | PostgreSQL |  |
|
||||
| `redshift` | Amazon Redshift |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `progress` | Progress Database |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `edb` | EnterpriseDB |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `adabas` | Adabas (Adaptable Database System) |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
| `db2` | IBM Db2 |  |
|
||||
| `derby` | Apache Derby |  |
|
||||
| `dynamodb` | Amazon DynamoDB |  |
|
||||
| `edb` | EnterpriseDB |  |
|
||||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `filemaker` | FileMaker |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `h2` | H2 |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
| `hbase` | Apache HBase |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `informix` | Informix |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
| `interbase` | InterBase |  |
|
||||
| `mariadb` | MariaDB |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `netezza` | Netezza |  |
|
||||
| `opensearch` | OpenSearch |  |
|
||||
| `oracle` | Oracle Database |  |
|
||||
| `pervasive` | Pervasive PSQL |  |
|
||||
| `pointbase` | PointBase |  |
|
||||
| `postgresql` | PostgreSQL |  |
|
||||
| `progress` | Progress Database |  |
|
||||
| `redis` | Redis |  |
|
||||
| `redshift` | Amazon Redshift |  |
|
||||
| `spanner` | Cloud Spanner |  |
|
||||
| `sqlite` | SQLite |  |
|
||||
| `sybase` | Sybase |  |
|
||||
| `teradata` | Teradata |  |
|
||||
| `vertica` | Vertica |  |
|
||||
| `h2` | H2 |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `hbase` | Apache HBase |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `redis` | Redis |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `dynamodb` | Amazon DynamoDB |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `opensearch` | OpenSearch |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `spanner` | Cloud Spanner |  |
|
||||
| `trino` | Trino |  |
|
||||
| `vertica` | Vertica |  |
|
||||
|
||||
## Db Cassandra Attributes
|
||||
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ of `[ 0.001, 0.005, 0.01, 0.05, 0.1, 0.5, 1, 5, 10 ]`.
|
|||
|
||||
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|
||||
|---|---|---|---|---|---|
|
||||
| [`db.system`](/docs/attributes-registry/db.md) | string | The database management system (DBMS) product as identified by the client instrumentation. [1] | `other_sql`; `mssql`; `mssqlcompact` | `Required` |  |
|
||||
| [`db.system`](/docs/attributes-registry/db.md) | string | The database management system (DBMS) product as identified by the client instrumentation. [1] | `other_sql`; `adabas`; `cache` | `Required` |  |
|
||||
| [`db.collection.name`](/docs/attributes-registry/db.md) | string | The name of a collection (table, container) within the database. [2] | `public.users`; `customers` | `Conditionally Required` [3] |  |
|
||||
| [`db.namespace`](/docs/attributes-registry/db.md) | string | The name of the database, fully qualified within the server address and port. [4] | `customers`; `test.users` | `Conditionally Required` If available. |  |
|
||||
| [`db.operation.name`](/docs/attributes-registry/db.md) | string | The name of the operation or command being executed. [5] | `findAndModify`; `HMSET`; `SELECT` | `Conditionally Required` [6] |  |
|
||||
|
|
@ -139,57 +139,57 @@ If a database operation involved multiple network calls (for example retries), t
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `other_sql` | Some other SQL database. Fallback only. See notes. |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `oracle` | Oracle Database |  |
|
||||
| `db2` | IBM Db2 |  |
|
||||
| `postgresql` | PostgreSQL |  |
|
||||
| `redshift` | Amazon Redshift |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `progress` | Progress Database |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `edb` | EnterpriseDB |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `adabas` | Adabas (Adaptable Database System) |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
| `db2` | IBM Db2 |  |
|
||||
| `derby` | Apache Derby |  |
|
||||
| `dynamodb` | Amazon DynamoDB |  |
|
||||
| `edb` | EnterpriseDB |  |
|
||||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `filemaker` | FileMaker |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `h2` | H2 |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
| `hbase` | Apache HBase |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `informix` | Informix |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
| `interbase` | InterBase |  |
|
||||
| `mariadb` | MariaDB |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `netezza` | Netezza |  |
|
||||
| `opensearch` | OpenSearch |  |
|
||||
| `oracle` | Oracle Database |  |
|
||||
| `pervasive` | Pervasive PSQL |  |
|
||||
| `pointbase` | PointBase |  |
|
||||
| `postgresql` | PostgreSQL |  |
|
||||
| `progress` | Progress Database |  |
|
||||
| `redis` | Redis |  |
|
||||
| `redshift` | Amazon Redshift |  |
|
||||
| `spanner` | Cloud Spanner |  |
|
||||
| `sqlite` | SQLite |  |
|
||||
| `sybase` | Sybase |  |
|
||||
| `teradata` | Teradata |  |
|
||||
| `vertica` | Vertica |  |
|
||||
| `h2` | H2 |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `hbase` | Apache HBase |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `redis` | Redis |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `dynamodb` | Amazon DynamoDB |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `opensearch` | OpenSearch |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `spanner` | Cloud Spanner |  |
|
||||
| `trino` | Trino |  |
|
||||
| `vertica` | Vertica |  |
|
||||
|
||||
|
||||
`error.type` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ These attributes will usually be the same for all operations performed over the
|
|||
|
||||
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|
||||
|---|---|---|---|---|---|
|
||||
| [`db.system`](/docs/attributes-registry/db.md) | string | The database management system (DBMS) product as identified by the client instrumentation. [1] | `other_sql`; `mssql`; `mssqlcompact` | `Required` |  |
|
||||
| [`db.system`](/docs/attributes-registry/db.md) | string | The database management system (DBMS) product as identified by the client instrumentation. [1] | `other_sql`; `adabas`; `cache` | `Required` |  |
|
||||
| [`db.collection.name`](/docs/attributes-registry/db.md) | string | The name of a collection (table, container) within the database. [2] | `public.users`; `customers` | `Conditionally Required` [3] |  |
|
||||
| [`db.namespace`](/docs/attributes-registry/db.md) | string | The name of the database, fully qualified within the server address and port. [4] | `customers`; `test.users` | `Conditionally Required` If available. |  |
|
||||
| [`db.operation.name`](/docs/attributes-registry/db.md) | string | The name of the operation or command being executed. [5] | `findAndModify`; `HMSET`; `SELECT` | `Conditionally Required` [6] |  |
|
||||
|
|
@ -134,57 +134,57 @@ If a parameter has no name and instead is referenced only by index, then `<key>`
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `other_sql` | Some other SQL database. Fallback only. See notes. |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `oracle` | Oracle Database |  |
|
||||
| `db2` | IBM Db2 |  |
|
||||
| `postgresql` | PostgreSQL |  |
|
||||
| `redshift` | Amazon Redshift |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `progress` | Progress Database |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `edb` | EnterpriseDB |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `adabas` | Adabas (Adaptable Database System) |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
| `db2` | IBM Db2 |  |
|
||||
| `derby` | Apache Derby |  |
|
||||
| `dynamodb` | Amazon DynamoDB |  |
|
||||
| `edb` | EnterpriseDB |  |
|
||||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `filemaker` | FileMaker |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `h2` | H2 |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
| `hbase` | Apache HBase |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `informix` | Informix |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
| `interbase` | InterBase |  |
|
||||
| `mariadb` | MariaDB |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `netezza` | Netezza |  |
|
||||
| `opensearch` | OpenSearch |  |
|
||||
| `oracle` | Oracle Database |  |
|
||||
| `pervasive` | Pervasive PSQL |  |
|
||||
| `pointbase` | PointBase |  |
|
||||
| `postgresql` | PostgreSQL |  |
|
||||
| `progress` | Progress Database |  |
|
||||
| `redis` | Redis |  |
|
||||
| `redshift` | Amazon Redshift |  |
|
||||
| `spanner` | Cloud Spanner |  |
|
||||
| `sqlite` | SQLite |  |
|
||||
| `sybase` | Sybase |  |
|
||||
| `teradata` | Teradata |  |
|
||||
| `vertica` | Vertica |  |
|
||||
| `h2` | H2 |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `hbase` | Apache HBase |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `redis` | Redis |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `dynamodb` | Amazon DynamoDB |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `opensearch` | OpenSearch |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `spanner` | Cloud Spanner |  |
|
||||
| `trino` | Trino |  |
|
||||
| `vertica` | Vertica |  |
|
||||
|
||||
|
||||
`error.type` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
|
||||
|
|
|
|||
|
|
@ -36,57 +36,57 @@ These attributes are filled in for all DynamoDB request types.
|
|||
| Value | Description | Stability |
|
||||
|---|---|---|
|
||||
| `other_sql` | Some other SQL database. Fallback only. See notes. |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `oracle` | Oracle Database |  |
|
||||
| `db2` | IBM Db2 |  |
|
||||
| `postgresql` | PostgreSQL |  |
|
||||
| `redshift` | Amazon Redshift |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `progress` | Progress Database |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `edb` | EnterpriseDB |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `adabas` | Adabas (Adaptable Database System) |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `cache` | InterSystems Caché |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `cloudscape` | Cloudscape |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
| `db2` | IBM Db2 |  |
|
||||
| `derby` | Apache Derby |  |
|
||||
| `dynamodb` | Amazon DynamoDB |  |
|
||||
| `edb` | EnterpriseDB |  |
|
||||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `filemaker` | FileMaker |  |
|
||||
| `firebird` | Firebird |  |
|
||||
| `firstsql` | FirstSQL |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `h2` | H2 |  |
|
||||
| `hanadb` | SAP HANA |  |
|
||||
| `hbase` | Apache HBase |  |
|
||||
| `hive` | Apache Hive |  |
|
||||
| `hsqldb` | HyperSQL DataBase |  |
|
||||
| `informix` | Informix |  |
|
||||
| `ingres` | Ingres |  |
|
||||
| `instantdb` | InstantDB |  |
|
||||
| `interbase` | InterBase |  |
|
||||
| `mariadb` | MariaDB |  |
|
||||
| `maxdb` | SAP MaxDB |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `mssql` | Microsoft SQL Server |  |
|
||||
| `mssqlcompact` | Microsoft SQL Server Compact |  |
|
||||
| `mysql` | MySQL |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `netezza` | Netezza |  |
|
||||
| `opensearch` | OpenSearch |  |
|
||||
| `oracle` | Oracle Database |  |
|
||||
| `pervasive` | Pervasive PSQL |  |
|
||||
| `pointbase` | PointBase |  |
|
||||
| `postgresql` | PostgreSQL |  |
|
||||
| `progress` | Progress Database |  |
|
||||
| `redis` | Redis |  |
|
||||
| `redshift` | Amazon Redshift |  |
|
||||
| `spanner` | Cloud Spanner |  |
|
||||
| `sqlite` | SQLite |  |
|
||||
| `sybase` | Sybase |  |
|
||||
| `teradata` | Teradata |  |
|
||||
| `vertica` | Vertica |  |
|
||||
| `h2` | H2 |  |
|
||||
| `coldfusion` | ColdFusion IMQ |  |
|
||||
| `cassandra` | Apache Cassandra |  |
|
||||
| `hbase` | Apache HBase |  |
|
||||
| `mongodb` | MongoDB |  |
|
||||
| `redis` | Redis |  |
|
||||
| `couchbase` | Couchbase |  |
|
||||
| `couchdb` | CouchDB |  |
|
||||
| `cosmosdb` | Microsoft Azure Cosmos DB |  |
|
||||
| `dynamodb` | Amazon DynamoDB |  |
|
||||
| `neo4j` | Neo4j |  |
|
||||
| `geode` | Apache Geode |  |
|
||||
| `elasticsearch` | Elasticsearch |  |
|
||||
| `memcached` | Memcached |  |
|
||||
| `cockroachdb` | CockroachDB |  |
|
||||
| `opensearch` | OpenSearch |  |
|
||||
| `clickhouse` | ClickHouse |  |
|
||||
| `spanner` | Cloud Spanner |  |
|
||||
| `trino` | Trino |  |
|
||||
| `vertica` | Vertica |  |
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -70,94 +70,110 @@ groups:
|
|||
value: 'other_sql'
|
||||
brief: 'Some other SQL database. Fallback only. See notes.'
|
||||
stability: experimental
|
||||
- id: mssql
|
||||
value: 'mssql'
|
||||
brief: 'Microsoft SQL Server'
|
||||
stability: experimental
|
||||
- id: mssqlcompact
|
||||
value: 'mssqlcompact'
|
||||
brief: 'Microsoft SQL Server Compact'
|
||||
stability: experimental
|
||||
- id: mysql
|
||||
value: 'mysql'
|
||||
brief: 'MySQL'
|
||||
stability: experimental
|
||||
- id: oracle
|
||||
value: 'oracle'
|
||||
brief: 'Oracle Database'
|
||||
stability: experimental
|
||||
- id: db2
|
||||
value: 'db2'
|
||||
brief: 'IBM Db2'
|
||||
stability: experimental
|
||||
- id: postgresql
|
||||
value: 'postgresql'
|
||||
brief: 'PostgreSQL'
|
||||
stability: experimental
|
||||
- id: redshift
|
||||
value: 'redshift'
|
||||
brief: 'Amazon Redshift'
|
||||
stability: experimental
|
||||
- id: hive
|
||||
value: 'hive'
|
||||
brief: 'Apache Hive'
|
||||
stability: experimental
|
||||
- id: cloudscape
|
||||
value: 'cloudscape'
|
||||
brief: 'Cloudscape'
|
||||
stability: experimental
|
||||
- id: hsqldb
|
||||
value: 'hsqldb'
|
||||
brief: 'HyperSQL DataBase'
|
||||
stability: experimental
|
||||
- id: progress
|
||||
value: 'progress'
|
||||
brief: 'Progress Database'
|
||||
stability: experimental
|
||||
- id: maxdb
|
||||
value: 'maxdb'
|
||||
brief: 'SAP MaxDB'
|
||||
stability: experimental
|
||||
- id: hanadb
|
||||
value: 'hanadb'
|
||||
brief: 'SAP HANA'
|
||||
stability: experimental
|
||||
- id: ingres
|
||||
value: 'ingres'
|
||||
brief: 'Ingres'
|
||||
stability: experimental
|
||||
- id: firstsql
|
||||
value: 'firstsql'
|
||||
brief: 'FirstSQL'
|
||||
stability: experimental
|
||||
- id: edb
|
||||
value: 'edb'
|
||||
brief: 'EnterpriseDB'
|
||||
- id: adabas
|
||||
value: 'adabas'
|
||||
brief: 'Adabas (Adaptable Database System)'
|
||||
stability: experimental
|
||||
- id: cache
|
||||
value: 'cache'
|
||||
brief: 'InterSystems Caché'
|
||||
stability: experimental
|
||||
- id: adabas
|
||||
value: 'adabas'
|
||||
brief: 'Adabas (Adaptable Database System)'
|
||||
- id: cassandra
|
||||
value: 'cassandra'
|
||||
brief: 'Apache Cassandra'
|
||||
stability: experimental
|
||||
- id: firebird
|
||||
value: 'firebird'
|
||||
brief: 'Firebird'
|
||||
- id: clickhouse
|
||||
value: 'clickhouse'
|
||||
brief: 'ClickHouse'
|
||||
stability: experimental
|
||||
- id: cloudscape
|
||||
value: 'cloudscape'
|
||||
brief: 'Cloudscape'
|
||||
stability: experimental
|
||||
- id: cockroachdb
|
||||
value: 'cockroachdb'
|
||||
brief: 'CockroachDB'
|
||||
stability: experimental
|
||||
- id: coldfusion
|
||||
value: 'coldfusion'
|
||||
brief: 'ColdFusion IMQ'
|
||||
stability: experimental
|
||||
- id: cosmosdb
|
||||
value: 'cosmosdb'
|
||||
brief: 'Microsoft Azure Cosmos DB'
|
||||
stability: experimental
|
||||
- id: couchbase
|
||||
value: 'couchbase'
|
||||
brief: 'Couchbase'
|
||||
stability: experimental
|
||||
- id: couchdb
|
||||
value: 'couchdb'
|
||||
brief: 'CouchDB'
|
||||
stability: experimental
|
||||
- id: db2
|
||||
value: 'db2'
|
||||
brief: 'IBM Db2'
|
||||
stability: experimental
|
||||
- id: derby
|
||||
value: 'derby'
|
||||
brief: 'Apache Derby'
|
||||
stability: experimental
|
||||
- id: dynamodb
|
||||
value: 'dynamodb'
|
||||
brief: 'Amazon DynamoDB'
|
||||
stability: experimental
|
||||
- id: edb
|
||||
value: 'edb'
|
||||
brief: 'EnterpriseDB'
|
||||
stability: experimental
|
||||
- id: elasticsearch
|
||||
value: 'elasticsearch'
|
||||
brief: 'Elasticsearch'
|
||||
stability: experimental
|
||||
- id: filemaker
|
||||
value: 'filemaker'
|
||||
brief: 'FileMaker'
|
||||
stability: experimental
|
||||
- id: firebird
|
||||
value: 'firebird'
|
||||
brief: 'Firebird'
|
||||
stability: experimental
|
||||
- id: firstsql
|
||||
value: 'firstsql'
|
||||
brief: 'FirstSQL'
|
||||
stability: experimental
|
||||
- id: geode
|
||||
value: 'geode'
|
||||
brief: 'Apache Geode'
|
||||
stability: experimental
|
||||
- id: h2
|
||||
value: 'h2'
|
||||
brief: 'H2'
|
||||
stability: experimental
|
||||
- id: hanadb
|
||||
value: 'hanadb'
|
||||
brief: 'SAP HANA'
|
||||
stability: experimental
|
||||
- id: hbase
|
||||
value: 'hbase'
|
||||
brief: 'Apache HBase'
|
||||
stability: experimental
|
||||
- id: hive
|
||||
value: 'hive'
|
||||
brief: 'Apache Hive'
|
||||
stability: experimental
|
||||
- id: hsqldb
|
||||
value: 'hsqldb'
|
||||
brief: 'HyperSQL DataBase'
|
||||
stability: experimental
|
||||
- id: informix
|
||||
value: 'informix'
|
||||
brief: 'Informix'
|
||||
stability: experimental
|
||||
- id: ingres
|
||||
value: 'ingres'
|
||||
brief: 'Ingres'
|
||||
stability: experimental
|
||||
- id: instantdb
|
||||
value: 'instantdb'
|
||||
brief: 'InstantDB'
|
||||
|
|
@ -170,10 +186,46 @@ groups:
|
|||
value: 'mariadb'
|
||||
brief: 'MariaDB'
|
||||
stability: experimental
|
||||
- id: maxdb
|
||||
value: 'maxdb'
|
||||
brief: 'SAP MaxDB'
|
||||
stability: experimental
|
||||
- id: memcached
|
||||
value: 'memcached'
|
||||
brief: 'Memcached'
|
||||
stability: experimental
|
||||
- id: mongodb
|
||||
value: 'mongodb'
|
||||
brief: 'MongoDB'
|
||||
stability: experimental
|
||||
- id: mssql
|
||||
value: 'mssql'
|
||||
brief: 'Microsoft SQL Server'
|
||||
stability: experimental
|
||||
- id: mssqlcompact
|
||||
value: 'mssqlcompact'
|
||||
brief: 'Microsoft SQL Server Compact'
|
||||
stability: experimental
|
||||
- id: mysql
|
||||
value: 'mysql'
|
||||
brief: 'MySQL'
|
||||
stability: experimental
|
||||
- id: neo4j
|
||||
value: 'neo4j'
|
||||
brief: 'Neo4j'
|
||||
stability: experimental
|
||||
- id: netezza
|
||||
value: 'netezza'
|
||||
brief: 'Netezza'
|
||||
stability: experimental
|
||||
- id: opensearch
|
||||
value: 'opensearch'
|
||||
brief: 'OpenSearch'
|
||||
stability: experimental
|
||||
- id: oracle
|
||||
value: 'oracle'
|
||||
brief: 'Oracle Database'
|
||||
stability: experimental
|
||||
- id: pervasive
|
||||
value: 'pervasive'
|
||||
brief: 'Pervasive PSQL'
|
||||
|
|
@ -182,6 +234,26 @@ groups:
|
|||
value: 'pointbase'
|
||||
brief: 'PointBase'
|
||||
stability: experimental
|
||||
- id: postgresql
|
||||
value: 'postgresql'
|
||||
brief: 'PostgreSQL'
|
||||
stability: experimental
|
||||
- id: progress
|
||||
value: 'progress'
|
||||
brief: 'Progress Database'
|
||||
stability: experimental
|
||||
- id: redis
|
||||
value: 'redis'
|
||||
brief: 'Redis'
|
||||
stability: experimental
|
||||
- id: redshift
|
||||
value: 'redshift'
|
||||
brief: 'Amazon Redshift'
|
||||
stability: experimental
|
||||
- id: spanner
|
||||
value: 'spanner'
|
||||
brief: 'Cloud Spanner'
|
||||
stability: experimental
|
||||
- id: sqlite
|
||||
value: 'sqlite'
|
||||
brief: 'SQLite'
|
||||
|
|
@ -194,86 +266,14 @@ groups:
|
|||
value: 'teradata'
|
||||
brief: 'Teradata'
|
||||
stability: experimental
|
||||
- id: vertica
|
||||
value: 'vertica'
|
||||
brief: 'Vertica'
|
||||
stability: experimental
|
||||
- id: h2
|
||||
value: 'h2'
|
||||
brief: 'H2'
|
||||
stability: experimental
|
||||
- id: coldfusion
|
||||
value: 'coldfusion'
|
||||
brief: 'ColdFusion IMQ'
|
||||
stability: experimental
|
||||
- id: cassandra
|
||||
value: 'cassandra'
|
||||
brief: 'Apache Cassandra'
|
||||
stability: experimental
|
||||
- id: hbase
|
||||
value: 'hbase'
|
||||
brief: 'Apache HBase'
|
||||
stability: experimental
|
||||
- id: mongodb
|
||||
value: 'mongodb'
|
||||
brief: 'MongoDB'
|
||||
stability: experimental
|
||||
- id: redis
|
||||
value: 'redis'
|
||||
brief: 'Redis'
|
||||
stability: experimental
|
||||
- id: couchbase
|
||||
value: 'couchbase'
|
||||
brief: 'Couchbase'
|
||||
stability: experimental
|
||||
- id: couchdb
|
||||
value: 'couchdb'
|
||||
brief: 'CouchDB'
|
||||
stability: experimental
|
||||
- id: cosmosdb
|
||||
value: 'cosmosdb'
|
||||
brief: 'Microsoft Azure Cosmos DB'
|
||||
stability: experimental
|
||||
- id: dynamodb
|
||||
value: 'dynamodb'
|
||||
brief: 'Amazon DynamoDB'
|
||||
stability: experimental
|
||||
- id: neo4j
|
||||
value: 'neo4j'
|
||||
brief: 'Neo4j'
|
||||
stability: experimental
|
||||
- id: geode
|
||||
value: 'geode'
|
||||
brief: 'Apache Geode'
|
||||
stability: experimental
|
||||
- id: elasticsearch
|
||||
value: 'elasticsearch'
|
||||
brief: 'Elasticsearch'
|
||||
stability: experimental
|
||||
- id: memcached
|
||||
value: 'memcached'
|
||||
brief: 'Memcached'
|
||||
stability: experimental
|
||||
- id: cockroachdb
|
||||
value: 'cockroachdb'
|
||||
brief: 'CockroachDB'
|
||||
stability: experimental
|
||||
- id: opensearch
|
||||
value: 'opensearch'
|
||||
brief: 'OpenSearch'
|
||||
stability: experimental
|
||||
- id: clickhouse
|
||||
value: 'clickhouse'
|
||||
brief: 'ClickHouse'
|
||||
stability: experimental
|
||||
- id: spanner
|
||||
value: 'spanner'
|
||||
brief: 'Cloud Spanner'
|
||||
stability: experimental
|
||||
- id: trino
|
||||
value: 'trino'
|
||||
brief: 'Trino'
|
||||
stability: experimental
|
||||
- id: vertica
|
||||
value: 'vertica'
|
||||
brief: 'Vertica'
|
||||
stability: experimental
|
||||
stability: experimental
|
||||
- id: client.connections.state
|
||||
stability: experimental
|
||||
|
|
|
|||
Loading…
Reference in New Issue