We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c40b1 commit f86e80fCopy full SHA for f86e80f
src/MetricServer.cs
@@ -28,7 +28,7 @@ public MetricServer()
28
/// <summary>
29
/// Initialize a new instance of the <see cref="MetricServer"/> class with the specified options.
30
/// </summary>
31
- /// <param name="options">The server configuration options.</param>
+ /// <param name="options">The <see cref="MetricServerOptions"/> configuration.</param>
32
public MetricServer(MetricServerOptions options)
33
{
34
ArgumentNullException.ThrowIfNull(options);
0 commit comments