opentelemetry-node-metrics
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -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" | ||
} | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
42279
0
1
6