Use central timer for collectors and router. Add expressions to router

This commit is contained in:
Thomas Roehl
2021-12-20 17:40:28 +01:00
parent 44d8b0c979
commit b7fbd198ff
4 changed files with 152 additions and 19 deletions

View File

@@ -23,6 +23,7 @@ type CCMetric interface {
lp.MutableMetric
AddMeta(key, value string)
MetaList() []*lp.Tag
RemoveTag(key string)
}
func (m *ccMetric) Meta() map[string]string {