| peer.service, aws.service, db.service, service.name, span.kind, and span name | name | <ul><li> Name field is set to peer.service if not empty. </li><li> If peer.service is empty and aws.service attribute key is not empty, name is set to aws.service. </li><li> If aws.service is empty and db.service attribute key is not empty, name is set to db.service. </li><li> If none of these attribute keys has a value, and span.kind = "Server", then name is set to value of service.name attribute key. </li><li> If none of the prior conditions are met, name is set to the name of the span. </li></ul> |
0 commit comments