Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumerAckMetricV1 ¶
type ConsumerAckMetricV1 struct { event.NATSEvent Stream string `json:"stream"` Consumer string `json:"consumer"` ConsumerSeq uint64 `json:"consumer_seq"` StreamSeq uint64 `json:"stream_seq"` Delay int64 `json:"ack_time"` Deliveries uint64 `json:"deliveries"` }
ConsumerAckMetricV1 is a metric published when a Consumer has ACK sampling enabled to indicate message processing stats
NATS Schema Type io.nats.jetstream.metric.v1.consumer_ack
Click to show internal directories.
Click to hide internal directories.