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

@opentelemetry/sdk-metrics

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/sdk-metrics - npm Package Compare versions

Comparing version 1.29.0 to 1.30.0

5

build/esm/export/PeriodicExportingMetricReader.js

@@ -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 @@ }

2

build/esm/MeterProvider.d.ts

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

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