Skip to content

Instantly share code, notes, and snippets.

@tristanbes
Created November 23, 2012 15:07
Show Gist options
  • Save tristanbes/4136048 to your computer and use it in GitHub Desktop.
Save tristanbes/4136048 to your computer and use it in GitHub Desktop.
Monitor your Symfony2 application via Stats.d and Graphite (2/2)
<?php
namespace SeekTeam\PremiumBundle\Event;
final class Events
{
const PREMIUM_START = 'gamercertified.premium.start';
const PREMIUM_SUCCESS = 'gamercertified.premium.success';
const PREMIUM_CANCEL = 'gamercertified.premium.cancel';
const PREMIUM_ERROR = 'gamercertified.premium.error';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment