@opentelemetry/metrics
Advanced tools
Comparing version 0.16.0 to 0.16.1-alpha.10
import * as api from '@opentelemetry/api-metrics'; | ||
import { MetricRecord } from './export/types'; | ||
/** This is a SDK implementation of Batch Observer. */ | ||
@@ -9,4 +8,4 @@ export declare class BatchObserver { | ||
constructor(options: api.BatchObserverOptions, callback?: (observerResult: api.BatchObserverResult) => void); | ||
collect(): Promise<MetricRecord[]>; | ||
collect(): Promise<void>; | ||
} | ||
//# sourceMappingURL=BatchObserver.d.ts.map |
@@ -25,3 +25,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -28,0 +28,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -25,3 +25,3 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
@@ -28,0 +28,0 @@ Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@opentelemetry/metrics", | ||
"version": "0.16.0", | ||
"version": "0.16.1-alpha.10+cacbbdca", | ||
"description": "OpenTelemetry metrics SDK", | ||
@@ -48,3 +48,3 @@ "main": "build/src/index.js", | ||
"codecov": "3.8.1", | ||
"gts": "2.0.2", | ||
"gts": "3.1.0", | ||
"mocha": "7.2.0", | ||
@@ -56,3 +56,3 @@ "nyc": "15.1.0", | ||
"ts-node": "9.1.1", | ||
"typescript": "3.9.7" | ||
"typescript": "4.1.3" | ||
}, | ||
@@ -62,7 +62,7 @@ "dependencies": { | ||
"@opentelemetry/api-metrics": "^0.16.0", | ||
"@opentelemetry/core": "^0.16.0", | ||
"@opentelemetry/resources": "^0.16.0", | ||
"@opentelemetry/core": "^0.16.1-alpha.10+cacbbdca", | ||
"@opentelemetry/resources": "^0.16.1-alpha.10+cacbbdca", | ||
"lodash.merge": "^4.6.2" | ||
}, | ||
"gitHead": "e68863f8e63854b08ad13fb54677294ac6d6b681" | ||
"gitHead": "cacbbdca0e89d31e2e0b10a8ff5fb86d7a714906" | ||
} |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
135338
2052
1
+ Added@opentelemetry/api@0.16.1-alpha.20(transitive)
+ Added@opentelemetry/core@0.16.1-alpha.20(transitive)
+ Added@opentelemetry/resources@0.16.1-alpha.20(transitive)
- Removed@opentelemetry/core@0.16.0(transitive)
- Removed@opentelemetry/resources@0.16.0(transitive)