Class SteeltoePrometheusExporter
Inheritance
System.Object
SteeltoePrometheusExporter
Implements
IPullMetricExporter
Assembly: Steeltoe.Management.OpenTelemetryBase.dll
Syntax
public class SteeltoePrometheusExporter : IMetricsExporter
Properties
|
Edit this page
View Source
Collect
Declaration
public override Func<int, bool> Collect { get; set; }
Property Value
Type |
Description |
Func<System.Int32, System.Boolean> |
|
Overrides
Methods
|
Edit this page
View Source
Export(in Batch<Metric>)
Declaration
public override ExportResult Export(in Batch<Metric> batch)
Parameters
Type |
Name |
Description |
Batch<Metric> |
batch |
|
Returns
Type |
Description |
ExportResult |
|
Implements
IPullMetricExporter