elastic-apm-http-client
Advanced tools
Comparing version 11.1.0 to 11.2.0
@@ -1384,2 +1384,6 @@ 'use strict' | ||
if (opts.agentActivationMethod) { | ||
payload.service.agent.activation_method = opts.agentActivationMethod | ||
} | ||
if (opts.serviceNodeName) { | ||
@@ -1386,0 +1390,0 @@ payload.service.node = { |
{ | ||
"name": "elastic-apm-http-client", | ||
"version": "11.1.0", | ||
"version": "11.2.0", | ||
"description": "A low-level HTTP client for communicating with the Elastic APM intake API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,2 +64,3 @@ # elastic-apm-http-client | ||
- `agentVersion` - (required) The APM agent version | ||
- `agentActivationMethod` - An enum string ([spec](https://github.com/elastic/apm/blob/main/specs/agents/metadata.md#activation-method)) that identifies the way this agent was activated/started | ||
- `serviceName` - (required) The name of the service being instrumented | ||
@@ -66,0 +67,0 @@ - `serviceNodeName` - Unique name of the service being instrumented |
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
94714
1969
461