-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Description
Logs should be emitted for errors on HTTP or gRPC requests, attached to each T4 span. In addition to common transport level attributes like response code and local error messages, these logs have the following attributes:
error.typee.g. RATE_LIMIT_EXCEEDEDgcp.error.domaine.g."pubsub.googleapis.com"gcp.error.metadata.<key> e.g.gcp.error.metadata.zone: "us-east1-a"`
These values should be parsed from the ErrorInfo attached to the response as error, if any.
I suggest they are logged at "INFO" since we will be recording them on retryable requests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.