Created attachment 191824 [details] Update to 0.11.0 This updates carbonapi to 0.11.0 This brings a few fixes: [Improvement] graphiteWeb function that implements force-fallback to graphtieWeb - [Improvement] graphiteWeb can query graphite-web 1.1.0+ for a list of supported functions and automatically do fallback to graphite in case user calls unimplemented function - [Improvement] New config switch to disable find request before render. This is helpful for graphite-clickhouse backends - [Fix] Fix typo in polyfit function description - [Fix] Skip metrics without pairs in reduceSeries (thx. to @errx) - [Fix] Fix config file parsing (thx. to @errx) - [Code] Move MakeResponse to expr/types and rename it to MakeMetricData. This is sometimes useful outside of tests. Thx. to @borovskyav - [Code] Add helper package that will ease doing per-function tests. See `expr/functions/absolute/function_test.go` for an example
Poudriere QA fine on 10.3, 10.4, 11.1 and 12-CURRENT.
Take.
A commit references this bug: Author: meta Date: Thu Mar 29 04:19:32 UTC 2018 New revision: 465864 URL: https://svnweb.freebsd.org/changeset/ports/465864 Log: www/carbonapi: Update to 0.11.0 PR: 226935 Changes: https://github.com/go-graphite/carbonapi/releases/tag/0.11.0 Submitted by: Andreas Anderson <a.andersson.thn@gmail.com> Approved by: hrs (mentor) Changes: head/www/carbonapi/Makefile head/www/carbonapi/distinfo head/www/carbonapi/pkg-plist
Committed, thanks!