Wed, 27 Oct 2021 14:52:54 -0700 Use standard library namespacing. draft default tip
Mahlon E. Smith <mahlon@martini.nu> [Wed, 27 Oct 2021 14:52:54 -0700] rev 27
Use standard library namespacing.
Wed, 27 Oct 2021 14:51:51 -0700 branch merge draft
Mahlon E. Smith <mahlon@martini.nu> [Wed, 27 Oct 2021 14:51:51 -0700] rev 26
branch merge
Thu, 05 Aug 2021 10:48:20 -0700 Fix link to Timescale JSON docs. draft
Mahlon E. Smith <mahlon@martini.nu> [Thu, 05 Aug 2021 10:48:20 -0700] rev 25
Fix link to Timescale JSON docs.
Wed, 20 Oct 2021 11:41:30 -0700 Update quitProc for nim 1.6 deprecation warning. draft
Mahlon E. Smith <mahlon@martini.nu> [Wed, 20 Oct 2021 11:41:30 -0700] rev 24
Update quitProc for nim 1.6 deprecation warning.
Wed, 20 Oct 2021 11:41:30 -0700 Update quitProc for nim 1.6 deprecation warning.
Mahlon E. Smith <mahlon@martini.nu> [Wed, 20 Oct 2021 11:41:30 -0700] rev 23
Update quitProc for nim 1.6 deprecation warning.
Sat, 12 Dec 2020 21:46:39 -0800 Support storing Netdata host labels, if they are passed to this json backend.
Mahlon E. Smith <mahlon@martini.nu> [Sat, 12 Dec 2020 21:46:39 -0800] rev 22
Support storing Netdata host labels, if they are passed to this json backend.
Thu, 10 Dec 2020 17:20:37 -0800 Fix docs: exporting.conf example and help verbose/version typo.
Mahlon E. Smith <mahlon@laika.com> [Thu, 10 Dec 2020 17:20:37 -0800] rev 21
Fix docs: exporting.conf example and help verbose/version typo. diff -r 8ab012d41a9c README.md --- a/README.md Sat Jul 25 15:31:28 2020 -0700 +++ b/README.md Thu Dec 10 17:20:01 2020 -0800 @@ -67,10 +67,10 @@ ``` [exporting:global] - enabled = yes + enabled = yes + hostname = your-hostname [json:timescale] - hostname = your-hostname enabled = yes data source = average destination = localhost:14866 diff -r 8ab012d41a9c netdata_tsrelay.nim --- a/netdata_tsrelay.nim Sat Jul 25 15:31:28 2020 -0700 +++ b/netdata_tsrelay.nim Thu Dec 10 17:20:01 2020 -0800 @@ -85,7 +85,7 @@ Alter the maximum time (in ms) an open socket waits for data before processing the sample. Default: 500ms. - -v --verbose: + -v --version: Display version number. """
Sat, 25 Jul 2020 15:31:28 -0700 Added tag v0.3.0 for changeset 1f09cfb560e0
Mahlon E. Smith <mahlon@martini.nu> [Sat, 25 Jul 2020 15:31:28 -0700] rev 20
Added tag v0.3.0 for changeset 1f09cfb560e0
Sat, 25 Jul 2020 15:05:26 -0700 Multiple changes. v0.3.0
Mahlon E. Smith <mahlon@martini.nu> [Sat, 25 Jul 2020 15:05:26 -0700] rev 19
Multiple changes. - Clean up various nim compiler warnings. ... except ObservableStores. https://forum.nim-lang.org/t/6442#39738 - Update documentation for Netdata v1.23's "exporting" module. - TCP connections to netdata where dropped by default. Expose this behavior as a toggle, and change the default to leave the child process (and the tcp socket) open. - Bump to v0.3.0.
Mon, 19 Nov 2018 12:05:51 -0800 Added tag v0.2.0 for changeset 96b8799a565a
Mahlon E. Smith <mahlon@martini.nu> [Mon, 19 Nov 2018 12:05:51 -0800] rev 18
Added tag v0.2.0 for changeset 96b8799a565a
(0) -10 tip