diff --git a/gateway/core/corehttp/metrics.go b/gateway/core/corehttp/metrics.go index de0dcd743..8a73111fc 100644 --- a/gateway/core/corehttp/metrics.go +++ b/gateway/core/corehttp/metrics.go @@ -26,7 +26,7 @@ func MetricsScrapingOption(path string) ServeOption { // This adds collection of OpenCensus metrics func MetricsOpenCensusCollectionOption() ServeOption { return func(_ *core.IpfsNode, _ net.Listener, mux *http.ServeMux) (*http.ServeMux, error) { - log.Error("Init OpenCensus") + log.Info("Init OpenCensus") promRegistry := prometheus.NewRegistry() pe, err := ocprom.NewExporter(ocprom.Options{