2017 © Pedro Peláez
 

bundle statsd-swarrot-bundle

Some processor to send data to statsd with swarrot

image

dekalee/statsd-swarrot-bundle

Some processor to send data to statsd with swarrot

  • Wednesday, June 14, 2017
  • by maximevalette
  • Repository
  • 6 Watchers
  • 1 Stars
  • 1,985 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 17 % Grown

The README.md

Dekalee StatsD Swarrot Bundle

Scrutinizer Code Quality Latest Stable Version Total Downloads License, (*1)

This bundle will provide a processor to send some stats to statsd during an event processing with the swarrot library., (*2)

Installation

Use composer to install this bundle :, (*3)

    composer require dekalee/statsd-swarrot-bundle

Activate it in the AppKernel.php file:, (*4)

    new Dekalee\StatsdSwarrotBundle\DekaleeStatsdSwarrotBundle(),

Configuration

In your config.yml file, you could add a middleware processor which is going to send some timer and counter metrics to your statsd instance:, (*5)

    swarrot:
        consumers:
            tag:
                processor: foo.processor
                middleware_stack:
                    -
                        configurator: dekalee_statsd_swarrot.processor.statsd_timer
                        extras:
                            statsd_namespace: timer_foo
                            statsd_host: 127.0.0.1
                            statsd_port: 8215
                    -
                        configurator: dekalee_statsd_swarrot.processor.statsd_counter
                        extras:
                            statsd_namespace: counter_foo
                            statsd_counter: foo_count
                            statsd_host: 127.0.0.1
                            statsd_port: 8215

The Versions

14/06 2017

dev-master

9999999-dev

Some processor to send data to statsd with swarrot

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal

20/03 2017

v1.0.1

1.0.1.0

Some processor to send data to statsd with swarrot

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal

20/03 2017

v1.0.0

1.0.0.0

Some processor to send data to statsd with swarrot

  Sources   Download

Apache-2.0

The Requires

 

by Nicolas Thal