Skip to content

Instantly share code, notes, and snippets.

@ThomasArdal
Created December 4, 2013 10:20
Show Gist options
  • Save ThomasArdal/7785356 to your computer and use it in GitHub Desktop.
Save ThomasArdal/7785356 to your computer and use it in GitHub Desktop.
var metricsConfig = new MetricsConfig
{
StatsdServerName = "localhost",
Prefix = "myMvcApp"
};
Metrics.Configure(metricsConfig);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment