AjayTripathy 6 лет назад
Родитель
Сommit
199f9a938e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -549,7 +549,7 @@ func main() {
 	router.GET("/validatePrometheus", a.GetPrometheusMetadata)
 	router.GET("/validatePrometheus", a.GetPrometheusMetadata)
 	router.GET("/managementPlatform", a.ManagementPlatform)
 	router.GET("/managementPlatform", a.ManagementPlatform)
 	router.GET("/clusterInfo", a.ClusterInfo)
 	router.GET("/clusterInfo", a.ClusterInfo)
-	router.GET("/podUptimes", a.PodUptimes)
+	router.GET("/containerUptimes", a.containerUptimes)
 
 
 	rootMux := http.NewServeMux()
 	rootMux := http.NewServeMux()
 	rootMux.Handle("/", router)
 	rootMux.Handle("/", router)