Skip to main content
The PI extractor can send performance metrics for remote monitoring and debugging. You can configure the PI extractor to use Prometheus. If you’ve enabled the metrics section, the extractor uploads metrics to the configured pushgateway or server. If you’re using a pushgateway, all the metrics with descriptions will be listed under the configured job name.

Prefix metric names

The metric names are prefixed with the metric source:
  • dotnet is for metrics on .NET GC and memory.
  • process is for metrics about the running process, such as the number of threads, CPU time, and memory.
  • push is for metrics related to the pushgateway, such as last time pushed and last time failed.
  • cognite_sdk is for metrics produced by the Cognite .NET SDK. This is mostly related to the calls to the Cognite API.
  • extractor_utils is for metrics produced by the Extractor Utils library. This is related to the number and duration of calls to individual endpoints in CDF and metrics on state storage.
  • pi_extractor is for metrics specific to the operation of the PI extractor.

Metrics

Last modified on December 9, 2025