The NATS operations executed by the connector should be observable through the GET /metrics endpoint.
Some important metrics to track are:
nats_messages_published_total (Total number of published messages)
nats_messages_failed_total (Total number of failed messages)
nats_message_duration_seconds (Duration of message publishing in seconds)
The NATS operations executed by the connector should be observable through the
GET /metrics
endpoint.Some important metrics to track are:
nats_messages_published_total
(Total number of published messages)nats_messages_failed_total
(Total number of failed messages)nats_message_duration_seconds
(Duration of message publishing in seconds)