equal
deleted
inserted
replaced
65 Netdata v1.23. If your netdata is older than that, you'll be using |
65 Netdata v1.23. If your netdata is older than that, you'll be using |
66 the deprecated "backend" instead in the main `netdata.conf` file. |
66 the deprecated "backend" instead in the main `netdata.conf` file. |
67 |
67 |
68 ``` |
68 ``` |
69 [exporting:global] |
69 [exporting:global] |
70 enabled = yes |
70 enabled = yes |
|
71 hostname = your-hostname |
71 |
72 |
72 [json:timescale] |
73 [json:timescale] |
73 hostname = your-hostname |
|
74 enabled = yes |
74 enabled = yes |
75 data source = average |
75 data source = average |
76 destination = localhost:14866 |
76 destination = localhost:14866 |
77 prefix = netdata |
77 prefix = netdata |
78 update every = 10 |
78 update every = 10 |