Xavi
Xavi
@Roasbeef `lnd` uses port `:8989` for the metrics. I forgot to mention that that part works fine, I get the output in just a few milliseconds. Honestly I haven't spent...
After some time debugging I found out that what is taking so long is the GraphCollector's `DescribeGraph` request against `lnd`. The frequency seems to be too high for that call.
GraphCollector is taking more than 30% of the cpu time (understandable, this is the biggest dataset being ingested). `pprof` is not taking i/o into account so reality is much worse...
I changed my Prometheus config (slower interval + higher timeout) and I am running `lndmon` on mainnet without issues now 😄. ```diff diff --git a/prometheus.yml b/prometheus.yml index 01797c0..81d781c 100755 ---...
Hi @leemachin I will be out for a few days, will check this early next week. Thanks so much for jumping in! I want to start spending more time with...
@VictorBjelkholm sorry for replying so late. I can reproduce the error building your project but I can't reproduce it if I create a bash based dog task that prints text...
@slapresta you are right, `fatih/color` package uses `mattn/go-isatty` to check if output needs to be colored or not. The behaviour is documented [here](https://github.com/fatih/color/blob/master/color.go#L16-L20). ``` // NoColor defines if the output...
I also use `Cmd-H` constantly with all apps and I am missing it in Therm. This is the first app I found that does not handle it correctly.
+1 to put it together as a single option