test collector¶
test
collector is a stub plugin for checking agent configuration. Every run completes with success and no metrics are produced.
Configuration¶
Parameter | Type | Default | Description |
---|---|---|---|
id | String | Collector's ID. Must be unique per agent instance. Will be returned along with the metrics. | |
type | String | Must be test | |
service | String | Equal to id | Service id for output metrics |
interval | Integer | Repetition interval in seconds | |
labels | Array of Strings | List of additional labels. Will be returned along with metrics |
Compilation Features¶
Enable test
feature during compiling the agent (Enabled by default).