plmwong / librato4net

Send metrics directly to Librato from your .NET application
MIT License
0 stars 0 forks source link

can we enhance the library to take the source as a parameter of the Increment/Measure methods #4

Open Ashishks1987 opened 5 years ago

Ashishks1987 commented 5 years ago

Instead of setting it only in the start method the metricspublisher, can we please enhance this library to set the source for each metrics instead? So we can publish the metrics as MetricsPublisher..Current.Increment(MetricsName, 22, "source1");

Thanks.