Skip to content

Instantly share code, notes, and snippets.

@tristanbes
Created November 23, 2012 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tristanbes/4136168 to your computer and use it in GitHub Desktop.
Save tristanbes/4136168 to your computer and use it in GitHub Desktop.
Controller Example of Monitor your Symfony2 application via Stats.d and Graphite (2/2)
<service id="seek_team_premium.contact.listener" class="SeekTeam\PremiumBundle\Event\Listener\StatsListener">
<tag name="kernel.event_subscriber" />
<argument type="service" id="liuggio_stats_d_client.factory" />
<argument type="service" id="liuggio_stats_d_client.service" />
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment