go-graphite / carbonapi

Implementation of graphite API (graphite-web) in golang
Other
308 stars 140 forks source link

[BUG] name tag in transformNull is full name, but need metric name. #802

Closed msaf1980 closed 4 months ago

msaf1980 commented 10 months ago

Describe the bug transformNull stored in name tag full name like transformNull(....) instead of simple name. It's a problem when construct name with aliasByTag

CarbonAPI Version All version (include current master) is affected