2017 © Pedro Peláez
 

symfony-bundle statsd-bundle

Bundle for easy statsd metric reporting

image

werkspot/statsd-bundle

Bundle for easy statsd metric reporting

  • Wednesday, December 30, 2015
  • by thanosp
  • Repository
  • 36 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Werkspot statsd bundle

Travis build status Scrutinizer Code Quality, (*1)

Install

# composer require werkspot/statsd-bundle, (*2)

Update your config

werkspot_statsd:
    application_prefix: my_app

Inject statsd clients to services

Use the interface to prepare the service to receive a client, (*3)

Werkspot\Bundle\StatsdBundle\Client\StatsdClientInterface, (*4)

Use the client factory and symfony expression language to inject via the container with a secondary prefix, (*5)

services:
    test.service:
        class: App\TestService
        arguments:
            - "@=service('werkspot_statsd.client_factory').getClient('instant_connect.service.participant')"

The Versions

30/12 2015

dev-master

9999999-dev

Bundle for easy statsd metric reporting

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thanos Polymeneas

bundle symfony statsd

30/12 2015

v0.1.0

0.1.0.0

Bundle for easy statsd metric reporting

  Sources   Download

MIT

The Requires

 

The Development Requires

by Thanos Polymeneas

bundle symfony statsd