Consumer Acknowledgement Metric
Consumer acknowledgement metrics.
Subscription Subject
$JS.EVENT.METRIC.CONSUMER.ACK.{stream}.{consumer}
Where:
{stream}is the stream name{consumer}is the consumer name
Event Schema
Metric published when a message was acknowledged to a consumer with Ack Sampling enabled
typeconst: "io.nats.jetstream.metric.v1.consumer_ack"required
idstringrequired
Unique correlation ID for this event
timestampstringrequired
The time this event was created in RFC3339 format
streamstringrequired
The name of the stream where the message is stored
consumerstringrequired
The name of the consumer where the message is held
stream_seqintegerrequired
The sequence of the message in the stream that were acknowledged
Minimum:
1consumer_seqintegerrequired
The sequence of the message in the consumer that were acknowledged
Minimum:
1ack_timeintegerrequired
The time it took on the final delivery for the message to be acknowledged in nanoseconds
Minimum:
1deliveriesintegerrequired
The number of deliveries that were attempted before being acknowledged
Minimum:
1