Skip to content

Releases: go-graphite/carbonapi

v0.16.1

27 Aug 12:46
Compare
Choose a tag to compare
  • [Build] Update build version of golang to 1.21.0
  • [Improvement] Better error messages
  • [Improvement] Implement /metrics/expand API
  • [Improvement] Implement aliasQuery
  • [Fix] aliasByNode/Tag should not disacrd tags anymore
  • [Fix] VicotriaMetrics cluster now should support autocomplete for tags
  • [Fix] ConstantSeries should now work as in graphite-web
  • [Fix] Fix logic of hitcount function (should behave like in graphite-web)
  • [Fix] alignToInterval should work well in hitcount function
  • [Fix] smartSummarize should handle stop time properly
  • [Fix] smartSummarize should now handle alignTo properly
  • [Fix] smartSummarize should handle consolidation functiosn better
  • [Fix] summarize should work as in graphite-web for functions that have only NaN values
  • [Fix] toUpper and toLower now should work correctly with function names
  • [Fix] Skip all whitespace during expression parsing
  • [Fix] time units now case insensitive
  • [Fix] use specified bootstrapInterval to adjust start time in holtWinters* class of functions
  • [Fix] groupByNode should return exepcted amount of series
  • [Fix] multiple fixes for exponentialMovingAverage
  • [Fix] holtWinters supports seasonality argument
  • [Fix] fix holtWintersAbberation behavior
  • [Fix] fix behavior of Below function
  • [Fix] fix sin and exp functions (description was not accurate or correct)

v0.16.0-patch2

09 Dec 11:10
f165db7
Compare
Choose a tag to compare

[Build] Updating latest docker image

v0.16.0-patch1

09 Dec 10:21
Compare
Choose a tag to compare

[Build] Proper semver version for docker

v0.16.0

08 Dec 21:01
Compare
Choose a tag to compare
  • [Improvement] Deprecate and remove carbonzipper binary (thx to @msaf1980)
  • [Improvement] Remove deprecated carbonsearch support
  • [Improvement] Refactor HTTP client (used to talk to databases) to properly do keepAlive and respect specified amount of connections
  • [Improvement] HTTP client should now support mTLS checking
  • [Improvement] Listeners now support TLS (including mTLS)
  • [Improvement] Update all vendored libraries to their latest stable version
  • [Code] fix various panics in tags and use copy tags to avoid mutating input (thx to @npazosmendez)
  • [Feature] Port join function from Avito carbonapi fork (el-yurchito/carbonapi@bccdb90 and el-yurchito/carbonapi@4717777)
  • [Feature] Implement exp() function (thx to @carrieedwards)
  • [Feature] Implement logit() function (thx to @carrieedwards)
  • [Feature] Implement unique() function (thx to @carrieedwards)
  • [Feature] Implement sinFunction() function (thx to @carrieedwards)
  • [Feature] Implement legendValue() function (thx to @carrieedwards)
  • [Feature] Implement aggregateWithWildcards() function (thx to @carrieedwards)
  • [Feature] Implement powSeries() function (thx to @leizor)
  • [Feature] Implement averageOutsidePercentile() function (thx to @carrieedwards)
  • [Feature] Implement sigmoid() function (thx to @carrieedwards)
  • [Feature] Support for xFilesFactor and setXFilesFactor (thx to @carrieedwards)
  • [Feature] Implement removeBetweenPercentile() function (thx to @carrieedwards)
  • [Feature] Implement identity() function (thx to @carrieedwards)
  • [Feature] Implement minMax() function (thx to @carrieedwards)
  • [Feature] Implement aggregateSeriesLists() function (thx to @leizor)
  • [Feature] Implement movingWindow() function (thx to @carrieedwards)
  • [Feature] Implement exponentialMovingAverage() function (thx to @carrieedwards)
  • [Feature] Implement verticalLine() function (thx to @leizor)
  • [Feature] Implement toLowerCase() function (thx to @carrieedwards)
  • [Feature] Implement toUpperCase() function (thx to @carrieedwards)
  • [Feature] Implement sumSeriesLists() function (thx to @carrieedwards)
  • [Feature] Implement compressPeriodicGaps() function (thx to @carrieedwards)
  • [Feature] Implement holtWintersConfidenceArea() function (thx to @carrieedwards)
  • [Fix] Numerous compatibility fixes for functions, mostly for graphite-web compatibility (thx to @carrieedwards and @npazosmendez, @msaf1980)
  • [Fix] Refactor scaling and re-aligning series (thx to @msaf1980)
  • [Fix] Fix logic that extracts names when metric name contains non-ascii characters (thx to @msaf1980)
  • [Fix] Parser now accepts escaped characters
  • [Fix] IronDB adjuststep logic now works properly
  • [Fix] Fix tag extractions in seriesByTag (thx to @msaf1980)
  • [Fix] Fix tag handling in nested functions (thx to @carrieedwards)

