Yo Eight

Results 37 issues of Yo Eight

That PR also brings: 1. Send metric value as double when dealing with gauges. 2. Better batching mechanism like merging a metric together when already present in the batch. 3....

domain: sinks

Removed: Remove mentions of external TCP in the docs.

Changed: Remove TCP client API.

Changed: Move to Cloudsmith docker registry.

Following up #10 . Giving this configuration: ``` foo { port: 1234 addr: localhost baz { test = "hello" } } ``` produces this AST: ``` fromList [("foo",AST {astExpr =...

Definition like this should be prohibited ``` foo = ${bar} bar = ${foo} ```

enhancement