db.collection.name
stringScrub: ManualVisibility: PublicOTel: TrueThe name of a collection (table, container) within the database.
usersdb.mongodb.collectionRaw JSON
{
"key": "db.collection.name",
"brief": "The name of a collection (table, container) within the database.",
"type": "string",
"apply_scrubbing": {
"key": "manual"
},
"is_in_otel": true,
"visibility": "public",
"example": "users",
"alias": [
"db.mongodb.collection"
],
"changelog": [
{
"version": "0.19.0",
"prs": [
483
],
"description": "Added db.mongodb.collection as an alias"
},
{
"version": "0.1.0",
"prs": [
106,
127
]
},
{
"version": "0.0.0"
}
]
}