fix db.operation in semantic-conventions.md (#2858)

This commit is contained in:
YuDong Tang 2021-04-24 08:52:04 +08:00 committed by GitHub
parent 2ab92f556e
commit 334c6ec0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ not values defined by spec.
| `db.mssql.instance_name` | N | - |
| `db.name` | N | only set of JDBC, Mongo, Geode and MongoDB |
| `db.statement` | N | +, except for ElasticSearch and Memcached, see `db.operation` |
| `db.operation` | N | only set of ElasticSearch and Memcached |
| `db.operation` | N | only set for ElasticSearch, Memcached and JDBC |
| `db.cassandra.keyspace` | Y | + |
| `db.hbase` | Y | -, HBase is not supported |
| `db.redis.database_index` | N | only set for Lettuce driver, not for Jedis |