Socket
Socket
Sign inDemoInstall

prometheus-remote-write

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prometheus-remote-write - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

7

package.json
{
"name": "prometheus-remote-write",
"version": "0.3.0",
"version": "0.3.1",
"description": "Send samples to prometheus via remote_write from NodeJS",

@@ -27,3 +27,3 @@ "main": "index.js",

"dependencies": {
"protobufjs": "^6.11.3",
"protobufjs": "^7.2.4",
"snappyjs": "^0.6.1"

@@ -38,3 +38,6 @@ },

}
},
"devDependencies": {
"protobufjs-cli": "^1.1.1"
}
}

@@ -11,2 +11,3 @@ # Push timeseries to Prometheus via remote_write

- [AWS Timestream](https://github.com/dpattmann/prometheus-timestream-adapter)
- [AWS AMP - Managed Prometheus](https://aws.amazon.com/prometheus/) - Use function "createSignedFetcher" from NPM package [aws-sigv4-fetch](https://www.npmjs.com/package/aws-sigv4-fetch) and provide it in options as customized fetcher.
- [Azure Data Explorer](https://github.com/cosh/PrometheusToAdx)

@@ -13,0 +14,0 @@ - [Azure Event Hubs](https://github.com/bryanklewis/prometheus-eventhubs-adapter)

Sorry, the diff of this file is too big to display

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