@cryptotaxi247 / netdata-1 / commits / d224fd08b

Fix links pointing to old go.d repo and update the integrations (#17040)

* staging test * replace links and re-run integrations scripts

Fotis Voutsas committed Feb 26, 2024 at 17:11 UTC d224fd08b0770655b157f60b5934e7e6231ede8b
309 files changed +640 -640
docs/cloud/manage/organize-your-infrastrucutre-invite-your-team.md
+1 -1
@@ -106,7 +106,7 @@ We recommend a few strategies for organizing your War Rooms.
106
107 - **Incident response**
108 You can also create new War Rooms as one of the first steps in your incident response process.
109 - For example, you have a user-facing web app that relies on Apache Pulsar for a message queue, and one of your nodes using the [Pulsar collector](https://github.com/netdata/go.d.plugin/blob/master/modules/pulsar/README.md) begins reporting a suspiciously low messages rate.
109 + For example, you have a user-facing web app that relies on Apache Pulsar for a message queue, and one of your nodes using the [Pulsar collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/pulsar/README.md) begins reporting a suspiciously low messages rate.
110 You can create a War Room called `$year-$month-$day-pulsar-rate`, add all your Pulsar nodes in addition to nodes they connect to, and begin diagnosing the root cause in a War Room optimized for getting to resolution as fast as possible.
111
112 ### Add War Rooms
docs/cloud/visualize/overview.md
+1 -1
@@ -31,7 +31,7 @@ monitor an Apache web server, the **Apache** section still appears and displays
31 One difference between the Netdata Cloud menu and those found in local Agent dashboards is that
32 the Overview condenses multiple services, families, or instances into single sections, sub-menus, and associated charts.
33
34 -For services, let's say you have two concurrent jobs with the [web_log collector](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md), one for Apache and another for Nginx.
34 +For services, let's say you have two concurrent jobs with the [web_log collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md), one for Apache and another for Nginx.
35 A single-node or local dashboard shows two section, **web_log apache** and **web_log nginx**, whereas the Overview condenses these into a
36 single **web_log** section containing composite charts from both jobs.
37
docs/collect/application-metrics.md
+11 -11
@@ -24,25 +24,25 @@ charts under **Users**, and per-user group charts under **User Groups**.
24
25 Our most popular application collectors:
26
27 -- [Prometheus endpoints](https://github.com/netdata/go.d.plugin/blob/master/modules/prometheus/README.md): Gathers
27 +- [Prometheus endpoints](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/prometheus/README.md): Gathers
28 metrics from one or more Prometheus endpoints that use the OpenMetrics exposition format. Auto-detects more than 600
29 endpoints.
30 -- [Web server logs (Apache, NGINX)](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md):
30 +- [Web server logs (Apache, NGINX)](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md):
31 Tail access logs and provide very detailed web server performance statistics. This module is able to parse 200k+
32 rows in less than half a second.
33 -- [MySQL](https://github.com/netdata/go.d.plugin/blob/master/modules/mysql/README.md): Collect database global,
33 +- [MySQL](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/mysql/README.md): Collect database global,
34 replication, and per-user statistics.
35 -- [Redis](https://github.com/netdata/go.d.plugin/blob/master/modules/redis/README.md): Monitor database status by
35 +- [Redis](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/redis/README.md): Monitor database status by
36 reading the server's response to the `INFO` command.
37 -- [Apache](https://github.com/netdata/go.d.plugin/blob/master/modules/apache/README.md): Collect Apache web server
37 +- [Apache](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/apache/README.md): Collect Apache web server
38 performance metrics via the `server-status?auto` endpoint.
39 -- [Nginx](https://github.com/netdata/go.d.plugin/blob/master/modules/nginx/README.md): Monitor web server status
39 +- [Nginx](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/nginx/README.md): Monitor web server status
40 information by gathering metrics via `ngx_http_stub_status_module`.
41 -- [Postgres](https://github.com/netdata/go.d.plugin/blob/master/modules/postgres/README.md): Collect database health
41 +- [Postgres](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/postgres/README.md): Collect database health
42 and performance metrics.
43 -- [ElasticSearch](https://github.com/netdata/go.d.plugin/blob/master/modules/elasticsearch/README.md): Collect search
43 +- [ElasticSearch](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/elasticsearch/README.md): Collect search
44 engine performance and health statistics. Optionally collects per-index metrics.
45 -- [PHP-FPM](https://github.com/netdata/go.d.plugin/blob/master/modules/phpfpm/README.md): Collect application summary
45 +- [PHP-FPM](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/phpfpm/README.md): Collect application summary
46 and processes health metrics by scraping the status page (`/status?full`).
47
48 Our [supported collectors list](https://github.com/netdata/netdata/blob/master/src/collectors/COLLECTORS.md#service-and-application-collectors) shows all Netdata's
@@ -59,7 +59,7 @@ address or hostname, plus the applicable port.
59
60 For example, you have a MySQL database with a root password of `my-secret-pw` running on a Windows system with the IP
61 address 203.0.113.0. you can configure the [MySQL
62 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/mysql/README.md) to look at `203.0.113.0:3306`:
62 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/mysql/README.md) to look at `203.0.113.0:3306`:
63
64 ```yml
65 jobs:
@@ -74,7 +74,7 @@ list](https://github.com/netdata/netdata/blob/master/src/collectors/COLLECTORS.m
74
75 If you haven't yet seen the [supported collectors list](https://github.com/netdata/netdata/blob/master/src/collectors/COLLECTORS.md) give it a once-over for any
76 additional applications you may want to monitor using Netdata's native collectors, or the [generic Prometheus
77 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/prometheus/README.md).
77 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/prometheus/README.md).
78
79 Collecting all the available metrics on your nodes, and across your entire infrastructure, is just one piece of the
80 puzzle. Next, learn more about Netdata's famous real-time visualizations by [seeing an overview of your
docs/collect/container-metrics.md
+7 -7
@@ -25,8 +25,8 @@ services running inside of pods in your k8s cluster. Read more about [Kubernetes
25 monitoring](#collect-kubernetes-metrics) below.
26
27 A handful of additional collectors gather metrics from container-related services, such as
28 -[dockerd](https://github.com/netdata/go.d.plugin/blob/master/modules/docker/README.md) or [Docker
29 -Engine](https://github.com/netdata/go.d.plugin/blob/master/modules/docker_engine/README.md). You can find all
28 +[dockerd](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/docker/README.md) or [Docker
29 +Engine](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/docker_engine/README.md). You can find all
30 container collectors in our supported collectors list under the
31 [containers/VMs](https://github.com/netdata/netdata/blob/master/src/collectors/COLLECTORS.md#containers-and-vms) and
32 [Kubernetes](https://github.com/netdata/netdata/blob/master/src/collectors/COLLECTORS.md#containers-and-vms) headings.
@@ -41,7 +41,7 @@ zero configuration.
41 Netdata also collects metrics from applications running inside of Docker containers. For example, if you create a MySQL
42 database container using `docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag`, it exposes
43 metrics on port 3306. You can configure the [MySQL
44 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/mysql/README.md) to look at `127.0.0.0:3306` for
44 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/mysql/README.md) to look at `127.0.0.0:3306` for
45 MySQL metrics:
46
47 ```yml
@@ -51,7 +51,7 @@ jobs:
51 ```
52
53 Netdata then collects metrics from the container itself, but also dozens [MySQL-specific
54 -metrics](https://github.com/netdata/go.d.plugin/blob/master/modules/mysql/README.md#charts) as well.
54 +metrics](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/mysql/README.md#charts) as well.
55
56 ### Collect metrics from applications running in Docker containers
57
@@ -76,13 +76,13 @@ your k8s infrastructure.
76 configuration files for [compatible
77 applications](https://github.com/netdata/helmchart#service-discovery-and-supported-services) and any endpoints
78 covered by our [generic Prometheus
79 - collector](https://github.com/netdata/go.d.plugin/blob/master/modules/prometheus/README.md). With these
79 + collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/prometheus/README.md). With these
80 configuration files, Netdata collects metrics from any compatible applications as they run _inside_ a pod.
81 Service discovery happens without manual intervention as pods are created, destroyed, or moved between nodes.
82 -- A [Kubelet collector](https://github.com/netdata/go.d.plugin/blob/master/modules/k8s_kubelet/README.md), which runs
82 +- A [Kubelet collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/k8s_kubelet/README.md), which runs
83 on each node in a k8s cluster to monitor the number of pods/containers, the volume of operations on each container,
84 and more.
85 -- A [kube-proxy collector](https://github.com/netdata/go.d.plugin/blob/master/modules/k8s_kubeproxy/README.md), which
85 +- A [kube-proxy collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/k8s_kubeproxy/README.md), which
86 also runs on each node and monitors latency and the volume of HTTP requests to the proxy.
87 - A [cgroups collector](https://github.com/netdata/netdata/blob/master/src/collectors/cgroups.plugin/README.md), which collects CPU, memory, and bandwidth metrics for
88 each container running on your k8s cluster.
docs/collect/system-metrics.md
+3 -3
@@ -38,12 +38,12 @@ can find all system collectors in our [supported collectors list](https://github
38 ## Collect Windows system metrics
39
40 Netdata is also capable of monitoring Windows systems. The [Windows
41 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md) integrates with
41 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/windows/README.md) integrates with
42 [windows_exporter](https://github.com/prometheus-community/windows_exporter), a small Go-based binary that you can run
43 on Windows systems. The Windows collector then gathers metrics from an endpoint created by windows_exporter, for more
44 -details see [the requirements](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md#requirements).
44 +details see [the requirements](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/windows/README.md#requirements).
45
46 -Next, [configure](https://github.com/netdata/go.d.plugin/blob/master/modules/windows/README.md#configuration) the Windows
46 +Next, [configure](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/windows/README.md#configuration) the Windows
47 collector to point to the URL and port of your exposed endpoint. Restart Netdata with `sudo systemctl restart netdata`, or the [appropriate
48 method](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md#maintaining-a-netdata-agent-installation) for your system. You'll start seeing Windows system metrics, such as CPU
49 utilization, memory, bandwidth per NIC, number of processes, and much more.
docs/getting-started/introduction.md
+1 -1
@@ -120,7 +120,7 @@ Here are a few ways to enrich your existing monitoring and troubleshooting stack
120 ### Collect metrics from Prometheus endpoints
121
122 Netdata automatically detects 600 popular endpoints and collects per-second metrics from them via the [generic
123 -Prometheus collector](https://github.com/netdata/go.d.plugin/blob/master/modules/prometheus/README.md). This even
123 +Prometheus collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/prometheus/README.md). This even
124 includes support for Windows 10 via [`windows_exporter`](https://github.com/prometheus-community/windows_exporter).
125
126 This collector is installed and enabled on all Agent installations by default, so you don't need to waste time
docs/guides/collect-apache-nginx-web-logs.md
+2 -2
@@ -8,7 +8,7 @@ You can use the [LTSV log format](http://ltsv.org/), track TLS and cipher usage,
8 ever. In one test on a system with SSD storage, the collector consistently parsed the logs for 200,000 requests in
9 200ms, using ~30% of a single core.
10
11 -The [web_log](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md) collector is currently compatible
11 +The [web_log](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md) collector is currently compatible
12 with [Nginx](https://nginx.org/en/) and [Apache](https://httpd.apache.org/).
13
14 This guide will walk you through using the new Go-based web log collector to turn the logs these web servers
@@ -91,7 +91,7 @@ The web log collector is capable of parsing custom Nginx and Apache log formats
91 leave that topic for a separate guide.
92
93 We do have [extensive
94 -documentation](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md#custom-log-format) on how
94 +documentation](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md#custom-log-format) on how
95 to build custom parsing for Nginx and Apache logs.
96
97 ## Tweak web log collector alerts
docs/guides/collect-unbound-metrics.md
+2 -2
@@ -110,7 +110,7 @@ method](https://github.com/netdata/netdata/blob/master/packaging/installer/READM
110
111 Collecting metrics from remote Unbound servers requires manual configuration. There are too many possibilities to cover
112 all remote connections here, but the [default `unbound.conf`
113 -file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/unbound.conf) contains a few useful examples:
113 +file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/unbound.conf) contains a few useful examples:
114
115 ```yaml
116 jobs:
@@ -132,7 +132,7 @@ jobs:
132 ```
133
134 To see all the available options, see the default [unbound.conf
135 -file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/unbound.conf).
135 +file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/unbound.conf).
136
137 ## What's next?
138
docs/guides/monitor-cockroachdb.md
+1 -1
@@ -11,7 +11,7 @@ learn_rel_path: "Miscellaneous"
11
12 [CockroachDB](https://github.com/cockroachdb/cockroach) is an open-source project that brings SQL databases into
13 scalable, disaster-resilient cloud deployments. Thanks to
14 -a [new CockroachDB collector](https://github.com/netdata/go.d.plugin/blob/master/modules/cockroachdb/README.md)
14 +a [new CockroachDB collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/cockroachdb/README.md)
15 released in
16 [v1.20](https://blog.netdata.cloud/posts/release-1.20/), you can now monitor any number of CockroachDB databases with
17 maximum granularity using Netdata. Collect more than 50 unique metrics and put them on interactive visualizations
docs/guides/monitor-hadoop-cluster.md
+2 -2
@@ -27,8 +27,8 @@ alternative, like the guide available from
27
28 For more specifics on the collection modules used in this guide, read the respective pages in our documentation:
29
30 -- [HDFS](https://github.com/netdata/go.d.plugin/blob/master/modules/hdfs/README.md)
31 -- [Zookeeper](https://github.com/netdata/go.d.plugin/blob/master/modules/zookeeper/README.md)
30 +- [HDFS](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/hdfs/README.md)
31 +- [Zookeeper](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/zookeeper/README.md)
32
33 ## Set up your HDFS and Zookeeper installations
34
docs/guides/monitor/kubernetes-k8s-netdata.md
+7 -7
@@ -146,7 +146,7 @@ Let's explore the most colorful box by hovering over it.
146 container](https://user-images.githubusercontent.com/1153921/109049544-a8417980-7695-11eb-80a7-109b4a645a27.png)
147
148 The **Context** tab shows `rabbitmq-5bb66bb6c9-6xr5b` as the container's image name, which means this container is
149 -running a [RabbitMQ](https://github.com/netdata/go.d.plugin/blob/master/modules/rabbitmq/README.md) workload.
149 +running a [RabbitMQ](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/rabbitmq/README.md) workload.
150
151 Click the **Metrics** tab to see real-time metrics from that container. Unsurprisingly, it shows a spike in CPU
152 utilization at regular intervals.
@@ -175,13 +175,13 @@ for complete customization. For example, grouping the top chart by `k8s_containe
175 Netdata has a [service discovery plugin](https://github.com/netdata/agent-service-discovery), which discovers and
176 creates configuration files for [compatible
177 services](https://github.com/netdata/helmchart#service-discovery-and-supported-services) and any endpoints covered by
178 -our [generic Prometheus collector](https://github.com/netdata/go.d.plugin/blob/master/modules/prometheus/README.md).
178 +our [generic Prometheus collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/prometheus/README.md).
179 Netdata uses these files to collect metrics from any compatible application as they run _inside_ of a pod. Service
180 discovery happens without manual intervention as pods are created, destroyed, or moved between nodes.
181
182 Service metrics show up on the Overview as well, beneath the **Kubernetes** section, and are labeled according to the
183 service in question. For example, the **RabbitMQ** section has numerous charts from the [`rabbitmq`
184 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/rabbitmq/README.md):
184 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/rabbitmq/README.md):
185
186 ![Finding service discovery
187 metrics](https://user-images.githubusercontent.com/1153921/109054511-2eac8a00-769b-11eb-97f1-da93acb4b5fe.png)
@@ -202,7 +202,7 @@ Netdata also automatically collects metrics from two essential Kubernetes proces
202
203 The **k8s kubelet** section visualizes metrics from the Kubernetes agent responsible for managing every pod on a given
204 node. This also happens without any configuration thanks to the [kubelet
205 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/k8s_kubelet/README.md).
205 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/k8s_kubelet/README.md).
206
207 Monitoring each node's kubelet can be invaluable when diagnosing issues with your Kubernetes cluster. For example, you
208 can see if the number of running containers/pods has dropped, which could signal a fault or crash in a particular
@@ -218,7 +218,7 @@ configuration-related errors, and the actual vs. desired numbers of volumes, plu
218 The **k8s kube-proxy** section displays metrics about the network proxy that runs on each node in your Kubernetes
219 cluster. kube-proxy lets pods communicate with each other and accept sessions from outside your cluster. Its metrics are
220 collected by the [kube-proxy
221 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/k8s_kubeproxy/README.md).
221 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/k8s_kubeproxy/README.md).
222
223 With Netdata, you can monitor how often your k8s proxies are syncing proxy rules between nodes. Dramatic changes in
224 these figures could indicate an anomaly in your cluster that's worthy of further investigation.
@@ -238,9 +238,9 @@ clusters of all sizes.
238 - [Netdata Helm chart](https://github.com/netdata/helmchart)
239 - [Netdata service discovery](https://github.com/netdata/agent-service-discovery)
240 - [Netdata Agent · `kubelet`
241 - collector](https://github.com/netdata/go.d.plugin/blob/master/modules/k8s_kubelet/README.md)
241 + collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/k8s_kubelet/README.md)
242 - [Netdata Agent · `kube-proxy`
243 - collector](https://github.com/netdata/go.d.plugin/blob/master/modules/k8s_kubeproxy/README.md)
243 + collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/k8s_kubeproxy/README.md)
244 - [Netdata Agent · `cgroups.plugin`](https://github.com/netdata/netdata/blob/master/src/collectors/cgroups.plugin/README.md)
245
246
docs/guides/monitor/lamp-stack.md
+9 -9
@@ -69,7 +69,7 @@ metrics from each using the [cgroups data collector](https://github.com/netdata/
69 ## Enable Apache monitoring
70
71 Let's begin by configuring Apache to work with Netdata's [Apache data
72 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/apache/README.md).
72 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/apache/README.md).
73
74 Actually, there's nothing for you to do to enable Apache monitoring with Netdata.
75
@@ -80,7 +80,7 @@ metrics](https://httpd.apache.org/docs/2.4/mod/mod_status.html), which is just _
80 ## Enable web log monitoring
81
82 The Netdata Agent also comes with a [web log
83 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md), which reads Apache's access
83 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md), which reads Apache's access
84 log file, processes each line, and converts them into per-second metrics. On Debian systems, it reads the file at
85 `/var/log/apache2/access.log`.
86
@@ -93,7 +93,7 @@ monitoring.
93
94 Because your MySQL database is password-protected, you do need to tell MySQL to allow the `netdata` user to connect to
95 without a password. Netdata's [MySQL data
96 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/mysql/README.md) collects metrics in _read-only_
96 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/mysql/README.md) collects metrics in _read-only_
97 mode, without being able to alter or affect operations in any way.
98
99 First, log into the MySQL shell. Then, run the following three commands, one at a time:
@@ -113,7 +113,7 @@ Unlike Apache or MySQL, PHP isn't a service that you can monitor directly, unles
113 with [StatsD](https://github.com/netdata/netdata/blob/master/src/collectors/statsd.plugin/README.md).
114
115 However, if you use [PHP-FPM](https://php-fpm.org/) in your LAMP stack, you can monitor that process with our [PHP-FPM
116 -data collector](https://github.com/netdata/go.d.plugin/blob/master/modules/phpfpm/README.md).
116 +data collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/phpfpm/README.md).
117
118 Open your PHP-FPM configuration for editing, replacing `7.4` with your version of PHP:
119
@@ -215,7 +215,7 @@ services. The per-second metrics granularity means you have the most accurate in
215 any LAMP-related issues.
216
217 Another powerful way to monitor the availability of a LAMP stack is the [`httpcheck`
218 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/httpcheck/README.md), which pings a web server at
218 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/httpcheck/README.md), which pings a web server at
219 a regular interval and tells you whether if and how quickly it's responding. The `response_match` option also lets you
220 monitor when the web server's response isn't what you expect it to be, which might happen if PHP-FPM crashes, for
221 example.
@@ -231,8 +231,8 @@ source of issues faster with [Metric Correlations](https://github.com/netdata/ne
231 ### Related reference documentation
232
233 - [Netdata Agent · Get started](https://github.com/netdata/netdata/blob/master/packaging/installer/README.md)
234 -- [Netdata Agent · Apache data collector](https://github.com/netdata/go.d.plugin/blob/master/modules/apache/README.md)
235 -- [Netdata Agent · Web log collector](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md)
236 -- [Netdata Agent · MySQL data collector](https://github.com/netdata/go.d.plugin/blob/master/modules/mysql/README.md)
237 -- [Netdata Agent · PHP-FPM data collector](https://github.com/netdata/go.d.plugin/blob/master/modules/phpfpm/README.md)
234 +- [Netdata Agent · Apache data collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/apache/README.md)
235 +- [Netdata Agent · Web log collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md)
236 +- [Netdata Agent · MySQL data collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/mysql/README.md)
237 +- [Netdata Agent · PHP-FPM data collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/phpfpm/README.md)
238
docs/guides/monitor/pi-hole-raspberry-pi.md
+1 -1
@@ -81,7 +81,7 @@ service](https://discourse.pi-hole.net/t/how-do-i-configure-my-devices-to-use-pi
81 finished setting up Pi-hole at this point.
82
83 As far as configuring Netdata to monitor Pi-hole metrics, there's nothing you actually need to do. Netdata's [Pi-hole
84 -collector](https://github.com/netdata/go.d.plugin/blob/master/modules/pihole/README.md) will autodetect the new service
84 +collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/pihole/README.md) will autodetect the new service
85 running on your Raspberry Pi and immediately start collecting metrics every second.
86
87 Restart Netdata with `sudo systemctl restart netdata`, which will then recognize that Pi-hole is running and start a
src/collectors/COLLECTORS.md
+2 -2
@@ -23,7 +23,7 @@ accompanying configuration file.
23 If you don't see the app/service you'd like to monitor in this list:
24
25 - If your application has a Prometheus endpoint, Netdata can monitor it! Look at our
26 - [generic Prometheus collector](https://github.com/netdata/go.d.plugin/blob/master/modules/prometheus/README.md).
26 + [generic Prometheus collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/prometheus/README.md).
27
28 - If your application is instrumented to expose [StatsD](https://blog.netdata.cloud/introduction-to-statsd/) metrics,
29 see our [generic StatsD collector](https://github.com/netdata/netdata/blob/master/src/collectors/statsd.plugin/README.md).
@@ -38,7 +38,7 @@ If you don't see the app/service you'd like to monitor in this list:
38 a [feature request](https://github.com/netdata/netdata/issues/new/choose) on GitHub.
39
40 - If you have basic software development skills, you can add your own plugin
41 - in [Go](https://github.com/netdata/go.d.plugin/blob/master/README.md#how-to-develop-a-collector)
41 + in [Go](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/README.md#how-to-develop-a-collector)
42 or [Python](https://github.com/netdata/netdata/blob/master/docs/guides/python-collector.md)
43
44 ## Available Data Collection Integrations
src/collectors/README.md
+1 -1
@@ -50,7 +50,7 @@ specifics of what a given collector does.
50 - **Orchestrators** are external plugins that run and manage one or more modules. They run as independent processes.
51 The Go orchestrator is in active development.
52
53 - - [go.d.plugin](https://github.com/netdata/go.d.plugin/blob/master/README.md): An orchestrator for data
53 + - [go.d.plugin](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/README.md): An orchestrator for data
54 collection modules written in `go`.
55
56 - [python.d.plugin](https://github.com/netdata/netdata/blob/master/src/collectors/python.d.plugin/README.md):
src/collectors/REFERENCE.md
+1 -1
@@ -93,7 +93,7 @@ metrics, will automatically enable data collection for the application in questi
93
94 When Netdata starts up, each collector searches for exposed metrics on the default endpoint established by that service
95 or application's standard installation procedure. For example,
96 -the [Nginx collector](https://github.com/netdata/go.d.plugin/blob/master/modules/nginx/README.md) searches at
96 +the [Nginx collector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/nginx/README.md) searches at
97 `http://127.0.0.1/stub_status` for exposed metrics in the correct format. If an Nginx web server is running and exposes
98 metrics on that endpoint, the collector begins gathering them.
99
src/collectors/plugins.d/README.md
+1 -1
@@ -20,7 +20,7 @@ from external processes, thus allowing Netdata to use **external plugins**.
20 | [charts.d.plugin](https://github.com/netdata/netdata/blob/master/src/collectors/charts.d.plugin/README.md) | `BASH` | all | a **plugin orchestrator** for data collection modules written in `BASH` v4+. |
21 | [cups.plugin](https://github.com/netdata/netdata/blob/master/src/collectors/cups.plugin/README.md) | `C` | all | monitors **CUPS** |
22 | [ebpf.plugin](https://github.com/netdata/netdata/blob/master/src/collectors/ebpf.plugin/README.md) | `C` | linux | monitors different metrics on environments using kernel internal functions. |
23 -| [go.d.plugin](https://github.com/netdata/go.d.plugin/blob/master/README.md) | `GO` | all | collects metrics from the system, applications, or third-party APIs. |
23 +| [go.d.plugin](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/README.md) | `GO` | all | collects metrics from the system, applications, or third-party APIs. |
24 | [ioping.plugin](https://github.com/netdata/netdata/blob/master/src/collectors/ioping.plugin/README.md) | `C` | all | measures disk latency. |
25 | [freeipmi.plugin](https://github.com/netdata/netdata/blob/master/src/collectors/freeipmi.plugin/README.md) | `C` | linux | collects metrics from enterprise hardware sensors, on Linux servers. |
26 | [nfacct.plugin](https://github.com/netdata/netdata/blob/master/src/collectors/nfacct.plugin/README.md) | `C` | linux | collects netfilter firewall, connection tracker and accounting metrics using `libmnl` and `libnetfilter_acct`. |
src/collectors/python.d.plugin/haproxy/metadata.yaml
+1 -1
@@ -1,5 +1,5 @@
1 # This collector will not appear in documentation, as the go version is preferred,
2 -# https://github.com/netdata/go.d.plugin/blob/master/modules/haproxy/README.md
2 +# https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/haproxy/README.md
3 #
4 #
5 # meta:
src/collectors/python.d.plugin/nvidia_smi/metadata.yaml
+1 -1
@@ -1,5 +1,5 @@
1 # This collector will not appear in documentation, as the go version is preferred,
2 -# https://github.com/netdata/go.d.plugin/blob/master/modules/nvidia_smi/README.md
2 +# https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/nvidia_smi/README.md
3 #
4 # meta:
5 # plugin_name: python.d.plugin
src/collectors/python.d.plugin/traefik/metadata.yaml
+1 -1
@@ -1,5 +1,5 @@
1 # This collector will not appear in documentation, as the go version is preferred,
2 -# https://github.com/netdata/go.d.plugin/blob/master/modules/traefik/README.md
2 +# https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/traefik/README.md
3 #
4 # meta:
5 # plugin_name: python.d.plugin
src/go/collectors/go.d.plugin/README.md
+3 -3
@@ -109,7 +109,7 @@ see the appropriate collector readme.
109 | [rabbitmq](https://github.com/netdata/go.d.plugin/tree/master/modules/rabbitmq) | RabbitMQ |
110 | [redis](https://github.com/netdata/go.d.plugin/tree/master/modules/redis) | Redis |
111 | [scaleio](https://github.com/netdata/go.d.plugin/tree/master/modules/scaleio) | Dell EMC ScaleIO |
112 -| [SNMP](https://github.com/netdata/go.d.plugin/blob/master/modules/snmp) | SNMP |
112 +| [SNMP](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/snmp) | SNMP |
113 | [solr](https://github.com/netdata/go.d.plugin/tree/master/modules/solr) | Solr |
114 | [squidlog](https://github.com/netdata/go.d.plugin/tree/master/modules/squidlog) | Squid |
115 | [springboot2](https://github.com/netdata/go.d.plugin/tree/master/modules/springboot2) | Spring Boot2 |
@@ -142,7 +142,7 @@ sudo ./edit-config go.d.conf
142
143 Configurations are written in [YAML](http://yaml.org/).
144
145 -- [plugin configuration](https://github.com/netdata/go.d.plugin/blob/master/config/go.d.conf)
145 +- [plugin configuration](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d.conf)
146 - [specific module configuration](https://github.com/netdata/go.d.plugin/tree/master/config/go.d)
147
148 ### Enable a collector
@@ -175,7 +175,7 @@ contact us in our forums.
175
176 ### How to develop a collector
177
178 -Read [how to write a Netdata collector in Go](https://github.com/netdata/go.d.plugin/blob/master/docs/how-to-write-a-module.md).
178 +Read [how to write a Netdata collector in Go](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/docs/how-to-write-a-module.md).
179
180 ## Troubleshooting
181
src/go/collectors/go.d.plugin/agent/README.md
+2 -2
@@ -27,7 +27,7 @@ You are responsible only for __creating modules__.
27
28 ## Custom plugin example
29
30 -[Yep! So easy!](https://github.com/netdata/go.d.plugin/blob/master/examples/simple/main.go)
30 +[Yep! So easy!](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/examples/simple/main.go)
31
32 ## How to write a Module
33
@@ -71,7 +71,7 @@ func (b *Base) SetLogger(l *logger.Logger) { b.Logger = l }
71
72 Since plugin is a set of modules all you need is:
73 - write module(s)
74 - - add module(s) to the plugins [registry](https://github.com/netdata/go.d.plugin/blob/master/plugin/module/registry.go)
74 + - add module(s) to the plugins [registry](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/plugin/module/registry.go)
75 - start the plugin
76
77
src/go/collectors/go.d.plugin/docs/how-to-write-a-module.md
+8 -8
@@ -36,8 +36,8 @@ The steps are:
36 - [suggested module layout](#module-layout).
37 - [helper packages](#helper-packages).
38 - Add the configuration to [`config/go.d/example2.conf`](https://github.com/netdata/go.d.plugin/tree/master/config/go.d).
39 -- Add the module to [`config/go.d.conf`](https://github.com/netdata/go.d.plugin/blob/master/config/go.d.conf).
40 -- Import the module in [`modules/init.go`](https://github.com/netdata/go.d.plugin/blob/master/modules/init.go).
39 +- Add the module to [`config/go.d.conf`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d.conf).
40 +- Import the module in [`modules/init.go`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/init.go).
41 - Update the [`available modules list`](https://github.com/netdata/go.d.plugin#available-modules).
42 - To build it, run `make` from the plugin root dir. This will create a new `go.d.plugin` binary that includes your newly
43 developed collector. It will be placed into the `bin` directory (e.g `go.d.plugin/bin`)
@@ -119,7 +119,7 @@ func (e *Example) Check() bool {
119 :exclamation: Netdata module produces [`charts`](https://github.com/netdata/netdata/blob/master/src/collectors/plugins.d/README.md#chart), not
120 raw metrics.
121
122 -Use [`agent/module`](https://github.com/netdata/go.d.plugin/blob/master/agent/module/charts.go) package to create them,
122 +Use [`agent/module`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/agent/module/charts.go) package to create them,
123 it contains charts and dimensions structs.
124
125 - `Charts` returns the [charts](https://github.com/netdata/netdata/blob/master/src/collectors/plugins.d/README.md#chart) (`*module.Charts`).
@@ -196,7 +196,7 @@ Suggested minimal layout:
196
197 ### File `module_name.go`
198
199 -> :exclamation: See the example [`example.go`](https://github.com/netdata/go.d.plugin/blob/master/modules/example/example.go).
199 +> :exclamation: See the example [`example.go`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/example/example.go).
200
201 Don't overload this file with the implementation details.
202
@@ -208,13 +208,13 @@ Usually it contains only:
208
209 ### File `charts.go`
210
211 -> :exclamation: See the example: [`charts.go`](https://github.com/netdata/go.d.plugin/blob/master/modules/example/charts.go).
211 +> :exclamation: See the example: [`charts.go`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/example/charts.go).
212
213 Put charts, charts templates and charts constructor functions in this file.
214
215 ### File `init.go`
216
217 -> :exclamation: See the example: [`init.go`](https://github.com/netdata/go.d.plugin/blob/master/modules/example/init.go).
217 +> :exclamation: See the example: [`init.go`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/example/init.go).
218
219 All the module initialization details should go in this file.
220
@@ -240,7 +240,7 @@ func (e *Example) initSomeValue() error {
240
241 ### File `collect.go`
242
243 -> :exclamation: See the example: [`collect.go`](https://github.com/netdata/go.d.plugin/blob/master/modules/example/collect.go).
243 +> :exclamation: See the example: [`collect.go`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/example/collect.go).
244
245 This file is the entry point for the metrics collection.
246
@@ -262,7 +262,7 @@ func (e *Example) collect() (map[string]int64, error) {
262
263 ### File `module_name_test.go`
264
265 -> :exclamation: See the example: [`example_test.go`](https://github.com/netdata/go.d.plugin/blob/master/modules/example/example_test.go).
265 +> :exclamation: See the example: [`example_test.go`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/example/example_test.go).
266
267 > if you have no experience in testing we recommend starting with [testing package documentation](https://golang.org/pkg/testing/).
268
src/go/collectors/go.d.plugin/modules/bind/README.md
+1 -1
@@ -88,7 +88,7 @@ jobs:
88 View filter syntax: [simple patterns](https://docs.netdata.cloud/libnetdata/simple_pattern/).
89
90 For all available options please see
91 -module [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/bind.conf).
91 +module [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/bind.conf).
92
93 ## Troubleshooting
94
src/go/collectors/go.d.plugin/modules/example/README.md
+2 -2
@@ -27,7 +27,7 @@ sudo ./edit-config go.d/example.conf
27 ```
28
29 Disabled by default. Should be explicitly enabled
30 -in [go.d.conf](https://github.com/netdata/go.d.plugin/blob/master/config/go.d.conf).
30 +in [go.d.conf](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d.conf).
31
32 ```yaml
33 # go.d.conf
@@ -53,7 +53,7 @@ jobs:
53 ---
54
55 For all available options, see the Example
56 -collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/example.conf).
56 +collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/example.conf).
57
58 ## Troubleshooting
59
src/go/collectors/go.d.plugin/modules/openvpn/integrations/openvpn.md
+1 -1
@@ -99,7 +99,7 @@ There are no alerts configured by default for this integration.
99
100 #### Enable in go.d.conf.
101
102 -This collector is disabled by default. You need to explicitly enable it in [go.d.conf](https://github.com/netdata/go.d.plugin/blob/master/config/go.d.conf).
102 +This collector is disabled by default. You need to explicitly enable it in [go.d.conf](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d.conf).
103
104 From the documentation for the OpenVPN Management Interface:
105 > Currently, the OpenVPN daemon can at most support a single management client any one time.
src/go/collectors/go.d.plugin/modules/openvpn/metadata.yaml
+1 -1
@@ -44,7 +44,7 @@ modules:
44 list:
45 - title: Enable in go.d.conf.
46 description: |
47 - This collector is disabled by default. You need to explicitly enable it in [go.d.conf](https://github.com/netdata/go.d.plugin/blob/master/config/go.d.conf).
47 + This collector is disabled by default. You need to explicitly enable it in [go.d.conf](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d.conf).
48
49 From the documentation for the OpenVPN Management Interface:
50 > Currently, the OpenVPN daemon can at most support a single management client any one time.
src/go/collectors/go.d.plugin/modules/prometheus/integrations/4d_server.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/8430ft_modem.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/a10_acos_network_devices.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/airthings_waveplus_air_sensor.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/akamai_edge_dns_traffic.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/akamai_global_traffic_management.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/akami_cloudmonitor.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/alamos_fe2_server.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/alibaba_cloud.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/altaro_backup.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/amd_cpu_&_gpu.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/andrews_&_arnold_line_status.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/apache_airflow.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/apache_flink.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/apicast.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/apple_time_machine.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/arm_hwcpipe.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aruba_devices.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/arvancloud_cdn.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/audisto.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/authlog.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aws_ec2_compute_instances.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aws_ec2_spot_instance.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aws_ecs.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aws_health_events.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aws_instance_health.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aws_quota.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aws_rds.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aws_s3_buckets.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/aws_sqs.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/azure_ad_app_passwords.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/azure_application.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/azure_elastic_pool_sql.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/azure_resources.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/azure_service_bus.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/azure_sql.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/bigquery.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/bird_routing_daemon.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/blackbox.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/bobcat_miner_300.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/borg_backup.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/bosh.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/bpftrace_variables.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/bungeecord.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cadvisor.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/celery.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/certificate_transparency.md
+2 -2
@@ -38,7 +38,7 @@ This collector supports collecting metrics from multiple instances of this integ
38 #### Auto-Detection
39
40 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
41 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
41 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
42
43
44 #### Limits
@@ -139,7 +139,7 @@ The following options can be defined globally: update_every, autodetection_retry
139 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
140
141 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
142 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
142 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
143 - Option syntax:
144
145 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/checkpoint_device.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/chia.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/christ_elektronik_clm5ip_power_panel.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cilium_agent.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cilium_operator.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cilium_proxy.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cisco_aci.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/citrix_netscaler.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/clamav_daemon.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/clamscan_results.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/clash.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/clickhouse.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cloud_foundry.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cloud_foundry_firehose.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cloudflare_pcap.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cloudwatch.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/clustercontrol_cmon.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/collectd.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/concourse.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/craftbeerpi.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/crowdsec.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/crypto_exchanges.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cryptowatch.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/csgo.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/custom_exporter.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/cvmfs_clients.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ddwrt_routers.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/dell_emc_ecs_cluster.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/dell_emc_isilon_cluster.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/dell_emc_xtremio_cluster.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/dell_powermax.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/dependency-track.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/digitalocean.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/discourse.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/dmarc.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/dnsbl.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/dutch_electricity_smart_meter.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/dynatrace.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/eaton_ups.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/elgato_key_light_devices..md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/energomera_smart_power_meters.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/eos.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/etcd.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -134,7 +134,7 @@ The following options can be defined globally: update_every, autodetection_retry
134 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
135
136 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
137 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
137 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
138 - Option syntax:
139
140 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/excel_spreadsheet.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/fastd.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/fortigate_firewall.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/freebsd_nfs.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/freebsd_rctl-racct.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/freifunk_network.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/fritzbox_network_devices.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/frrouting.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/gcp_gce.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/gcp_quota.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/generic_command_line_output.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/generic_storage_enclosure_tool.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/github_api_rate_limit.md
+2 -2
@@ -38,7 +38,7 @@ This collector supports collecting metrics from multiple instances of this integ
38 #### Auto-Detection
39
40 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
41 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
41 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
42
43
44 #### Limits
@@ -139,7 +139,7 @@ The following options can be defined globally: update_every, autodetection_retry
139 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
140
141 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
142 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
142 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
143 - Option syntax:
144
145 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/github_repository.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/gitlab_runner.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/gobetween.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -134,7 +134,7 @@ The following options can be defined globally: update_every, autodetection_retry
134 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
135
136 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
137 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
137 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
138 - Option syntax:
139
140 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/google_cloud_platform.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/google_pagespeed.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/google_stackdriver.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/gpsd.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/grafana.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -134,7 +134,7 @@ The following options can be defined globally: update_every, autodetection_retry
134 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
135
136 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
137 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
137 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
138 - Option syntax:
139
140 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/graylog_server.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/gtp.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/halon.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/hana.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/hashicorp_vault_secrets.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/hasura_graphql_server.md
+2 -2
@@ -38,7 +38,7 @@ This collector supports collecting metrics from multiple instances of this integ
38 #### Auto-Detection
39
40 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
41 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
41 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
42
43
44 #### Limits
@@ -139,7 +139,7 @@ The following options can be defined globally: update_every, autodetection_retry
139 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
140
141 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
142 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
142 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
143 - Option syntax:
144
145 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/hdsentinel.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/helium_hotspot.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/helium_miner_validator.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/hhvm.md
+2 -2
@@ -38,7 +38,7 @@ This collector supports collecting metrics from multiple instances of this integ
38 #### Auto-Detection
39
40 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
41 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
41 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
42
43
44 #### Limits
@@ -139,7 +139,7 @@ The following options can be defined globally: update_every, autodetection_retry
139 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
140
141 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
142 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
142 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
143 - Option syntax:
144
145 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/hitron_cgn_series_cpe.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/hitron_coda_cable_modem.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/homebridge.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/homey.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/honeypot.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/hp_ilo.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/huawei_devices.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/hubble.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ibm_aix_systems_njmon.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ibm_cryptoexpress_cex_cards.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ibm_mq.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ibm_spectrum.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ibm_spectrum_virtualize.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ibm_z_hardware_management_console.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/influxdb.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/iota_full_node.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ipmi_by_soundcloud.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/iqair_airvisual_air_quality_monitors.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/jarvis_standing_desk.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/jenkins.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/jetbrains_floating_license_server.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/jmx.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/jolokia.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/journald.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/kafka.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/kafka_connect.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/kafka_consumer_lag.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/kafka_zookeeper.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/kannel.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/keepalived.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/kubernetes_cluster_cloud_cost.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/lagerist_disk_latency.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ldap.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/linode.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/loki.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/lustre_metadata.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/lynis_audit_reports.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/machbase.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/maildir.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/meilisearch.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/memcached_community.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/meraki_dashboard.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/mesos.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/mikrotik_devices.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/mikrotik_routeros_devices.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/minecraft.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/modbus_protocol.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/mogilefs.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/monnit_sensors_mqtt.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/mosquitto.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/mp707_usb_thermometer.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/mqtt_blackbox.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/mtail.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/naemon.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/nagios.md
+2 -2
@@ -38,7 +38,7 @@ This collector supports collecting metrics from multiple instances of this integ
38 #### Auto-Detection
39
40 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
41 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
41 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
42
43
44 #### Limits
@@ -139,7 +139,7 @@ The following options can be defined globally: update_every, autodetection_retry
139 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
140
141 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
142 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
142 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
143 - Option syntax:
144
145 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/nature_remo_e_lite_devices.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/netapp_ontap_api.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/netapp_solidfire.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/netatmo_sensors.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/netflow.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/netmeter.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/new_relic.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/nextcloud_servers.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/nextdns.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/nftables.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/nrpe_daemon.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/nsx-t.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/nvml.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/obs_studio.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/odbc.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/open_vswitch.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/openhab.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/openldap_community.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/openrc.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/openrct2.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/openroadm_devices.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/openstack.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/openvas.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/openweathermap.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/oracle_db_community.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/otrs.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/patroni.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/personal_weather_station.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/pgbackrest.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/pgpool-ii.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/philips_hue.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/pimoroni_enviro+.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/pingdom.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/podman.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/powerpal_devices.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/proftpd.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/prometheus_endpoint.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -134,7 +134,7 @@ The following options can be defined globally: update_every, autodetection_retry
134 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
135
136 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
137 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
137 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
138 - Option syntax:
139
140 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/proxmox_ve.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/radio_thermostat.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/radius.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/rancher.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/raritan_pdu.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/redis_queue.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ripe_atlas.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sabnzbd.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/salicru_eqx_inverter.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sense_energy.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sentry.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/servertech.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/shell_command.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/shelly_humidity_sensor.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sia.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/siemens_s7_plc.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/site_24x7.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/slurm.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sma_inverters.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/smart_meters_sml.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/smartrg_808ac_cable_modem.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/softether_vpn_server.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/solar_logging_stick.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/solaredge_inverters.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/solis_ginlong_5g_inverters.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sonic_nos.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/spacelift.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/speedify_cli.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sphinx.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sql_database_agnostic.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ssh.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ssl_certificate.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/starlink_spacex.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/starwind_vsan_vsphere_edition.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/statuspage.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/steam.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/storidge.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/stream.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/strongswan.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sunspec_solar_energy.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/suricata.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/synology_activebackup.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/sysload.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/t-rex_nvidia_gpu_miner.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/tacacs.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/tado_smart_heating_solution.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/tankerkoenig_api.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/tesla_powerwall.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/tesla_vehicle.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/tesla_wall_connector.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/tp-link_p110.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/traceroute.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/twincat_ads_web_service.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/twitch.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/ubiquiti_ufiber_olt.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/uptimerobot.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/vault_pki.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/vertica.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/vscode.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/warp10.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/xiaomi_mi_flora.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/xmpp_server.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/yourls_url_shortener.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/zerto.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/zulip.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/integrations/zyxel_gs1200-8.md
+2 -2
@@ -37,7 +37,7 @@ This collector supports collecting metrics from multiple instances of this integ
37 #### Auto-Detection
38
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 -The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 +The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41
42
43 #### Limits
@@ -138,7 +138,7 @@ The following options can be defined globally: update_every, autodetection_retry
138 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
139
140 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
141 -- Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
141 +- Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
142 - Option syntax:
143
144 ```yaml
src/go/collectors/go.d.plugin/modules/prometheus/metadata.yaml
+2 -2
@@ -37,7 +37,7 @@ modules:
37 auto_detection:
38 description: |
39 By default, it detects instances running on the local host by trying to connect to known ports that are [allocated to exporters](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
40 - The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/go.d.plugin/blob/master/config/go.d/prometheus.conf).
40 + The full list of endpoints is available in the collector's [configuration file](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/config/go.d/prometheus.conf).
41 limits:
42 description: ""
43 performance_impact:
@@ -75,7 +75,7 @@ modules:
75 This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.
76
77 - Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
78 - - Pattern syntax: [selector](https://github.com/netdata/go.d.plugin/blob/master/pkg/prometheus/selector/README.md).
78 + - Pattern syntax: [selector](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/prometheus/selector/README.md).
79 - Option syntax:
80
81 ```yaml
src/go/collectors/go.d.plugin/pkg/README.md
+5 -5
@@ -9,14 +9,14 @@ learn_rel_path: "Developers/External plugins/go.d.plugin/Helper Packages"
9 # Helper Packages
10
11 - if you need IP ranges consider to
12 - use [`iprange`](https://github.com/netdata/go.d.plugin/blob/master/pkg/iprange/README.md).
12 + use [`iprange`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/iprange/README.md).
13 - if you parse an application log files, then [`log`](https://github.com/netdata/go.d.plugin/tree/master/pkg/logs) is
14 handy.
15 - if you need filtering
16 - check [`matcher`](https://github.com/netdata/go.d.plugin/blob/master/pkg/matcher/README.md).
16 + check [`matcher`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/matcher/README.md).
17 - if you collect metrics from an HTTP endpoint use [`web`](https://github.com/netdata/go.d.plugin/tree/master/pkg/web).
18 - if you collect metrics from a prometheus endpoint,
19 then [`prometheus`](https://github.com/netdata/go.d.plugin/tree/master/pkg/prometheus)
20 - and [`web`](https://github.com/netdata/go.d.plugin/blob/master/pkg/web/README.md) is what you need.
21 -- [`tlscfg`](https://github.com/netdata/go.d.plugin/blob/master/pkg/tlscfg/README.md) provides TLS support.
22 -- [`stm`](https://github.com/netdata/go.d.plugin/blob/master/pkg/stm/README.md) helps you to convert any struct to a `map[string]int64`.
20 + and [`web`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/web/README.md) is what you need.
21 +- [`tlscfg`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/tlscfg/README.md) provides TLS support.
22 +- [`stm`](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/pkg/stm/README.md) helps you to convert any struct to a `map[string]int64`.
src/logsmanagement/README.md
+1 -1
@@ -212,7 +212,7 @@ This collector will collect [Apache](https://httpd.apache.org/) and [Nginx](http
212 | :------------: | ------------ |
213 | `log path` | The path to the web server's `access.log`. If set to `auto`, the collector will attempt to auto-discover it, provided the name of the configuration section is either `Apache access.log` or `Nginx access.log`. |
214 | `use inotify` | Select between inotify and file stat watchers (providing `libfluent-bit.so` has been built with inotify support). It defaults to `yes`. Set to `no` if abnormally high CPU usage is observed or if the log source is expected to consistently produce tens of thousands of (unbuffered) logs per second. |
215 -| `log format` | The log format to be used for parsing. Unlike the [`GO weblog`]() module, only the `CSV` parser is supported and it can be configured [in the same way](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md#known-fields) as in the `GO` module. If set to `auto`, the collector will attempt to auto-detect the log format using the same logic explained [here](https://github.com/netdata/go.d.plugin/blob/master/modules/weblog/README.md#log-parser-auto-detection). |
215 +| `log format` | The log format to be used for parsing. Unlike the [`GO weblog`]() module, only the `CSV` parser is supported and it can be configured [in the same way](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md#known-fields) as in the `GO` module. If set to `auto`, the collector will attempt to auto-detect the log format using the same logic explained [here](https://github.com/netdata/netdata/blob/master/src/go/collectors/go.d.plugin/modules/weblog/README.md#log-parser-auto-detection). |
216 | `verify parsed logs` | If set to `yes`, the parser will attempt to verify that the parsed fields are valid, before extracting metrics from them. If they are invalid (for example, the response code is less than `100`), the `invalid` dimension will be incremented instead. Setting this to `no` will result in a slight performance gain. |
217 | `vhosts chart` | Enable chart showing names of the virtual hosts extracted from the collected logs. |
218 | `ports chart` | Enable chart showing port numbers extracted from the collected logs. |