chore: remove metric service

This commit is contained in:
Steven
2024-02-24 23:32:39 +08:00
parent 222d04fb22
commit b0f52ade7a
13 changed files with 1 additions and 96 deletions

View File

@@ -32,8 +32,6 @@ type Profile struct {
Version string `json:"version"`
// Frontend indicate the frontend is enabled or not
Frontend bool `json:"-"`
// Metric indicate the metric collection is enabled or not
Metric bool `json:"-"`
}
func (p *Profile) IsDev() bool {