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

riemann

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

riemann - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

riemann/proto/README.md

2

package.json
{
"name" : "riemann",
"version" : "0.4.2",
"version" : "0.4.3",
"description" : "node.js client for Riemann, supports hybrid UDP/TCP connections.",

@@ -5,0 +5,0 @@ "author": {

@@ -55,2 +55,14 @@ # [Riemann](http://aphyr.github.com/riemann/) Node.js Client

You can also send events with custom attributes:
```js
client.send(client.Event({
service: 'buffet_plates',
metric: 150,
attributes: [{key: "sessionID", value: "000-001-165"}],
tags: ['nonblocking']
}), client.tcp);
```
When you're done monitoring, disconnect:

@@ -57,0 +69,0 @@

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