Add additional attributes for mongo DB spans #2907
Labels
[label deprecated] triaged-needmoreinfo
[label deprecated] The issue is triaged - the OTel community needs more information to decide
spec:trace
Related to the specification/trace directory
What are you trying to achieve?
I want to add to the database semantic conventions additional attributes for mongo DB spans.
The value of adding these fields is to help users get more information from the traces which would allow for easier troubleshooting.
The additional attributes that I want to add are related to operations done on the DB.
For an
INSERT
request:Save the value
document
which holds the value that is inserted.For a
DELETE
request:Save the value
criteria
which holds the filter criteria that is used to find the item to delete.For an
UPDATE
request:Save the values of
filter
andupdate
which holds the filter criteria that is used to identify the item that we want to update, and the value to update.The text was updated successfully, but these errors were encountered: