Justin Beal

Results 2 comments of Justin Beal

I have also done this by replacing the default registerer/gatherer in my codebases. `r := prometheus.NewRegistry()` `prometheus.DefaultRegisterer = r` `prometheus.DefaultGatherer = r` It'd be nice to not have to do...

I have also done this by replacing the default registerer/gatherer in my codebases. `r := prometheus.NewRegistry()` `prometheus.DefaultRegisterer = r` `prometheus.DefaultGatherer = r` It'd be nice to not have to do...