diff --git a/src/StackExchange.Metrics/Infrastructure/TaggedMetricFactory.cs b/src/StackExchange.Metrics/Infrastructure/TaggedMetricFactory.cs index 1d85604..19624b7 100644 --- a/src/StackExchange.Metrics/Infrastructure/TaggedMetricFactory.cs +++ b/src/StackExchange.Metrics/Infrastructure/TaggedMetricFactory.cs @@ -16,7 +16,7 @@ public abstract class TaggedMetricFactory : IMetricReadingWriter, IMetr /// /// Used by derived classes to pass the name, description and unit for a tag. /// - protected TaggedMetricFactory(string name, string description, string unit, MetricSourceOptions options) + protected TaggedMetricFactory(string name, string unit, string description, MetricSourceOptions options) { if (name == null) {