@opentelemetry/sdk-metrics
Advanced tools
Comparing version 1.29.0 to 1.30.0
@@ -222,5 +222,8 @@ /* | ||
} | ||
return [4 /*yield*/, this._exporter.shutdown()]; | ||
return [4 /*yield*/, this.onForceFlush()]; | ||
case 1: | ||
_a.sent(); | ||
return [4 /*yield*/, this._exporter.shutdown()]; | ||
case 2: | ||
_a.sent(); | ||
return [2 /*return*/]; | ||
@@ -227,0 +230,0 @@ } |
@@ -45,3 +45,3 @@ import { MeterProvider as IMeterProvider, Meter as IMeter, MeterOptions } from '@opentelemetry/api'; | ||
/** | ||
* Flush all buffered data and shut down the MeterProvider and all registered | ||
* Shut down the MeterProvider and all registered | ||
* MetricReaders. | ||
@@ -48,0 +48,0 @@ * |
@@ -153,3 +153,3 @@ /* | ||
/** | ||
* Flush all buffered data and shut down the MeterProvider and all registered | ||
* Shut down the MeterProvider and all registered | ||
* MetricReaders. | ||
@@ -156,0 +156,0 @@ * |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.29.0"; | ||
export declare const VERSION = "1.30.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export var VERSION = '1.29.0'; | ||
export var VERSION = '1.30.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -99,2 +99,3 @@ /* | ||
} | ||
await this.onForceFlush(); | ||
await this._exporter.shutdown(); | ||
@@ -101,0 +102,0 @@ } |
@@ -45,3 +45,3 @@ import { MeterProvider as IMeterProvider, Meter as IMeter, MeterOptions } from '@opentelemetry/api'; | ||
/** | ||
* Flush all buffered data and shut down the MeterProvider and all registered | ||
* Shut down the MeterProvider and all registered | ||
* MetricReaders. | ||
@@ -48,0 +48,0 @@ * |
@@ -83,3 +83,3 @@ /* | ||
/** | ||
* Flush all buffered data and shut down the MeterProvider and all registered | ||
* Shut down the MeterProvider and all registered | ||
* MetricReaders. | ||
@@ -86,0 +86,0 @@ * |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.29.0"; | ||
export declare const VERSION = "1.30.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -17,3 +17,3 @@ /* | ||
// this is autogenerated file, see scripts/version-update.js | ||
export const VERSION = '1.29.0'; | ||
export const VERSION = '1.30.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -102,2 +102,3 @@ "use strict"; | ||
} | ||
await this.onForceFlush(); | ||
await this._exporter.shutdown(); | ||
@@ -104,0 +105,0 @@ } |
@@ -45,3 +45,3 @@ import { MeterProvider as IMeterProvider, Meter as IMeter, MeterOptions } from '@opentelemetry/api'; | ||
/** | ||
* Flush all buffered data and shut down the MeterProvider and all registered | ||
* Shut down the MeterProvider and all registered | ||
* MetricReaders. | ||
@@ -48,0 +48,0 @@ * |
@@ -86,3 +86,3 @@ "use strict"; | ||
/** | ||
* Flush all buffered data and shut down the MeterProvider and all registered | ||
* Shut down the MeterProvider and all registered | ||
* MetricReaders. | ||
@@ -89,0 +89,0 @@ * |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "1.29.0"; | ||
export declare const VERSION = "1.30.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '1.29.0'; | ||
exports.VERSION = '1.30.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/sdk-metrics", | ||
"version": "1.29.0", | ||
"version": "1.30.0", | ||
"description": "OpenTelemetry metrics SDK", | ||
@@ -85,8 +85,8 @@ "main": "build/src/index.js", | ||
"dependencies": { | ||
"@opentelemetry/core": "1.29.0", | ||
"@opentelemetry/resources": "1.29.0" | ||
"@opentelemetry/core": "1.30.0", | ||
"@opentelemetry/resources": "1.30.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/sdk-metrics", | ||
"sideEffects": false, | ||
"gitHead": "85dcbc7c55f002837f1bf1bf01145dbb34a55b40" | ||
"gitHead": "616d27a0a111c9b813d14c56d8d8f1ffbd7d7156" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
1958951
22288
+ Added@opentelemetry/core@1.30.0(transitive)
+ Added@opentelemetry/resources@1.30.0(transitive)
- Removed@opentelemetry/core@1.29.0(transitive)
- Removed@opentelemetry/resources@1.29.0(transitive)
Updated@opentelemetry/core@1.30.0