update container metrics

Signed-off-by: huanggze <loganhuang@yunify.com>
This commit is contained in:
huanggze
2020-02-05 20:52:19 +08:00
parent 88da4f7809
commit 6a623c4c66
3 changed files with 48 additions and 6 deletions

View File

@@ -405,5 +405,8 @@ func addWebService(c *restful.Container) error {
Produces(restful.MIME_JSON)
c.Add(ws)
metrics.CompatibleMetrics()
return nil
}