v0.15.6

10 Jun 15:24
v0.15.6
Compare
Choose a tag to compare
  • [Improvement] Significant improvement in sorting metrics from backends (thx to @Felixoid)
  • [Fix] Get rid of bashism in postinst script (thx to @Glandos)

v0.15.5

23 May 09:04
Compare
Choose a tag to compare

v0.15.5

  • [Security] Update vendored dependency for GoGo Proto that should fix improper index validation (CVE-2021-3121)
  • [Feature] carbonapi supports -check-config flag just to run config validation (thx to @msaf1980)
  • [Feature] 2-level cache lifetime support (see docs for more information) (thx to @msaf1980)
  • [Feature] Support IronDB backend (thx to @deniszh)
  • [Improvement] Debug logs should now log a bit more information about metrics
  • [Improvement] Better performance for metrics/find on relatively new VictoriaMetrics (thx to @iklfst)
  • [Improvement] Add support for Cluster Tenant ID for VictoriaMetrics backend (thx to @iklfst)
  • [Fix] asPercent handles empty values correctly (thx to @msaf1980)
  • [Fix] Cairo functions supports context passing now (thx to @faceair)
  • [Fix] Handling multi-fetch request parameters for VictoriaMetrics backend respects start & stop Time as well as step for every metric (thx to @alexey-mylnkov)
  • [Fix] Fix a bug in removeEmptySeries
  • [Fix] Properly pass step to VictoriaMetrics (thx to @tantra35)
  • [Fix] Fix substr function to behave in a way like graphite-web
  • [Fix] timeShift properly hanldes resetEnd parameter (thx to @msaf1980)
  • [Fix] Fix moving* to work properly when step is greater than window size (thx to @jonasbleyl)
  • [Fix] Pass request UUID as header (thx to @msaf1980)
  • [Fix] groupByNode(s) supports negative node indecies (thx to @Felixoid)

v0.15.4

06 Jun 12:05
Compare
Choose a tag to compare
  • [Fix] zipper requests net error (encapsulated) (thx to @msaf1980)
  • [Fix] preserve original points for some functions (thx to @msaf1980)
  • [Fix] aliasByNode: strip function in name (thx to @msaf1980)
  • [Improvement] build: allow to replace fpm with cli-compability program (thx to @msaf1980)
  • [Improvement] build: equal version for carbonapi/carbonzipper package (thx to @msaf1980)

0.15.3

23 May 16:52
Compare
Choose a tag to compare
  • [Fix] Time parsing is now closer to how graphite do it
  • [Fix] Aggregation functions now scale input to common step (thx to @Felixoid)
  • [Fix] Fix the way how partialy retrived requests that had globs were handled
  • [Fix] Fix resolver to accept 0.0.0.0 and [::] as valid addresses for listeners
  • [Fix] Handling of unicode characters when common table is added.
  • [Fix] AlignVluaes in Prometheus and VictoriaMetrics backends shouldn't drop last value (thx to @limpasha)
  • [Fix] maxDataPoints should be passed to Prometheus and VictoriaMetrics\
  • [Fix] Various packaging problems (e.x. logrotate) (thx to @deniszh)
  • [Improvement] xFilesFactor support in SUmmarizeValues
  • [Improvement] Port functions that were implemented in avito's fork of carbonapi (aliasByHash, lowestMin, highestMin, integralWithReset and much more): 322dae5 for the diff for COMPATIBILITY.md file
  • [Improvement] Refactor error handling (thx to @msaf1980)
  • [Improvement] Default systemd unit should drop privileges (thx to @deniszh)
  • [Improvement] Enable cairo support for docker images (thx to @deniszh)

0.15.2

11 Mar 20:07
Compare
Choose a tag to compare
  • [Fix] Honor isLeaf attribute in replies (makes possible to have metric called "metric.foo" and metric called "metric.foo.bar" and see both in find queries (thx to @tantra35)
  • [Fix] Fix bootstrapInterval paramter handling in holtWinters functions
  • [Fix] Fix potential panics when metirc do not have required amount of data for holtWinters functions
  • [Fix] Fix panics with several functions if they are applied before alias function (mostly holtWinter functions)

0.15.1

03 Mar 17:39
Compare
Choose a tag to compare
  • [Fix] Fix back compatibility for default listen on localhost:8081 (thx to @Felixoid)