Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

elastic-apm-http-client

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elastic-apm-http-client - npm Package Compare versions

Comparing version 11.1.0 to 11.2.0

4

index.js

@@ -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 = {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc