Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AzureStorageQueue ¶
type AzureStorageQueue struct { StorageAccountName string `toml:"account_name"` StorageAccountKey string `toml:"account_key"` PeekOldestMessageAge bool `toml:"peek_oldest_message_age"` Log telegraf.Logger // contains filtered or unexported fields }
func (*AzureStorageQueue) Gather ¶
func (a *AzureStorageQueue) Gather(acc telegraf.Accumulator) error
func (*AzureStorageQueue) Init ¶
func (a *AzureStorageQueue) Init() error
func (*AzureStorageQueue) SampleConfig ¶
func (*AzureStorageQueue) SampleConfig() string
Click to show internal directories.
Click to hide internal directories.