elastic-apm-http-client
Advanced tools
Comparing version 11.0.3 to 11.0.4
@@ -235,3 +235,3 @@ 'use strict' | ||
if (!this._conf.serverTimeout && this._conf.serverTimeout !== 0) this._conf.serverTimeout = 15000 | ||
if (!this._conf.serverUrl) this._conf.serverUrl = 'http://localhost:8200' | ||
if (!this._conf.serverUrl) this._conf.serverUrl = 'http://127.0.0.1:8200' | ||
if (!this._conf.hostname) this._conf.hostname = hostname | ||
@@ -991,3 +991,3 @@ if (!this._conf.environment) this._conf.environment = process.env.NODE_ENV || 'development' | ||
// during a request. Given that the normal makeIntakeRequest behaviour | ||
// is to keep a request open for up to 10s (`apiRequestTimeout`), we must | ||
// is to keep a request open for up to 10s (`apiRequestTime`), we must | ||
// manually unref the socket. | ||
@@ -994,0 +994,0 @@ // |
{ | ||
"name": "elastic-apm-http-client", | ||
"version": "11.0.3", | ||
"version": "11.0.4", | ||
"description": "A low-level HTTP client for communicating with the Elastic APM intake API", | ||
@@ -13,3 +13,4 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "standard && nyc ./test/run_tests.sh" | ||
"lint": "standard", | ||
"test": "nyc ./test/run_tests.sh" | ||
}, | ||
@@ -16,0 +17,0 @@ "engines": { |
@@ -85,3 +85,3 @@ # elastic-apm-http-client | ||
- `apiKey` - Elastic APM API key | ||
- `serverUrl` - The APM Server URL (default: `http://localhost:8200`) | ||
- `serverUrl` - The APM Server URL (default: `http://127.0.0.1:8200`) | ||
- `headers` - An object containing extra HTTP headers that should be | ||
@@ -88,0 +88,0 @@ used when making HTTP requests to he APM Server |
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
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
94085