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

@opentelemetry/metrics

Package Overview
Dependencies
Maintainers
4
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/metrics - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1-alpha.10

3

build/src/BatchObserver.d.ts
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

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