From c21c3b0befeb46a51b6bf3758ffa30813bea0ff0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 9 Mar 2024 14:19:22 +0100 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- exporting/prometheus/integrations/appoptics.md | 30 +++++++++++----------- .../prometheus/integrations/azure_data_explorer.md | 30 +++++++++++----------- .../prometheus/integrations/azure_event_hub.md | 30 +++++++++++----------- exporting/prometheus/integrations/chronix.md | 30 +++++++++++----------- exporting/prometheus/integrations/cortex.md | 30 +++++++++++----------- exporting/prometheus/integrations/cratedb.md | 30 +++++++++++----------- exporting/prometheus/integrations/elasticsearch.md | 30 +++++++++++----------- exporting/prometheus/integrations/gnocchi.md | 30 +++++++++++----------- .../prometheus/integrations/google_bigquery.md | 30 +++++++++++----------- exporting/prometheus/integrations/irondb.md | 30 +++++++++++----------- exporting/prometheus/integrations/kafka.md | 30 +++++++++++----------- exporting/prometheus/integrations/m3db.md | 30 +++++++++++----------- exporting/prometheus/integrations/metricfire.md | 30 +++++++++++----------- exporting/prometheus/integrations/new_relic.md | 30 +++++++++++----------- exporting/prometheus/integrations/postgresql.md | 30 +++++++++++----------- .../integrations/prometheus_remote_write.md | 30 +++++++++++----------- exporting/prometheus/integrations/quasardb.md | 30 +++++++++++----------- .../prometheus/integrations/splunk_signalfx.md | 30 +++++++++++----------- exporting/prometheus/integrations/thanos.md | 30 +++++++++++----------- exporting/prometheus/integrations/tikv.md | 30 +++++++++++----------- exporting/prometheus/integrations/timescaledb.md | 30 +++++++++++----------- .../prometheus/integrations/victoriametrics.md | 30 +++++++++++----------- exporting/prometheus/integrations/vmware_aria.md | 30 +++++++++++----------- exporting/prometheus/integrations/wavefront.md | 30 +++++++++++----------- 24 files changed, 360 insertions(+), 360 deletions(-) (limited to 'exporting/prometheus/integrations') diff --git a/exporting/prometheus/integrations/appoptics.md b/exporting/prometheus/integrations/appoptics.md index 29954b654..292933200 100644 --- a/exporting/prometheus/integrations/appoptics.md +++ b/exporting/prometheus/integrations/appoptics.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/azure_data_explorer.md b/exporting/prometheus/integrations/azure_data_explorer.md index c2ff6f21e..aa8710aae 100644 --- a/exporting/prometheus/integrations/azure_data_explorer.md +++ b/exporting/prometheus/integrations/azure_data_explorer.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/azure_event_hub.md b/exporting/prometheus/integrations/azure_event_hub.md index 0d6f97d81..bc8a0c9e1 100644 --- a/exporting/prometheus/integrations/azure_event_hub.md +++ b/exporting/prometheus/integrations/azure_event_hub.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/chronix.md b/exporting/prometheus/integrations/chronix.md index 5f00e6d1a..9794a624c 100644 --- a/exporting/prometheus/integrations/chronix.md +++ b/exporting/prometheus/integrations/chronix.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/cortex.md b/exporting/prometheus/integrations/cortex.md index 64e7aed1c..784c62ce2 100644 --- a/exporting/prometheus/integrations/cortex.md +++ b/exporting/prometheus/integrations/cortex.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/cratedb.md b/exporting/prometheus/integrations/cratedb.md index 7e2ca3ffa..75a46391d 100644 --- a/exporting/prometheus/integrations/cratedb.md +++ b/exporting/prometheus/integrations/cratedb.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/elasticsearch.md b/exporting/prometheus/integrations/elasticsearch.md index 67bc9d0ee..94e8d9169 100644 --- a/exporting/prometheus/integrations/elasticsearch.md +++ b/exporting/prometheus/integrations/elasticsearch.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/gnocchi.md b/exporting/prometheus/integrations/gnocchi.md index c3b11c247..a61986c19 100644 --- a/exporting/prometheus/integrations/gnocchi.md +++ b/exporting/prometheus/integrations/gnocchi.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/google_bigquery.md b/exporting/prometheus/integrations/google_bigquery.md index 3639fd48f..aec0a9a5b 100644 --- a/exporting/prometheus/integrations/google_bigquery.md +++ b/exporting/prometheus/integrations/google_bigquery.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/irondb.md b/exporting/prometheus/integrations/irondb.md index c2525848a..450f88339 100644 --- a/exporting/prometheus/integrations/irondb.md +++ b/exporting/prometheus/integrations/irondb.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/kafka.md b/exporting/prometheus/integrations/kafka.md index de98992b1..e052620c9 100644 --- a/exporting/prometheus/integrations/kafka.md +++ b/exporting/prometheus/integrations/kafka.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/m3db.md b/exporting/prometheus/integrations/m3db.md index 38be54a65..689e8e851 100644 --- a/exporting/prometheus/integrations/m3db.md +++ b/exporting/prometheus/integrations/m3db.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/metricfire.md b/exporting/prometheus/integrations/metricfire.md index e9c4f7eab..2d69e33f6 100644 --- a/exporting/prometheus/integrations/metricfire.md +++ b/exporting/prometheus/integrations/metricfire.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/new_relic.md b/exporting/prometheus/integrations/new_relic.md index 6d5417409..f488b6203 100644 --- a/exporting/prometheus/integrations/new_relic.md +++ b/exporting/prometheus/integrations/new_relic.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/postgresql.md b/exporting/prometheus/integrations/postgresql.md index 998659880..a1b813398 100644 --- a/exporting/prometheus/integrations/postgresql.md +++ b/exporting/prometheus/integrations/postgresql.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/prometheus_remote_write.md b/exporting/prometheus/integrations/prometheus_remote_write.md index 213414d63..b9ce730ea 100644 --- a/exporting/prometheus/integrations/prometheus_remote_write.md +++ b/exporting/prometheus/integrations/prometheus_remote_write.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/quasardb.md b/exporting/prometheus/integrations/quasardb.md index 66d65766c..48d2419e0 100644 --- a/exporting/prometheus/integrations/quasardb.md +++ b/exporting/prometheus/integrations/quasardb.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/splunk_signalfx.md b/exporting/prometheus/integrations/splunk_signalfx.md index eba1cec53..324101b20 100644 --- a/exporting/prometheus/integrations/splunk_signalfx.md +++ b/exporting/prometheus/integrations/splunk_signalfx.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/thanos.md b/exporting/prometheus/integrations/thanos.md index 09fa6d8a9..77fe11595 100644 --- a/exporting/prometheus/integrations/thanos.md +++ b/exporting/prometheus/integrations/thanos.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/tikv.md b/exporting/prometheus/integrations/tikv.md index 3735e52c1..656ee695b 100644 --- a/exporting/prometheus/integrations/tikv.md +++ b/exporting/prometheus/integrations/tikv.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/timescaledb.md b/exporting/prometheus/integrations/timescaledb.md index 41cfc1931..681a0a618 100644 --- a/exporting/prometheus/integrations/timescaledb.md +++ b/exporting/prometheus/integrations/timescaledb.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/victoriametrics.md b/exporting/prometheus/integrations/victoriametrics.md index d51dd82fb..114aefc83 100644 --- a/exporting/prometheus/integrations/victoriametrics.md +++ b/exporting/prometheus/integrations/victoriametrics.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/vmware_aria.md b/exporting/prometheus/integrations/vmware_aria.md index 9311f1489..493d3550c 100644 --- a/exporting/prometheus/integrations/vmware_aria.md +++ b/exporting/prometheus/integrations/vmware_aria.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination diff --git a/exporting/prometheus/integrations/wavefront.md b/exporting/prometheus/integrations/wavefront.md index fd199dab9..a6bab0566 100644 --- a/exporting/prometheus/integrations/wavefront.md +++ b/exporting/prometheus/integrations/wavefront.md @@ -57,21 +57,21 @@ The following options can be defined for this exporter. | Name | Description | Default | Required | |:----|:-----------|:-------|:--------:| -| enabled | Enables or disables an exporting connector instance (yes/no). | no | True | -| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | True | -| username | Username for HTTP authentication | my_username | False | -| password | Password for HTTP authentication | my_password | False | -| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | False | -| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | False | -| prefix | The prefix to add to all metrics. | netdata | False | -| update every | Frequency of sending sending data to the external database, in seconds. | 10 | False | -| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | False | -| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | False | -| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | False | -| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | False | -| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | False | -| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | False | -| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | False | +| enabled | Enables or disables an exporting connector instance (yes/no). | no | yes | +| destination | Accepts a space separated list of hostnames, IPs (IPv4 and IPv6) and ports to connect to. Netdata will use the first available to send the metrics. | no | yes | +| username | Username for HTTP authentication | my_username | no | +| password | Password for HTTP authentication | my_password | no | +| data source | Selects the kind of data that will be sent to the external database. (as collected/average/sum) | | no | +| hostname | The hostname to be used for sending data to the external database server. | [global].hostname | no | +| prefix | The prefix to add to all metrics. | netdata | no | +| update every | Frequency of sending sending data to the external database, in seconds. | 10 | no | +| buffer on failures | The number of iterations (`update every` seconds) to buffer data, when the external database server is not available. | 10 | no | +| timeout ms | The timeout in milliseconds to wait for the external database server to process the data. | 20000 | no | +| send hosts matching | Hosts filter. Determines which hosts will be sent to the external database. The syntax is [simple patterns](https://github.com/netdata/netdata/tree/master/libnetdata/simple_pattern#simple-patterns). | localhost * | no | +| send charts matching | One or more space separated patterns (use * as wildcard) checked against both chart id and chart name. | * | no | +| send names instead of ids | Controls the metric names Netdata should send to the external database (yes/no). | | no | +| send configured labels | Controls if host labels defined in the `[host labels]` section in `netdata.conf` should be sent to the external database (yes/no). | | no | +| send automatic labels | Controls if automatically created labels, like `_os_name` or `_architecture` should be sent to the external database (yes/no). | | no | ##### destination -- cgit v1.2.3