Class MetricsEndpointOptions
Inheritance
System.Object
MetricsEndpointOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class MetricsEndpointOptions : AbstractEndpointOptions, IMetricsEndpointOptions, IEndpointOptions
Constructors
|
Edit this page
View Source
MetricsEndpointOptions()
Declaration
public MetricsEndpointOptions()
|
Edit this page
View Source
MetricsEndpointOptions(IConfiguration)
Declaration
public MetricsEndpointOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
EgressIgnorePattern
Declaration
public string EgressIgnorePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
IngressIgnorePattern
Declaration
public string IngressIgnorePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ScrapeResponseCacheDurationMilliseconds
Declaration
public int ScrapeResponseCacheDurationMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Implements