Class PrometheusScraperEndpoint
- Namespace
- Steeltoe.Management.Endpoint.Metrics
- Assembly
- Steeltoe.Management.EndpointBase.dll
public class PrometheusScraperEndpoint : AbstractEndpoint<string>, IEndpoint<string>, IEndpoint
- Inheritance
-
PrometheusScraperEndpoint
- Implements
- Inherited Members
- Extension Methods
Constructors
PrometheusScraperEndpoint(IPrometheusOptions, IStats, ILogger<PrometheusScraperEndpoint>)
public PrometheusScraperEndpoint(IPrometheusOptions options, IStats stats, ILogger<PrometheusScraperEndpoint> logger = null)
Parameters
options
IPrometheusOptionsstats
IStatslogger
ILogger<PrometheusScraperEndpoint>
Properties
Options
public IEndpointOptions Options { get; }
Property Value
Methods
Invoke()
public override string Invoke()