Documentation ¶
Index ¶
- type AzureStorageQueue
- func (a *AzureStorageQueue) Gather(acc telegraf.Accumulator) error
- func (a *AzureStorageQueue) GatherQueueMetrics(acc telegraf.Accumulator, queueItem azqueue.QueueItem, ...)
- func (a *AzureStorageQueue) GetServiceURL() (azqueue.ServiceURL, error)
- func (a *AzureStorageQueue) Init() error
- func (*AzureStorageQueue) SampleConfig() string
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) GatherQueueMetrics ¶
func (a *AzureStorageQueue) GatherQueueMetrics( acc telegraf.Accumulator, queueItem azqueue.QueueItem, properties *azqueue.QueueGetPropertiesResponse, peekedMessage *azqueue.PeekedMessage, )
func (*AzureStorageQueue) GetServiceURL ¶
func (a *AzureStorageQueue) GetServiceURL() (azqueue.ServiceURL, 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.