- June 1, 2016 - Breaking Change!
- May 26, 2016 - Action Required!
- Apr 29, 2016 - Breaking Change!
- #162
traceapp.New
now requires a base URL parameter for compatability with HTTPS in trace permalinks.
- #162
- Apr 26, 2016
- #153 Added a Recorder.Logger field which, when non-nil, causes errors to be logged instead of checked explicitly via the Errors method.
- #154 Added trace permalinks which encode the trace within the URL.
- #155 Cleaned up InfluxDBStore configuration by adding sane defaults.
- #156 Fixed an index out of bounds panic on the Dashboard.
- #157 Added proper point-batching support to InfluxDBStore.
- #157 Changed
ChunkedCollector.FlushTimeout
default from 50ms to 2s. - #158 Made InfluxDBStore use Continuous Queries so the Dashboard is very responsive.
- #159 InfluxDBStore no longer uses the deprecated
IF NOT EXISTS
condition when creating the DB.
- Apr 15, 2016 - Breaking Changes!
- #136 Users must now call
Recorder.Finish
when finished recording, or else data will not be collected. - #136 AggregateStore is removed in favor of InfluxDBStore, which is also embeddable, and is generally faster and more reliable. Refer to the cmd/webapp-influxdb for further information on how to migrate to
InfluxDBStore
, or read more about why this change was made. - #136
AggregateEvent
,Trace.IsAggregate
andTrace.Aggregated
are removed.
- #136 Users must now call
- Mar 28, 2016
- #110 Added support for the OpenTracing API.
- Mar 9 2016
- #99 Added an embeddable InfluxDB storage engine.
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.