Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consume ¶
func PrometheusConsume ¶
func PrometheusConsume() Consume
type Produce ¶
func PrometheusProduce ¶
func PrometheusProduce() Produce
type Prometheus ¶
type Prometheus struct {
// contains filtered or unexported fields
}
func GetPrometheus ¶
func GetPrometheus() *Prometheus
func (*Prometheus) MessagesProcessedIncrement ¶
func (p *Prometheus) MessagesProcessedIncrement(topic string, partition int32, count int64)
func (*Prometheus) MessagesProducedIncrement ¶
func (p *Prometheus) MessagesProducedIncrement(topic string, partition int32, count int64)
func (*Prometheus) RetryCount ¶
func (p *Prometheus) RetryCount(topic string, partition int32, trycount int64)
Click to show internal directories.
Click to hide internal directories.