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.
This commit is contained in:
parent
40a03aa85b
commit
7ca97aac73
3 changed files with 149 additions and 65 deletions
6
Makefile
6
Makefile
|
|
@ -3,12 +3,12 @@ FILES = netdata_tsrelay.nim
|
|||
|
||||
default: release
|
||||
|
||||
debug: ${FILES}
|
||||
nim --assertions:on --nimcache:.cache c ${FILES}
|
||||
autobuild:
|
||||
find . -type f -iname \*.nim | entr -c make development
|
||||
|
||||
development: ${FILES}
|
||||
# can use gdb with this...
|
||||
nim --debugInfo --linedir:on -d:testing -d:nimTypeNames --nimcache:.cache c ${FILES}
|
||||
nim --debugInfo --assertions:on --linedir:on -d:testing -d:nimTypeNames --nimcache:.cache c ${FILES}
|
||||
|
||||
debugger: ${FILES}
|
||||
nim --debugger:on --nimcache:.cache c ${FILES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue