This message defines attributes for a typical network response. It generally models semantics of an HTTP response.
Value parameters
- backendLatency
-
The amount of time it takes the backend service to fully respond to a request. Measured from when the destination service starts to send the request to the backend until when the destination service receives the complete response from the backend.
- code
-
The HTTP response status code, such as
200
and404
. - headers
-
The HTTP response headers. If multiple headers share the same key, they must be merged according to HTTP spec. All header keys must be lowercased, because HTTP header keys are case-insensitive.
- size
-
The HTTP response size in bytes. If unknown, it must be -1.
- time
-
The timestamp when the
destination
service sends the last byte of the response.
Attributes
- Companion
- object
- Source
- AttributeContext.scala
- Graph
-
- Supertypes
-
trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Definition Classes
- Source
- AttributeContext.scala
Returns a human-readable ASCII format representation of this message.
Returns a human-readable ASCII format representation of this message.
The original message can be decoded from this format by using fromAscii on the companion object.
Attributes
- Returns
-
human-readable representation of this message.
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Attributes
- Source
- AttributeContext.scala
Serializes the message into the given coded output stream
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Serializes the message and returns a byte array containing its raw bytes
Serializes the message and returns a byte array containing its raw bytes
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala
Serializes the message and returns a ByteString containing its raw bytes
Serializes the message and returns a ByteString containing its raw bytes
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala
Attributes
- Inherited from:
- Updatable
- Source
- Lenses.scala
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala
Serializes the message into the given output stream
Serializes the message into the given output stream
Attributes
- Inherited from:
- GeneratedMessage
- Source
- GeneratedMessageCompanion.scala