OpenTSDB v2.3.0.RC1 Release Notes

Release Date: 2016-05-02 // almost 8 years ago
    • ๐Ÿ”– Version 2.3.0 RC1 (2016-05-02)

    Noteworthy Changes:

    • Introduced option --max-connection/tsd.core.connections.limit to set the maximum number
      of connection a TSD will accept (#638)
    • 'tsdb import' can now read from stdin (#580)
    • โž• Added datapoints counter (#369)
    • ๐Ÿ‘Œ Improved metadata storage performance (#699)
    • โž• added checkbox for showing global annotations in UI (#736)
    • โž• Added startup plugins, can be used for Service Discovery or other integration (#719)
    • โž• Added MetaDataCache plugin api
    • โž• Added timeshift() function (#175)
    • Now align downsampling to Gregorian Calendar (#548, #657)
    • โž• Added None aggregator to fetch raw data along with first and last aggregators to
      fetch only the first or last data points when downsampling.
    • โž• Added script to build OpenTSDB/HBase on OSX (#674)
    • โž• Add cross-series expressions with mathematical operators using Jexl
    • โž• Added query epxressions (alias(), scale(), absolute(), movingAverage(), highestCurrent(),
      highestMax(), timeShift(), divide(), sum(), difference(), multiply()) (#625)
    • โž• Add a Unique ID assignment filter API for enforcing UID assignment naming conventions.
    • โž• Add a whitelist regular expression based UID assignment filter
    • โž• Add a time series storage filter plugin API that allows processing time series data
      and determining if it should be stored or not.
    • ๐Ÿ‘ Allow using OpenTSDB with Google's Bigtable cloud platform or with Apache Cassandra

    ๐Ÿ› Bug Fixes:

    • Some improperly formatted timestamps were allowed (#724)
    • โœ‚ Removed stdout logging from packaged logback.xml files (#715)
    • โช Restore the ability to create TSMeta objects via URI
    • โช Restore raw data points (along with post-filtered data points) in query stats

    - ๐Ÿ’ป Built in UI will now properly display global annotations when the query string is passed