1.13.2 (2016-01-19)
1.13.2 (2016-01-19)
- isForceSample: set it for stack traces (e91b9cc)
- mustCollect: fix must collect (350329e)
- sampling: unify samping method (f4d048a)
- spanId: add spanId to user-sent and error events (c8d91a1)
1.13.1 (2016-01-13)
- mustCollect: use a store instead of the session store (f77ed8e)
1.13.0 (2016-01-13)
- error: send stack trace in the raw object (80fed8b)
- error: sending error properties explicitly (80da48e)
- error: use more descriptive names for errors (32f4a53)
- httpTransaction: fix user sent event (246ffd0)
- mustCollect: adding mustCollect to request collector (5df60c5)
- mustCollect: mustCollect header to request finish (ca880e1)
- mustCollect: add header to outgoing requests (49a17fb)
- mustCollect: move mustCollect to cls session (e6ceda2)
- stackTrace: add network error (8a284ff)
- stackTrace: add new error report format (0e3e553)
1.12.2 (2015-11-23)
- wrap: change stream wrap to http.Server (923e50d)
1.12.1 (2015-11-18)
- samplerate: initial sample rate can be overwritten from env (d32a3f5)
1.12.0 (2015-11-18)
- RPM: add tests for average response time (34d58e8)
- RPM: correct average RPM calculation (24d2d1e)
- RPM: fix calculation issue with response time (76c123a)
- sampling: use a pessimistic starting rate (67bff9e)
- type: errror -> error (a0985f2)
- RPM: add average server response time (ce3e36c)
- RPM: add rounding to average response time send (49fff85)
1.11.3 (2015-11-09)
- apm: collect interval can be modified via env var (70c5cbb)
1.11.2 (2015-11-07)
- http: set isForceSampled based on mustCollect (fdfb222)
1.11.1 (2015-11-02)
1.11.0 (2015-10-25)
- pathname: replace pathname with path (8c64375)
- sampleRate: fix sample rate calculation (f4add9d)
- spanId: fix spanId collecting (abb8daf)
- clientSend: add host and url to client send (316859e)
1.10.2 (2015-10-20)
- apm: cpu usage calculation (0f36fee)
1.10.1 (2015-10-10)
- header: fix header name case (995cf93)
- mustCollect: place mustCollect setting to the right place (b043dff)
- logging: add debug logging to http.prototype wraps (a4da5ea)
- mustCollect: add must-collect header (53ebd06)
1.10.0 (2015-10-07)
- rename: rename responses to rpm (69abef6)
- tests: add tests (8adfb48)
- typo: correct statusCode typo (a593b3e)
- rpm: add rpm functionality (4b282e0)
1.9.2 (2015-10-02)
- trace: check is serviceId is undefined (2f10f5b)
1.9.1 (2015-09-30)
- trace: send metrics only if serviceId is present (e8924f7)
1.9.0 (2015-09-27)
- apm: collect every 1 minute (b993b35)
- apm: only send used memory (018484f)
- apm: round cpu usage (a63a813)
- apm: use megabytes instead of bytes (b82ee8c)
- e2e: remove e2e test from default test command (b086dbf)
- apm: adding apm skeleton (b4f778f)
1.8.0 (2015-09-21)
1.7.5 (2015-09-14)
- cloneDeep: fix case issue with lodash (ebd2c1f)
- collector: add stack trace to traces (aff6e82)
- collector: collect all traces with errors (0f7682c)
- collector: set explicit content-length (5260fc6)
- collector: set explicit content-length for samples (78115c7)
- empty-traces: fix collector to not send empty trace collection (8bdb43b)
- microtime: adding node-gyp-install (e7247a7)
- reporter: adding sync data sending (3507692)
- reporter: collector buffer parsing (1092af4)
- reporter: logging for sync data sending (ade9290)
- travis: adding node-gyp-install to travis (2244167)
- wrap: remove unused wraps (87ab606)
- file: remove file operations in trace logging (7250807)
1.7.4 (2015-09-10)
- collector: trace init (fd8a0cc)
- e2e: add support for 0.10 (efb0459)
- stacktrace: fatalException wrap (50150f8)
- travis: node v4, not iojs v4 (f1262b9)
- e2e: add e2e tests to collector (aa763d2)
1.7.3 (2015-09-04)
- logs: adding more debug statements (0ae1f47)
- logs: debug statement for JSON parsing (317dafb)
- reporter: retry every time if an error happens (48b685e)
1.7.2 (2015-09-04)
- shim: no need to wrap https (5b8c753)
1.7.1 (2015-09-03)
- reporter: enforce https for collector communication (c132c58)
- statusCode: add status code logging (f720f64)
1.6.2 (2015-09-01)
- url: use url resolve instead of plain concat (9a3f2ea)
- logging: add data logging to reporters (cefc26d)
1.6.1 (2015-08-27)
- typos: debug module (4240d16)
1.6.0 (2015-08-26)
- debug: adding debug statements to important parts (fda7112)
1.5.1 (2015-08-19)
- span-id: generate new span-id on every outgoing request (b6cd91a)
1.5.0 (2015-08-12)
- jshint: add jshint to examples (403b57b)
- version: add package version as a header (df2d42e)
- version: add package version to getService (a3068a6)
1.4.0 (2015-08-07)
- reporter: fix reporter http chunk reading (a0c68f7)
1.3.0 (2015-08-06)
- http.Server: adding wildcard support for ignoreHeaders (4ae89ff)
1.2.0 (2015-08-06)
- config: make it simpler (5dc3017)
- ignoreHeaders: add ignoreHeaders to the config (88a74e1)
1.1.7 (2015-08-05)
1.1.6 (2015-08-04)
1.1.5 (2015-08-02)
- collector: unhandled unlink error event (c4c7e09)
1.1.4 (2015-07-31)
- trace-reporter: fixing retry on status code 409 (adfbb2b)
1.1.3 (2015-07-29)
- stream: bind stream (9d18174)
1.1.2 (2015-07-27)
- trace-reporter: use JSON to send data to Trace (07a6fdd)
1.1.1 (2015-07-26)
1.1.0 (2015-07-25)
- core-emitters: refactor CLS binding (03723cc)
- logstash-reporter: send data w/
@timestamp
(cd17f52) - wrap: add http.get(urlString) wrapping (993fb70)
- wrap-test: create namespace for wrapping tests (3eef52d)