Skip to content

Commit

Permalink
remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Oct 5, 2022
1 parent c1a8905 commit db2f4fc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

using System;
using System.Collections.Generic;
using OpenTelemetry.Exporter.Prometheus;
using OpenTelemetry.Internal;

namespace OpenTelemetry.Exporter
Expand Down Expand Up @@ -52,7 +51,5 @@ public IReadOnlyCollection<string> UriPrefixes
this.uriPrefixes = value;
}
}

internal PrometheusExporterOptions ExporterOptions { get; } = new();
}
}

0 comments on commit db2f4fc

Please sign in to comment.