@opentelemetry/exporter-prometheus
Advanced tools
Comparing version 0.52.1 to 0.53.0
@@ -1,4 +0,4 @@ | ||
export * from './PrometheusExporter'; | ||
export * from './PrometheusSerializer'; | ||
export * from './export/types'; | ||
export { PrometheusExporter } from './PrometheusExporter'; | ||
export { PrometheusSerializer } from './PrometheusSerializer'; | ||
export { ExporterConfig } from './export/types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -17,16 +17,8 @@ "use strict"; | ||
*/ | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./PrometheusExporter"), exports); | ||
__exportStar(require("./PrometheusSerializer"), exports); | ||
__exportStar(require("./export/types"), exports); | ||
exports.PrometheusSerializer = exports.PrometheusExporter = void 0; | ||
var PrometheusExporter_1 = require("./PrometheusExporter"); | ||
Object.defineProperty(exports, "PrometheusExporter", { enumerable: true, get: function () { return PrometheusExporter_1.PrometheusExporter; } }); | ||
var PrometheusSerializer_1 = require("./PrometheusSerializer"); | ||
Object.defineProperty(exports, "PrometheusSerializer", { enumerable: true, get: function () { return PrometheusSerializer_1.PrometheusSerializer; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.52.1"; | ||
export declare const VERSION = "0.53.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.52.1'; | ||
exports.VERSION = '0.53.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/exporter-prometheus", | ||
"version": "0.52.1", | ||
"version": "0.53.0", | ||
"description": "OpenTelemetry Exporter Prometheus provides a metrics endpoint for Prometheus", | ||
@@ -12,3 +12,3 @@ "main": "build/src/index.js", | ||
"clean": "tsc --build --clean", | ||
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'", | ||
"test": "nyc mocha 'test/**/*.test.ts'", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
@@ -49,4 +49,4 @@ "codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../../", | ||
"@opentelemetry/api": "1.9.0", | ||
"@opentelemetry/semantic-conventions": "1.25.1", | ||
"@types/mocha": "10.0.6", | ||
"@opentelemetry/semantic-conventions": "1.27.0", | ||
"@types/mocha": "10.0.7", | ||
"@types/node": "18.6.5", | ||
@@ -57,6 +57,5 @@ "@types/sinon": "17.0.3", | ||
"lerna": "6.6.2", | ||
"mocha": "10.2.0", | ||
"mocha": "10.7.3", | ||
"nyc": "15.1.0", | ||
"sinon": "15.1.2", | ||
"ts-mocha": "10.0.0", | ||
"typescript": "4.4.4" | ||
@@ -68,9 +67,9 @@ }, | ||
"dependencies": { | ||
"@opentelemetry/core": "1.25.1", | ||
"@opentelemetry/resources": "1.25.1", | ||
"@opentelemetry/sdk-metrics": "1.25.1" | ||
"@opentelemetry/core": "1.26.0", | ||
"@opentelemetry/resources": "1.26.0", | ||
"@opentelemetry/sdk-metrics": "1.26.0" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-exporter-prometheus", | ||
"sideEffects": false, | ||
"gitHead": "0608f405573901e54db01e44c533009cf28be262" | ||
"gitHead": "720bc8c70d47029cb6b41a34ffdc3d25cbaa2f80" | ||
} |
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
12
72149
603
+ Added@opentelemetry/core@1.26.0(transitive)
+ Added@opentelemetry/resources@1.26.0(transitive)
+ Added@opentelemetry/sdk-metrics@1.26.0(transitive)
+ Added@opentelemetry/semantic-conventions@1.27.0(transitive)
- Removed@opentelemetry/core@1.25.1(transitive)
- Removed@opentelemetry/resources@1.25.1(transitive)
- Removed@opentelemetry/sdk-metrics@1.25.1(transitive)
- Removed@opentelemetry/semantic-conventions@1.25.1(transitive)
- Removedlodash.merge@4.6.2(transitive)
Updated@opentelemetry/core@1.26.0