From db2f4fcee577d1d003cfe35ca4afdc49bad410cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Wed, 5 Oct 2022 06:44:04 +0200 Subject: [PATCH] remove unused property --- .../PrometheusHttpListenerOptions.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListenerOptions.cs b/src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListenerOptions.cs index a8bf3365651..057408fe876 100644 --- a/src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListenerOptions.cs +++ b/src/OpenTelemetry.Exporter.Prometheus.HttpListener/PrometheusHttpListenerOptions.cs @@ -16,7 +16,6 @@ using System; using System.Collections.Generic; -using OpenTelemetry.Exporter.Prometheus; using OpenTelemetry.Internal; namespace OpenTelemetry.Exporter @@ -52,7 +51,5 @@ public IReadOnlyCollection UriPrefixes this.uriPrefixes = value; } } - - internal PrometheusExporterOptions ExporterOptions { get; } = new(); } }