Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InboundGauge = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "amqp_inbound", Help: "Increased on incoming deliveries, decreased on ack/nack", ConstLabels: nil, }, []string{"routing_key"}) TransportErrorCounter = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: "amqp_transport_error", Help: "Increased when a message could not be decoded", ConstLabels: nil, }, []string{"routing_key"}) NackCounter = prometheus.NewCounterVec(prometheus.CounterOpts{ Name: "amqp_not_acknowledged", Help: "Incremented on every NACK", }, []string{"routing_key", "requeue"}) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.