Geoff Flarity

Results 16 issues of Geoff Flarity

Right now if there are no modules the program just ends silently (as there's nothing to monitor). We should print something so that what's going on is clear.

Monitoring is important, handle errors graceful and provide notification that they've happened. This should be tested well with the automated testing system

It should be easy enough to fake an Graphite Proxy, or even use Response some how. We need some automated tests, and ideally a support for helping automating plugin tests.

Sometimes you want TCP, other times UDP will do just fine. We should support both.

All GraphiteAxon should share a single tcp connection. Pretty soon we'll see hungred of tcp sockets open. This isn't good.

The blog post said we should report, so here we go: I just trying to use testcontainers (@testcontainers/postgresql) with Deno when I got this strange error: ``` error: Error: (HTTP...

bug
node compat