diff --git a/src/productcatalogservice/server.go b/src/productcatalogservice/server.go index 3a41e0f..a7206a5 100644 --- a/src/productcatalogservice/server.go +++ b/src/productcatalogservice/server.go @@ -23,6 +23,7 @@ import ( "net" "os" "os/signal" + "strconv" "strings" "sync" "syscall" @@ -53,6 +54,7 @@ var ( port = "3550" reloadCatalog bool + ocStats bool ) func init() {