Skip to content

Commit

Permalink
Sealed PrometheusCollectionManager.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Nov 15, 2021
1 parent c23fda4 commit 52591eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace OpenTelemetry.Exporter.Prometheus
{
internal class PrometheusCollectionManager
internal sealed class PrometheusCollectionManager
{
private readonly PrometheusExporter exporter;
private readonly int scrapeResponseCacheDurationInMilliseconds;
Expand Down

0 comments on commit 52591eb

Please sign in to comment.