Run Commands

Metrics

Learn about the job metrics available.

MetricTypeDescription
pachyderm_worker_datum_countCounterCounts the number of datums processed by a pipeline.
pachyderm_worker_datum_proc_timeHistogramTracks the time spent in user code for datums processed by a pipeline.
pachyderm_worker_datum_proc_seconds_countCounterCounts the total time spent in user code by a pipeline.
pachyderm_worker_datum_download_timeHistogramTracks the time spent downloading input data by a pipeline.
pachyderm_worker_datum_download_seconds_countCounterCounts the total time spent downloading input data by a pipeline.
pachyderm_worker_datum_upload_timeHistogramTracks the time spent uploading output data by a pipeline.
pachyderm_worker_datum_upload_seconds_countCounterCounts the total time spent uploading output data by a pipeline.
pachyderm_worker_datum_download_sizeHistogramTracks the size of input data downloaded by a pipeline.
pachyderm_worker_datum_download_bytes_countCounterCounts the total size of input data downloaded by a pipeline.
pachyderm_worker_datum_upload_sizeHistogramTracks the size of output data uploaded by a pipeline.
pachyderm_worker_datum_upload_bytes_countCounterCounts the total size of output data uploaded by a pipeline.
pachyderm_auth_dex_approval_errors_totalCounterCounts the number of HTTP requests to /approval that ended in error.
pachyderm_auth_dex_http_requests_duration_secondsHistogramHistogram of time spent processing Dex requests, by response status code and HTTP method.
pachyderm_auth_dex_http_requests_in_flightGaugeTracks the number of requests currently being handled by Dex.
pachyderm_auth_dex_http_requests_totalCounterCounts the number of HTTP requests handled by Dex, by response status code and HTTP method.
pachyderm_auth_dex_startup_errors_totalCounterCounts the number of HTTP requests that were rejected because the server can’t start.
pachyderm_pachd_admin_v2_inspect_cluster_secondsHistogramTracks the run time of InspectCluster.
pachyderm_pachd_auth_v2_who_am_i_secondsHistogramTracks the run time of WhoAmI.
pachyderm_pachd_enterprise_v2_get_state_secondsHistogramTracks the run time of GetState.
pachyderm_pachd_grpc_check_secondsHistogramTracks the run time of Check.
pachyderm_pachd_pfs_v2_list_repo_secondsHistogramTracks the run time of ListRepo.
pachyderm_pachd_pps_v2_list_pipeline_secondsHistogramTracks the run time of ListPipeline.
pachyderm_pachd_report_metricGaugeTracks the gauge of the number of calls to reportDuration().
pachyderm_pfs_object_storage_cache_evictions_totalCounterCounts the number of objects evicted from the LRU cache.
pachyderm_pfs_object_storage_cache_hits_totalCounterCounts the number of object storage gets served from cache.
pachyderm_pfs_object_storage_cache_misses_totalCounterCounts the number of object storage gets that were not served from cache.
pachyderm_pfs_object_storage_operation_count_totalCounterCounts the number of object storage operations, by storage type and operation name.
pachyderm_pfs_object_storage_read_bytes_totalCounterCounts the number of bytes read from object storage, by storage type.
pachyderm_pfs_object_storage_written_bytes_totalCounterCounts the number of bytes written to object storage, by storage type.
pachyderm_postgres_tx_start_countCounterCounts the number of transactions that have been started.
pachyderm_postgres_tx_underlying_start_countCounterCounts the number of underlying database transactions that have been started.