elastic-apm-http-client
Advanced tools
Comparing version 9.1.1 to 9.2.0
@@ -563,3 +563,4 @@ 'use strict' | ||
framework: undefined, | ||
version: undefined | ||
version: undefined, | ||
node: undefined | ||
}, | ||
@@ -582,2 +583,8 @@ process: { | ||
if (opts.serviceNodeName) { | ||
payload.service.node = { | ||
configured_name: opts.serviceNodeName | ||
} | ||
} | ||
if (opts.serviceVersion) payload.service.version = opts.serviceVersion | ||
@@ -584,0 +591,0 @@ |
{ | ||
"name": "elastic-apm-http-client", | ||
"version": "9.1.1", | ||
"version": "9.2.0", | ||
"description": "A low-level HTTP client for communicating with the Elastic APM intake API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -65,2 +65,3 @@ # elastic-apm-http-client | ||
- `serviceName` - (required) The name of the service being instrumented | ||
- `serviceNodeName` - Unique name of the service being instrumented | ||
- `serviceVersion` - The version of the service being instrumented | ||
@@ -67,0 +68,0 @@ - `frameworkName` - If the service being instrumented is running a |
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
43892
914
307