go-graphite / carbonapi

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

Possible Typo in Victoria Metrics fallback version #762

Open sugadge opened 1 year ago

sugadge commented 1 year ago

Hi Team, Looks like below is typo - https://github.com/go-graphite/carbonapi/blob/d53ae1c9224839aabe0d1890f458c2afa989db91/zipper/protocols/victoriametrics/feature_set.go#L185

This is causing metrics/find API to use /api/v1/series?match and not able to pick up the optimizations already available in code. If we remove the quotes around the version ( i.e. passing actual fallback version from the config file ), then it seems to work fine.