Skip to content

Commit

Permalink
Merge branch 'main' into alanwest/otlp-separate-out-metric-reader-opt…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
cijothomas authored Feb 17, 2022
2 parents 1302f73 + c1257c0 commit 6edffb4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public class PrometheusExporter : BaseExporter<Metric>, IPullMetricExporter
{
internal const string HttpListenerStartFailureExceptionMessage = "PrometheusExporter http listener could not be started.";
internal readonly PrometheusExporterOptions Options;
internal Batch<Metric> Metrics; // TODO: this is no longer needed, we can remove it later
private readonly PrometheusExporterHttpServer metricsHttpServer;
private Func<int, bool> funcCollect;
private Func<Batch<Metric>, ExportResult> funcExport;
Expand Down

0 comments on commit 6edffb4

Please sign in to comment.