diff --git a/docs/en/docs/admin/reference/agent/collectors/block_io.md b/docs/en/docs/admin/reference/agent/collectors/block_io.md index a5982ab4ac111625ab8d96eedfe68cac8bf70506..fa13236855ee3159518f3572764c723b8c3c2c73 100644 --- a/docs/en/docs/admin/reference/agent/collectors/block_io.md +++ b/docs/en/docs/admin/reference/agent/collectors/block_io.md @@ -4,12 +4,13 @@ ## 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 `block_io` | -| `interval` | Integer | | Repetition interval in seconds | -| `labels` | Array of Strings | | List of additional labels. Will be returned along with metrics | +| 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 `block_io` | +| `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 | ## Collected Metrics diff --git a/docs/en/docs/admin/reference/agent/collectors/cpu.md b/docs/en/docs/admin/reference/agent/collectors/cpu.md index 489a80232f4a3b94ae16742c61d169b43fea821f..7612596c9677bdde7850f8e9a6106fa020e0060e 100644 --- a/docs/en/docs/admin/reference/agent/collectors/cpu.md +++ b/docs/en/docs/admin/reference/agent/collectors/cpu.md @@ -4,12 +4,13 @@ ## 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 `cpu` | -| `interval` | Integer | | Repetition interval in seconds | -| `labels` | Array of Strings | | List of additional labels. Will be returned along with metrics | +| 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 `cpu` | +| `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 | ## Collected Metrics diff --git a/docs/en/docs/admin/reference/agent/collectors/dns.md b/docs/en/docs/admin/reference/agent/collectors/dns.md index a79e3c5bd18af3314bc436b193f6084251c6d0e7..ac3dd9ef239394f232999446d38892c8767e061d 100644 --- a/docs/en/docs/admin/reference/agent/collectors/dns.md +++ b/docs/en/docs/admin/reference/agent/collectors/dns.md @@ -4,16 +4,17 @@ ## 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 `dns` | -| `interval` | Integer | | Repetition interval in seconds | -| `labels` | Array of Strings | | List of additional labels. Will be returned along with metrics | -| `query` | String | | -| `query_type` | String | `A` | -| `n` | Integer | `1` | -| `min_success` | Integer | `1` | +| 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 `dns` | +| `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 | +| `query` | String | | +| `query_type` | String | `A` | +| `n` | Integer | `1` | +| `min_success` | Integer | `1` | ## Collected Metrics diff --git a/docs/en/docs/admin/reference/agent/collectors/fs.md b/docs/en/docs/admin/reference/agent/collectors/fs.md index cc356ca7a6d897bf2afc21edb7eb76bbec952100..3f7a54ad46d835353e73887ca7e74eceac2d34f7 100644 --- a/docs/en/docs/admin/reference/agent/collectors/fs.md +++ b/docs/en/docs/admin/reference/agent/collectors/fs.md @@ -4,12 +4,13 @@ ## 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 `fs` | -| `interval` | Integer | | Repetition interval in seconds | -| `labels` | Array of Strings | | List of additional labels. Will be returned along with metrics | +| 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 `fs` | +| `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 | ## Collected Metrics diff --git a/docs/en/docs/admin/reference/agent/collectors/memory.md b/docs/en/docs/admin/reference/agent/collectors/memory.md index 8e6c5b5158422a6cf71dc5abdcbbb5e19cdaf5b9..7cc78f1f6adb7ab3ed8e44fbf849038beb7c5dbf 100644 --- a/docs/en/docs/admin/reference/agent/collectors/memory.md +++ b/docs/en/docs/admin/reference/agent/collectors/memory.md @@ -4,12 +4,13 @@ ## 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 `memory` | -| `interval` | Integer | | Repetition interval in seconds | -| `labels` | Array of Strings | | List of additional labels. Will be returned along with metrics | +| 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 `memory` | +| `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 | ## Collected Metrics diff --git a/docs/en/docs/admin/reference/agent/collectors/network.md b/docs/en/docs/admin/reference/agent/collectors/network.md index 9941e8d91bc0b52a10c138c83974b70f2ed22ed2..6de8e8bf5b3fccc206a53e8e5147157657a9d9aa 100644 --- a/docs/en/docs/admin/reference/agent/collectors/network.md +++ b/docs/en/docs/admin/reference/agent/collectors/network.md @@ -4,12 +4,13 @@ ## 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 `network` | -| `interval` | Integer | | Repetition interval in seconds | -| `labels` | Array of Strings | | List of additional labels. Will be returned along with metrics | +| 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 `network` | +| `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 | ## Collected Metrics diff --git a/docs/en/docs/admin/reference/agent/collectors/test.md b/docs/en/docs/admin/reference/agent/collectors/test.md index 7c0a28937db679e4f0a77fb28e4c3a372b663589..29e7a9de52369c0267ccaea201c4a3f855409dec 100644 --- a/docs/en/docs/admin/reference/agent/collectors/test.md +++ b/docs/en/docs/admin/reference/agent/collectors/test.md @@ -5,12 +5,13 @@ 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` | -| `interval` | Integer | | Repetition interval in seconds | -| `labels` | Array of Strings | | List of additional labels. Will be returned along with metrics | +| 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 diff --git a/docs/en/docs/admin/reference/agent/collectors/twamp_sender.md b/docs/en/docs/admin/reference/agent/collectors/twamp_sender.md index 25717addf55e9b88b339001c286ce193a6b18c7e..8360155516d48e635fb5a14cf29288b5ac47f5cd 100644 --- a/docs/en/docs/admin/reference/agent/collectors/twamp_sender.md +++ b/docs/en/docs/admin/reference/agent/collectors/twamp_sender.md @@ -5,18 +5,19 @@ TWAMP SLA probe using one of the predefined [packet models](#packet-models). ## 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 `twamp_sender` | -| `interval` | Integer | | Repetition interval in seconds | -| `labels` | Array of Strings | | List of additional labels. Will be returned along with metrics | -| | | | | -| `server` | String | | | -| `port` | Integer | `862` | | -| `dscp` | String | `be` | | -| `n_packets` | Integer | | | -| `model` | String | | Name of the [packet model](#packet-models) | +| 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 `twamp_sender` | +| `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 | +| | | | | +| `server` | String | | | +| `port` | Integer | `862` | | +| `dscp` | String | `be` | | +| `n_packets` | Integer | | | +| `model` | String | | Name of the [packet model](#packet-models) | ### Packet Models diff --git a/docs/en/docs/admin/reference/agent/collectors/uptime.md b/docs/en/docs/admin/reference/agent/collectors/uptime.md index 525055a9ec454340b2dc3f71f0275df88deae2f2..cf347657482f8b43b1b970686f67b03cd10bda94 100644 --- a/docs/en/docs/admin/reference/agent/collectors/uptime.md +++ b/docs/en/docs/admin/reference/agent/collectors/uptime.md @@ -4,12 +4,13 @@ ## 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 `uptime` | -| `interval` | Integer | | Repetition interval in seconds | -| `labels` | Array of Strings | | List of additional labels. Will be returned along with metrics | +| 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 `uptime` | +| `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 | ## Collected Metrics