feat: adding gcp resource name span attribute
Adding a new span attribute called gcp.resource.name which contains an identifier to a particular firestore database in the following format:
//firestore.googleapis.com/projects/{project}/databases/{database_id}
Example:
//firestore.googleapis.com/projects/my_project/databases/(default)
Googlers see b/437960147 and g/firestore-sdk-team/c/uvdOjkrQ2Ns/m/1wJrFyFdAwAJ for some background details
It seems like this one is missing a test. Perhaps update https://github.com/googleapis/nodejs-firestore/blob/daa3d76a781faafa7de2f1fc7e144e620a98b110/dev/system-test/tracing.ts#L582.
It seems like this one is missing a test. Perhaps update
https://github.com/googleapis/nodejs-firestore/blob/daa3d76a781faafa7de2f1fc7e144e620a98b110/dev/system-test/tracing.ts#L582
.
Have updated tests. Please check.
@MarkDuckworth @wu-hui Could you please review this PR?