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

@opencensus/exporter-prometheus

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencensus/exporter-prometheus - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

build/src/prometheus-stats.js

@@ -157,3 +157,3 @@ "use strict";

const data = view.getSnapshot(tags);
return data.buckets.map(b => b.lowBoundary).filter(b => b !== -Infinity);
return data.buckets;
}

@@ -160,0 +160,0 @@ /**

{
"name": "@opencensus/exporter-prometheus",
"version": "0.0.6",
"version": "0.0.7",
"description": "OpenCensus Exporter Prometheus allows user to send collected stats to Prometheus",

@@ -55,3 +55,3 @@ "main": "build/src/index.js",

"dependencies": {
"@opencensus/core": "^0.0.6",
"@opencensus/core": "^0.0.7",
"express": "^4.16.3",

@@ -58,0 +58,0 @@ "prom-client": "^11.1.1"

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