Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revise and extend semantic conventions for databases #575

Merged
merged 18 commits into from
Jul 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
general -> generic
arminru committed Jun 29, 2020
commit 3c22ce261399f88c99c3932aad91768e2783e0ff
4 changes: 2 additions & 2 deletions specification/trace/semantic_conventions/database.md
Original file line number Diff line number Diff line change
@@ -129,8 +129,8 @@ For example, when retrieving a document, `db.operation` would be set to (literal

| Technology | Attribute name | Notes and examples | Required? |
| ---------- | :------------- | :----------------------------------------------------------- | --------- |
| Cassandra | `db.cassandra.keyspace` | The name of the keyspace being accessed. To be used instead of the general `db.name` attribute. | Yes |
| HBase | `db.hbase.namespace` | The [HBase namespace][] being accessed. To be used instead of the general `db.name` attribute. | Yes |
| Cassandra | `db.cassandra.keyspace` | The name of the keyspace being accessed. To be used instead of the generic `db.name` attribute. | Yes |
| HBase | `db.hbase.namespace` | The [HBase namespace][] being accessed. To be used instead of the generic `db.name` attribute. | Yes |
| MongoDB | `db.mongodb.collection` | The collection being accessed within the database stated in `db.name`. | Yes |

[HBase namespace]: https://hbase.apache.org/book.html#_namespace