Skip to content

Commit 66bc6b9

Browse files
committed
docs: small comments
1 parent 6f91007 commit 66bc6b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Prometheus.Client.MetricServer/MetricServerOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ public class MetricServerOptions
2929
public X509Certificate2 Certificate { get; set; }
3030

3131
/// <summary>
32-
/// Collector Registry instance.
32+
/// Collector Registry instance
3333
/// </summary>
3434
public ICollectorRegistry CollectorRegistryInstance { get; set; }
3535

3636
/// <summary>
37-
/// Use default collectors
37+
/// Use default collectors(dotnet and process stats)
3838
/// </summary>
3939
public bool UseDefaultCollectors { get; set; } = false;
4040
}

0 commit comments

Comments
 (0)