Class PrometheusScraperEndpoint
Inheritance
System.Object
PrometheusScraperEndpoint
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class PrometheusScraperEndpoint : AbstractEndpoint<string>, IEndpoint<string>, IEndpoint, IPrometheusScraperEndpoint
Constructors
|
Edit this page
View Source
PrometheusScraperEndpoint(IPrometheusEndpointOptions, IEnumerable<IMetricsExporter>, ILogger<PrometheusScraperEndpoint>)
Declaration
public PrometheusScraperEndpoint(IPrometheusEndpointOptions options, IEnumerable<IMetricsExporter> exporters, ILogger<PrometheusScraperEndpoint> logger = null)
Parameters
Methods
|
Edit this page
View Source
Invoke()
Declaration
public override string Invoke()
Returns
Type |
Description |
System.String |
|
Overrides
Steeltoe.Management.AbstractEndpoint<System.String>.Invoke()
Implements