Skip to content

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.

Name Type Purpose
sap_extractor_start_time Gauge The time stamp (seconds) of when the extractor last started.
sap_extractor_finish_time Gauge The time stamp (seconds) of when the extractor last finished.
sap_extractor_memory_bytes Gauge The memory usage of the extractor in bytes.
sap_extractor_cpu_percent Total The 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_fetched Counter The number of rows fetched from the SAP OData entity.
sap_extractor_queries_failed Counter The number of failed OData queries.
sap_extractor_queries_success Counter The number of successful queries.