Versions in this module Expand all Collapse all v1 v1.2.0 Mar 24, 2017 v0 v0.10.1 Jan 27, 2016 Changes in this version + type ChannelStats struct + BackendDepth int64 + Clients []ClientStats + DeferredCount int64 + Depth int64 + InFlightCount int64 + MessageCount int64 + Name string + Paused bool + RequeueCount int64 + TimeoutCount int64 + type ClientStats struct + ConnectTime int64 + Deflate bool + FinishCount int64 + Hostname string + ID string + InFlightCount int64 + MessageCount int64 + Name string + ReadyCount int64 + RemoteAddress string + RequeueCount int64 + SampleRate int64 + Snappy bool + State int64 + TLS bool + TLSCipherSuite string + TLSNegotiatedProtocol string + TLSNegotiatedProtocolIsMutual bool + TLSVersion string + UserAgent string + Version string + type NSQ struct + Endpoints []string + func (n *NSQ) Description() string + func (n *NSQ) Gather(acc inputs.Accumulator) error + func (n *NSQ) SampleConfig() string + type NSQStats struct + Code int64 + Data NSQStatsData + Txt string + type NSQStatsData struct + Health string + StartTime int64 + Topics []TopicStats + Version string + type TopicStats struct + BackendDepth int64 + Channels []ChannelStats + Depth int64 + MessageCount int64 + Name string + Paused bool