Loading go-apps/meep-rnis/sbi/rnis-sbi.go +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import ( ) const moduleName string = "meep-rnis-sbi" const redisAddr string = "localhost:30380" //"meep-redis-master.default.svc.cluster.local:6379" const redisAddr string = "meep-redis-master.default.svc.cluster.local:6379" type RnisSbi struct { sandboxName string Loading go-packages/meep-http-logger/httpLogger.go +4 −0 Original line number Diff line number Diff line Loading @@ -84,8 +84,12 @@ func LogTx(url string, method string, body string, resp *http.Response, startTim responseBodyString = string(responseData) } responseCode = strconv.Itoa(resp.StatusCode) } else { responseCode = strconv.Itoa(http.StatusInternalServerError) } var metric ms.HttpMetric metric.LoggerName = logComponent metric.Direction = DirectionTX Loading Loading
go-apps/meep-rnis/sbi/rnis-sbi.go +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import ( ) const moduleName string = "meep-rnis-sbi" const redisAddr string = "localhost:30380" //"meep-redis-master.default.svc.cluster.local:6379" const redisAddr string = "meep-redis-master.default.svc.cluster.local:6379" type RnisSbi struct { sandboxName string Loading
go-packages/meep-http-logger/httpLogger.go +4 −0 Original line number Diff line number Diff line Loading @@ -84,8 +84,12 @@ func LogTx(url string, method string, body string, resp *http.Response, startTim responseBodyString = string(responseData) } responseCode = strconv.Itoa(resp.StatusCode) } else { responseCode = strconv.Itoa(http.StatusInternalServerError) } var metric ms.HttpMetric metric.LoggerName = logComponent metric.Direction = DirectionTX Loading