@@ -137,151 +137,11 @@ static constexpr const char *kDbSystemName = "db.system.name";
137137
138138namespace DbSystemNameValues
139139{
140- /* *
141- Some other SQL database. Fallback only.
142- */
143- static constexpr const char *kOtherSql = " other_sql" ;
144-
145- /* *
146- <a href="https://documentation.softwareag.com/?pf=adabas">Adabas (Adaptable Database System)</a>
147- */
148- static constexpr const char *kSoftwareagAdabas = " softwareag.adabas" ;
149-
150- /* *
151- <a href="https://www.actian.com/databases/ingres/">Actian Ingres</a>
152- */
153- static constexpr const char *kActianIngres = " actian.ingres" ;
154-
155- /* *
156- <a href="https://aws.amazon.com/pm/dynamodb/">Amazon DynamoDB</a>
157- */
158- static constexpr const char *kAwsDynamodb = " aws.dynamodb" ;
159-
160- /* *
161- <a href="https://aws.amazon.com/redshift/">Amazon Redshift</a>
162- */
163- static constexpr const char *kAwsRedshift = " aws.redshift" ;
164-
165- /* *
166- <a href="https://learn.microsoft.com/azure/cosmos-db">Azure Cosmos DB</a>
167- */
168- static constexpr const char *kAzureCosmosdb = " azure.cosmosdb" ;
169-
170- /* *
171- <a href="https://www.intersystems.com/products/cache/">InterSystems Caché</a>
172- */
173- static constexpr const char *kIntersystemsCache = " intersystems.cache" ;
174-
175- /* *
176- <a href="https://cassandra.apache.org/">Apache Cassandra</a>
177- */
178- static constexpr const char *kCassandra = " cassandra" ;
179-
180- /* *
181- <a href="https://clickhouse.com/">ClickHouse</a>
182- */
183- static constexpr const char *kClickhouse = " clickhouse" ;
184-
185- /* *
186- <a href="https://www.cockroachlabs.com/">CockroachDB</a>
187- */
188- static constexpr const char *kCockroachdb = " cockroachdb" ;
189-
190- /* *
191- <a href="https://www.couchbase.com/">Couchbase</a>
192- */
193- static constexpr const char *kCouchbase = " couchbase" ;
194-
195- /* *
196- <a href="https://couchdb.apache.org/">Apache CouchDB</a>
197- */
198- static constexpr const char *kCouchdb = " couchdb" ;
199-
200- /* *
201- <a href="https://db.apache.org/derby/">Apache Derby</a>
202- */
203- static constexpr const char *kDerby = " derby" ;
204-
205- /* *
206- <a href="https://www.elastic.co/elasticsearch">Elasticsearch</a>
207- */
208- static constexpr const char *kElasticsearch = " elasticsearch" ;
209-
210- /* *
211- <a href="https://www.firebirdsql.org/">Firebird</a>
212- */
213- static constexpr const char *kFirebirdsql = " firebirdsql" ;
214-
215- /* *
216- <a href="https://cloud.google.com/spanner">Google Cloud Spanner</a>
217- */
218- static constexpr const char *kGcpSpanner = " gcp.spanner" ;
219-
220- /* *
221- <a href="https://geode.apache.org/">Apache Geode</a>
222- */
223- static constexpr const char *kGeode = " geode" ;
224-
225- /* *
226- <a href="https://h2database.com/">H2 Database</a>
227- */
228- static constexpr const char *kH2database = " h2database" ;
229-
230- /* *
231- <a href="https://hbase.apache.org/">Apache HBase</a>
232- */
233- static constexpr const char *kHbase = " hbase" ;
234-
235- /* *
236- <a href="https://hive.apache.org/">Apache Hive</a>
237- */
238- static constexpr const char *kHive = " hive" ;
239-
240- /* *
241- <a href="https://hsqldb.org/">HyperSQL Database</a>
242- */
243- static constexpr const char *kHsqldb = " hsqldb" ;
244-
245- /* *
246- <a href="https://www.ibm.com/db2">IBM Db2</a>
247- */
248- static constexpr const char *kIbmDb2 = " ibm.db2" ;
249-
250- /* *
251- <a href="https://www.ibm.com/products/informix">IBM Informix</a>
252- */
253- static constexpr const char *kIbmInformix = " ibm.informix" ;
254-
255- /* *
256- <a href="https://www.ibm.com/products/netezza">IBM Netezza</a>
257- */
258- static constexpr const char *kIbmNetezza = " ibm.netezza" ;
259-
260- /* *
261- <a href="https://www.influxdata.com/">InfluxDB</a>
262- */
263- static constexpr const char *kInfluxdb = " influxdb" ;
264-
265- /* *
266- <a href="https://www.instantdb.com/">Instant</a>
267- */
268- static constexpr const char *kInstantdb = " instantdb" ;
269-
270140/* *
271141 <a href="https://mariadb.org/">MariaDB</a>
272142 */
273143static constexpr const char *kMariadb = " mariadb" ;
274144
275- /* *
276- <a href="https://memcached.org/">Memcached</a>
277- */
278- static constexpr const char *kMemcached = " memcached" ;
279-
280- /* *
281- <a href="https://www.mongodb.com/">MongoDB</a>
282- */
283- static constexpr const char *kMongodb = " mongodb" ;
284-
285145/* *
286146 <a href="https://www.microsoft.com/sql-server">Microsoft SQL Server</a>
287147 */
@@ -292,56 +152,11 @@ static constexpr const char *kMicrosoftSqlServer = "microsoft.sql_server";
292152 */
293153static constexpr const char *kMysql = " mysql" ;
294154
295- /* *
296- <a href="https://neo4j.com/">Neo4j</a>
297- */
298- static constexpr const char *kNeo4j = " neo4j" ;
299-
300- /* *
301- <a href="https://opensearch.org/">OpenSearch</a>
302- */
303- static constexpr const char *kOpensearch = " opensearch" ;
304-
305- /* *
306- <a href="https://www.oracle.com/database/">Oracle Database</a>
307- */
308- static constexpr const char *kOracleDb = " oracle.db" ;
309-
310155/* *
311156 <a href="https://www.postgresql.org/">PostgreSQL</a>
312157 */
313158static constexpr const char *kPostgresql = " postgresql" ;
314159
315- /* *
316- <a href="https://redis.io/">Redis</a>
317- */
318- static constexpr const char *kRedis = " redis" ;
319-
320- /* *
321- <a href="https://www.sap.com/products/technology-platform/hana/what-is-sap-hana.html">SAP HANA</a>
322- */
323- static constexpr const char *kSapHana = " sap.hana" ;
324-
325- /* *
326- <a href="https://maxdb.sap.com/">SAP MaxDB</a>
327- */
328- static constexpr const char *kSapMaxdb = " sap.maxdb" ;
329-
330- /* *
331- <a href="https://www.sqlite.org/">SQLite</a>
332- */
333- static constexpr const char *kSqlite = " sqlite" ;
334-
335- /* *
336- <a href="https://www.teradata.com/">Teradata</a>
337- */
338- static constexpr const char *kTeradata = " teradata" ;
339-
340- /* *
341- <a href="https://trino.io/">Trino</a>
342- */
343- static constexpr const char *kTrino = " trino" ;
344-
345160} // namespace DbSystemNameValues
346161
347162} // namespace db
0 commit comments