Skip to content

Releases: OpenTSDB/opentsdb

OpenTSDB 2.1.0 RC1

10 Nov 06:05
Compare
Choose a tag to compare
OpenTSDB 2.1.0 RC1 Pre-release
Pre-release
  • Version 2.1.0 RC1 (2014-11-09)

Noteworthy Changes:

  • Add a server side timeout for sockets that haven't written data in some time
  • Major FSCK utility update to handle new objects, delete bad data and deal with duplicate data points.
  • Optionally preload portions of the name to UID maps at startup
  • Add read and write modes to the TSD to disable writing data points via telnet or HTTP
  • Optionally disable the diediedie commands to prevent users from shutting down a tsd
  • Optionally block the auto creation of tag keys and values
  • Downsampling is now aligned on modulus bondaries so that we avoid interpolation as much as possible. Data returned is now more along the lines of what users expect, e.g. 24 data points for day when downsampled on hourly intervals instead of random points based on the span's timestamps.
  • Add the /api/search/lookup endpoint and CLI endpoint for looking up time series based on the meta or data tables
  • Rework of the TSD compaction code to process compactions faster
  • Optionally handle duplicate data points gracefully during compaction or query time without throwing exceptions
  • Add Allow-Headers CORs support

OpenTSDB 2.0.1

09 Nov 23:31
Compare
Choose a tag to compare

Primarily bug fixes for OpenTSDB 2.0.0

OpenTSDB 2.0.0

05 May 22:37
Compare
Choose a tag to compare

The official OpenTSDB 2.0.0 release.

Release candidate 3 for OpenTSDB 2.0.0

25 Apr 17:37
Compare
Choose a tag to compare
Pre-release
Fix incorrect downsampling unit

The bug incorrectly assumed the downsampling unit was second while computing
start and end time of HBase scan.
- Fixed the math.
- Suffixed the field name with _ms.
- Added unit tests to address the bug.
  * downsample and downsampleMilliseconds.
- Added a nested helper class for unit tests to access private methods.
- Factored out the unit tests related to downsampling from the huge
  TestTsdbQuery.java. It was too big for Eclipse to run.

Signed-off-by: Chris Larsen <clarsen@euphoriaaudio.com>

v2.0.0RC2

30 Sep 18:41
Compare
Choose a tag to compare
v2.0.0RC2 Pre-release
Pre-release

Release candidate 2 for OpenTSDB 2.0.0

v2.0.0RC1

05 Aug 19:14
Compare
Choose a tag to compare
v2.0.0RC1 Pre-release
Pre-release

Release candidate 1 for OpenTSDB 2.0