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

statful-traffic-splitter

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

statful-traffic-splitter

Listens to traffic-splitter events and sends metrics to statful

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

statful-traffic-splitter NPM version build status

this component listens to traffic-splitter events and sends metrics to statful with statful-client.

How to

const Statful = require('statful-client')
const TrafficSplitter = require('traffic-splitter')
const StatfulTrafficSplitter = require('statful-traffic-splitter')

const statful = new Statful(/*statful config*/)
const splitter = new TrafficSplitter(/*splitter config*/)

StatfulTrafficSplitter(statful, splitter)

Keywords

FAQs

Package last updated on 03 Sep 2018

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