mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-06 13:35:55 +02:00
Use second add_tags/del_tags only if metric gets renamed
This commit is contained in:
parent
9bd0705875
commit
463d554b8b
@ -287,10 +287,10 @@ func (r *metricRouter) Start() {
|
||||
if new, ok := r.config.RenameMetrics[name]; ok {
|
||||
point.SetName(new)
|
||||
point.AddMeta("oldname", name)
|
||||
r.DoAddTags(point)
|
||||
r.DoDelTags(point)
|
||||
}
|
||||
|
||||
r.DoAddTags(point)
|
||||
r.DoDelTags(point)
|
||||
r.prepareUnit(point)
|
||||
|
||||
for _, o := range r.outputs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user