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

memsql-statsd

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memsql-statsd

A StatsD backend for MemSQL Ops

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-69.23%
Maintainers
1
Weekly downloads
 
Created
Source

MemSQL StatsD Backend

This is a pluggable backend for StatsD, which sends stats to MemSQL Ops.

Requirements

  • StatsD versions >= 0.3.0.
  • A MemSQL Ops server.

Installation

$ cd /path/to/statsd
$ npm install memsql-statsd

Configuration

You have to add the following basic configuration information to your StatsD config file.

{
    memsql: {
        host: "<MASTER AGGREGATOR IP/HOSTNAME>",
        port: <MASTER AGGREGATOR PORT>,
        user: "<MASTER AGGREGATOR USERNAME>",
        password: "<MASTER AGGREGATOR PASSWORD>",
        database: "<MEMSQL OPS DATABASE NAME>"
    }
}

Enabling

Add memsql-statsd backend to the list of StatsD backends in the StatsD configuration file:

{
    backends: ["memsql-statsd"]
}

Start/restart the statsd daemon and your StatsD metrics should now be pushed to your MemSQL Ops dashboard.

NPM Dependencies

  • mysql-libmysqlclient >= 1.5.2
  • lodash >= 2.1.0
  • generic-pool >= 2.0.4

Development

Contributing:

  • Fork the project
  • Make your feature addition or bug fix
  • Commit. Do not mess with package.json, version, or history.
  • Send a pull request. Bonus points for topic branches.

Keywords

FAQs

Package last updated on 02 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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