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

opentelemetry-node-metrics

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentelemetry-node-metrics - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

metrics/gc.js

@@ -24,3 +24,3 @@ 'use strict'

// Convert duration from milliseconds to seconds
kinds[entry.kind].record(entry.duration / 1000)
kinds[entry.detail ? entry.detail.kind : entry.kind].record(entry.duration / 1000)
})

@@ -27,0 +27,0 @@

{
"name": "opentelemetry-node-metrics",
"version": "1.0.2",
"description": "",
"version": "1.0.3",
"description": "An adoption of the node process metrics of prom-client",
"main": "index.js",

@@ -19,2 +19,17 @@ "directories": {

"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/marcbachmann/opentelemetry-node-metrics.git"
},
"keywords": [
"opentelemetry",
"process",
"tracing",
"metrics",
"prom-client"
],
"bugs": {
"url": "https://github.com/marcbachmann/opentelemetry-node-metrics/issues"
},
"homepage": "https://github.com/marcbachmann/opentelemetry-node-metrics#readme",
"ci": {

@@ -24,9 +39,9 @@ "isCi": true,

"service": "drone",
"commit": "3342ad6aaf00cc693e4e10e144f7f0ba7ef497e4",
"build": "5",
"commit": "191958fec1330dabe9c8c2fa5c56570c7ee57057",
"build": "7",
"branch": "master",
"isPr": false,
"slug": "marcbachmann/opentelemetry-node-metrics",
"date": "2020-12-28T16:47:44.275Z"
"date": "2021-09-12T13:54:11.780Z"
}
}
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