summaryrefslogtreecommitdiffstats
path: root/backends
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2018-12-07 11:30:04 +0100
committerGitHub <noreply@github.com>2018-12-07 11:30:04 +0100
commit415f57c5bf6f41421a3bb88d4f250b8fb94376ee (patch)
tree34f237f739c42aa0f43db432f8459239aae77702 /backends
parent9d7e58cdc4ffc21994ab305951a69d73fc263af7 (diff)
Ga (#4938)
* Added GA tags to markdowns * Add GA tags to mds
Diffstat (limited to 'backends')
-rw-r--r--backends/README.md2
-rw-r--r--backends/WALKTHROUGH.md2
-rw-r--r--backends/prometheus/README.md2
3 files changed, 6 insertions, 0 deletions
diff --git a/backends/README.md b/backends/README.md
index 67da7ad71c..39cba873e4 100644
--- a/backends/README.md
+++ b/backends/README.md
@@ -196,3 +196,5 @@ netdata adds 4 alarms:
![image](https://cloud.githubusercontent.com/assets/2662304/20463779/a46ed1c2-af43-11e6-91a5-07ca4533cac3.png)
+
+[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fbackends%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]()
diff --git a/backends/WALKTHROUGH.md b/backends/WALKTHROUGH.md
index b899556ab2..0c24d08c23 100644
--- a/backends/WALKTHROUGH.md
+++ b/backends/WALKTHROUGH.md
@@ -290,3 +290,5 @@ automatically begins to scrape them. Once achieved you do not have to think
about the monitoring system until Prometheus cannot keep up with your scale.
Once this happens there are options presented in the Prometheus documentation
for solving this. Hope this was helpful, happy monitoring.
+
+[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fbackends%2FWALKTHROUGH&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]()
diff --git a/backends/prometheus/README.md b/backends/prometheus/README.md
index 99a11f9425..55b424b3c2 100644
--- a/backends/prometheus/README.md
+++ b/backends/prometheus/README.md
@@ -378,3 +378,5 @@ It can also be changed from the URL, by appending `&prefix=netdata`.
When the data source is set to `average` or `sum`, netdata remembers the last access of each client accessing prometheus metrics and uses this last access time to respond with the `average` or `sum` of all the entries in the database since that. This means that prometheus servers are not losing data when they access netdata with data source = `average` or `sum`.
To uniquely identify each prometheus server, netdata uses the IP of the client accessing the metrics. If however the IP is not good enough for identifying a single prometheus server (e.g. when prometheus servers are accessing netdata through a web proxy, or when multiple prometheus servers are NATed to a single IP), each prometheus may append `&server=NAME` to the URL. This `NAME` is used by netdata to uniquely identify each prometheus server and keep track of its last access time.
+
+[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fbackends%2Fprometheus%2FREADME&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]()