Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceLatencyV1 ¶
type ServiceLatencyV1 struct { event.NATSEvent Status int `json:"status"` Error string `json:"description,omitempty"` Requestor advisory.ClientInfoV1 `json:"requestor,omitempty"` Responder advisory.ClientInfoV1 `json:"responder,omitempty"` RequestHeader http.Header `json:"header,omitempty"` RequestStart time.Time `json:"start"` ServiceLatency time.Duration `json:"service"` SystemLatency time.Duration `json:"system"` TotalLatency time.Duration `json:"total"` }
ServiceLatencyV1 is the JSON message sent out in response to latency tracking for exported services.
NATS Schema Type io.nats.server.metric.v1.service_latency
Click to show internal directories.
Click to hide internal directories.