Table of Contents

Class MetricsEndpointOptions

Namespace
Steeltoe.Management.Endpoint.Metrics
Assembly
Steeltoe.Management.EndpointBase.dll
public class MetricsEndpointOptions : AbstractEndpointOptions, IMetricsEndpointOptions, IEndpointOptions
Inheritance
MetricsEndpointOptions
Implements
Inherited Members
Extension Methods

Constructors

MetricsEndpointOptions()

public MetricsEndpointOptions()

MetricsEndpointOptions(IConfiguration)

public MetricsEndpointOptions(IConfiguration config)

Parameters

config IConfiguration

Properties

EgressIgnorePattern

public string EgressIgnorePattern { get; set; }

Property Value

string

IngressIgnorePattern

public string IngressIgnorePattern { get; set; }

Property Value

string

ScrapeResponseCacheDurationMilliseconds

public int ScrapeResponseCacheDurationMilliseconds { get; set; }

Property Value

int