elastic-apm-node
Advanced tools
Comparing version 2.4.0 to 2.5.0
@@ -0,1 +1,5 @@ | ||
# 2.5.0 - 2019/1/29 | ||
* feat(metrics): added basic metrics gathering ([#731](https://github.com/elastic/apm-agent-nodejs/pull/731)) | ||
# 2.4.0 - 2019/1/24 | ||
@@ -2,0 +6,0 @@ * feat: add ability to set custom log message for errors ([#824](https://github.com/elastic/apm-agent-nodejs/pull/824)) |
@@ -16,2 +16,3 @@ 'use strict' | ||
var Instrumentation = require('./instrumentation') | ||
var Metrics = require('./metrics') | ||
var parsers = require('./parsers') | ||
@@ -32,2 +33,3 @@ var stackman = require('./stackman') | ||
this._instrumentation = new Instrumentation(this) | ||
this._metrics = new Metrics(this) | ||
this._errorFilters = new Filters() | ||
@@ -151,2 +153,3 @@ this._transactionFilters = new Filters() | ||
this._instrumentation.start() | ||
this._metrics.start() | ||
@@ -153,0 +156,0 @@ Error.stackTraceLimit = this._conf.stackTraceLimit |
@@ -66,3 +66,4 @@ 'use strict' | ||
kubernetesPodUID: undefined, | ||
captureHeaders: true | ||
captureHeaders: true, | ||
metricsInterval: '30s' | ||
} | ||
@@ -108,3 +109,4 @@ | ||
kubernetesPodUID: 'ELASTIC_APM_KUBERNETES_POD_UID', | ||
captureHeaders: 'ELASTIC_APM_CAPTURE_HEADERS' | ||
captureHeaders: 'ELASTIC_APM_CAPTURE_HEADERS', | ||
metricsInterval: 'ELASTIC_APM_METRICS_INTERVAL' | ||
} | ||
@@ -137,3 +139,4 @@ | ||
'abortedErrorThreshold', | ||
'serverTimeout' | ||
'serverTimeout', | ||
'metricsInterval' | ||
] | ||
@@ -140,0 +143,0 @@ |
@@ -70,1 +70,29 @@ # Notice | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
## process-top | ||
- **path:** [lib/metrics/platforms/generic/process-top.js](lib/metrics/platforms/generic/process-top.js) | ||
- **author:** Mathias Buus | ||
- **project url:** https://github.com/mafintosh/process-top | ||
- **original file:** https://github.com/mafintosh/process-top/blob/master/index.js | ||
- **license:** MIT License (MIT), http://opensource.org/licenses/MIT | ||
Copyright (c) 2018 Mathias Buus | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
{ | ||
"name": "elastic-apm-node", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "The official Elastic APM agent for Node.js", | ||
@@ -81,2 +81,3 @@ "main": "index.js", | ||
"is-native": "^1.0.1", | ||
"measured-reporting": "^1.39.1", | ||
"original-url": "^1.2.2", | ||
@@ -83,0 +84,0 @@ "random-poly-fill": "^1.0.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
208557
66
4930
24
1
16
7
+ Addedmeasured-reporting@^1.39.1
+ Addedbinary-search@1.3.6(transitive)
+ Addedmapcap@1.0.0(transitive)
+ Addedmeasured-core@1.51.1(transitive)
+ Addedmeasured-reporting@1.51.1(transitive)
+ Addedoptional-js@2.3.0(transitive)