Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client allows sending batches of Prometheus samples to AMQP.
func NewClient ¶
func NewClient(logger log.Logger, address string, queue string, user string, password string, timeout time.Duration) (*Client, error)
NewClient creates a new Client.
Click to show internal directories.
Click to hide internal directories.