Open Ashishks1987 opened 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");
MetricsPublisher..Current.Increment(MetricsName, 22, "source1");
Thanks.
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.