Hoppa till huvudinnehållet

WITSML extractor metrics

The WITSML 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
queueGaugeWITSML SOAP query queue size
etp_queueGaugeWITSML ETP message queue size
request_counterCounterNumber of SOAP requests made to the WITSML server
object_counterCounterNumber of SOAP objects fetched from the WITSML server
active_wellboresCounterNumber of current active Wellbores in the WITSML server
soap_errorsGaugeNumber of failed SOAP related errors
etp_errorsGaugeNumber of ETP related errors
cdf_latencyGaugeETP message processing latency. Calculated from the moment the extractor receives an ETP message until ingestion to CDF CDF
total_latencyGaugeTotal latency of an ETP message. Calculated from the source creation time until ingestion to CDF.