Hopp til hovedinnhold

SAP extractor metrics

The SAP extractor can send performance metrics for remote monitoring and debugging.

Prometheus metrics

This section contains the full list of available metrics from the extractor. For information on the different types of metrics, see the Prometheus documentation. Counter starts at zero and increases during an extractor run.

NameTypePurpose
sap_extractor_start_timeGaugeThe time stamp (seconds) of when the extractor last started.
sap_extractor_finish_timeGaugeThe time stamp (seconds) of when the extractor last finished.
sap_extractor_memory_bytesGaugeThe memory usage of the extractor in bytes.
sap_extractor_cpu_percentTotalThe CPU usage of the extractor (0 — 100). Notice that this value is summed across all threads, so the value might exceed 100.
sap_extractor_rows_fetchedCounterThe number of rows fetched from the SAP OData entity.
sap_extractor_queries_failedCounterThe number of failed OData queries.
sap_extractor_queries_successCounterThe number of successful queries.