Chaofeng Wang

Results 13 comments of Chaofeng Wang

> > > Still an issue. Should this project be considered abandoned? @gabegorelick I found this https://www.npmjs.com/package/eslint-plugin-import which can replace this.

I have the same problem. Reverting v.0.9.2 works.

Me too. Mine: "go version go1.11.4 darwin/amd64"

For me, check ./certs/dhparams to see if its size is 0. Removing it solves this problem.

I am also working on an issue related to a series with a lot of instances: when the user opens such a series in the first tab, and opens another...

The fix cannot fix it. @ahes Do you have any idea why the barman_exporter process will spawn itself?

Add logging to trace. Here is the debugging output: ``` 2021-06-29 09:24:47,105 debug:645 61:140021604444960 .: started process 2021-06-29 09:24:47,106 debug:645 61:140021604444960 ..stdin: parsed stdin as a None 2021-06-29 09:24:47,107 debug:645...

A workaround seems working now: ```python class BarmanCollectorCache: def __init__(self, barman, servers, cache_time): self.barman = barman self.servers = servers # self.cache_time = cache_time self._collect = [] # self.start_collect_thread() # def...

The previous solution still fails. I plan to use subprocess to replace sh. Now still testing.

I run it with supervisord tgt with barman in a container. On Fri, Jul 9, 2021 at 10:53 PM marcinhlybin ***@***.***> wrote: > @silencej Do you manage barman-exporter > with...