Called to export sampled ResourceMetrics.
the metric data to be exported.
callback for when the export has completed
Ensure that the export of any metrics the exporter has received is completed before the returned promise is settled.
Optional
selectSelect the Aggregation for the given InstrumentType for this exporter.
Optional
selectSelect the AggregationTemporality for the given InstrumentType for this exporter.
Returns a promise which resolves when the last exportation is completed. Further calls to PushMetricExporter.export may not export the data.
An interface that allows different metric services to export recorded data in their own format.
To export data this MUST be registered to the Metrics SDK with a MetricReader.