Class PrometheusScraperEndpoint
- Namespace
 - Steeltoe.Management.Endpoint.Metrics
 
- Assembly
 - Steeltoe.Management.EndpointBase.dll
 
public class PrometheusScraperEndpoint : AbstractEndpoint<string>, IEndpoint<string>, IEndpoint, IPrometheusScraperEndpoint
  - Inheritance
 - 
      
      
      
      PrometheusScraperEndpoint
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
PrometheusScraperEndpoint(IPrometheusEndpointOptions, IEnumerable<IMetricsExporter>, ILogger<PrometheusScraperEndpoint>)
public PrometheusScraperEndpoint(IPrometheusEndpointOptions options, IEnumerable<IMetricsExporter> exporters, ILogger<PrometheusScraperEndpoint> logger = null)
  Parameters
optionsIPrometheusEndpointOptionsexportersIEnumerable<IMetricsExporter>loggerILogger<PrometheusScraperEndpoint>
Methods
Invoke()
public override string Invoke()