Class PrometheusEndpointOptions
Inheritance
System.Object
PrometheusEndpointOptions
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class PrometheusEndpointOptions : AbstractEndpointOptions, IPrometheusEndpointOptions, IEndpointOptions
Constructors
|
Edit this page
View Source
PrometheusEndpointOptions()
Declaration
public PrometheusEndpointOptions()
|
Edit this page
View Source
PrometheusEndpointOptions(IConfiguration)
Declaration
public PrometheusEndpointOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Properties
|
Edit this page
View Source
ScrapeResponseCacheDurationMilliseconds
Declaration
public long ScrapeResponseCacheDurationMilliseconds { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Implements