wu-sheng commented on pull request #7271: URL: https://github.com/apache/skywalking/pull/7271#issuecomment-877916505
The expect changes are as following 1. Rename current `STATUS_CODE` to `HTTP_RESPONSE_STATUS_CODE`, real tag key should be `http.status_code`. 2. Add a new string tag `RPC_RESPONSE_STATUS_CODE` to hold all string type value tag. The key is `rpc.status_code`. 3. At the backend source level, we should keep `responseCode` for `HTTP_RESPONSE_STATUS_CODE` tag, but add `@Deprecated`. Also, add `httpResponseStatusCode`(a duplicate of `responseCode`) and `rpcStatusCode`(for `RPC_RESPONSE_STATUS_CODE`) fields for OAL. 4. Document should be updated accordingly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
