go-graphite / carbonapi

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

`aliasByNode`/`Tags` should not discard tags #756

Closed npazosmendez closed 1 year ago

npazosmendez commented 1 year ago

aliasByNode/Tag should keep the argument's tags instead of discarding them. This is consistent with what graphite web does: https://github.com/graphite-project/graphite-web/blob/master/webapp/graphite/render/functions.py#L2760

Should close https://github.com/go-graphite/carbonapi/issues/755