Add service stats page based on Prometheus

This commit is contained in:
cuigh
2018-03-09 19:00:03 +08:00
parent 5b60a024c5
commit 6fff495cda
23 changed files with 20108 additions and 8 deletions

View File

@@ -85,6 +85,7 @@ var Perms = []PermGroup{
{Key: "service.detail", Text: "View detail"},
{Key: "service.raw", Text: "View raw"},
{Key: "service.logs", Text: "View logs"},
{Key: "service.stats", Text: "View stats"},
{Key: "service.edit", Text: "View edit"},
{Key: "service.create", Text: "Create"},
{Key: "service.delete", Text: "Delete"},