Skip to main content

Ceph Prometheus

Ceph Prometheus

Plugin: go.d.plugin Module: prometheus

Maintained by Netdata

Overview

Monitor Ceph through its official Prometheus surfaces without narrowing the exporter to the native Ceph collector's different Dashboard REST API.

The built-in profile separates cluster-wide MGR health, quorum, capacity, placement groups, pools, and OSD metadata from host-local ceph-exporter daemon availability and MON, MGR, OSD, and RGW performance. You can monitor CephFS/MDS and CephFS Mirror, RBD images, RBD Mirror, SMB, NVMe-oF, RGW user/bucket/topic/cache/multisite and dmClock scheduling, RocksDB binned caches, external block devices, and Ceph client I/O across Reef 18.2.8, Squid 19.2.5, and Tentacle 20.2.3. On Tentacle, the endpoints also expose primary-OSD PG-rebuild duration, while the MGR additionally exposes cephadm node-proxy CPU, memory, storage, cooling, temperature, and per-component health metrics. Firmware inventory remains available as metadata. PG state flags and RGW global/user/bucket views provide diagnostic detail rather than additive totals. The profile gives dynamic MDS-client, librbd ImageCtx/PWL, ObjectCacher, objecter, RocksDB cache, Finisher, Throttle, KernelDevice, mClock, messenger, RDMA, DPDK, and service-identity families stable chart identities while preserving their source keys.

Charts follow each producer's lifecycle. Current populations that Ceph increments and decrements remain absolute, while cumulative work published through gauges is rendered incrementally so Netdata performs rate calculation and reset detection. Shared charts compare only the same counted or measured population, keeping requests, objects, bytes, reservations, and state transitions separate even when their numeric scales are similar.

The profile also covers priority-0 daemon counters exposed when ceph-exporter is configured with exporter_prio_limit=0, conditional exporter process CPU, memory, thread, and page-fault metrics, and the official NVMe-oF gateway's Python process runtime surface. On Tentacle, the optional MGR node-proxy hardware surface is charted per reported component and temperature sensor with its hostname, category, component, or sensor identity. These families are absent on Reef and Squid; their absence creates no chart or alert there.

Configure one logical MGR job per Ceph cluster for cluster-health alerts and one native Ceph Dashboard job for API component integrity. The generic Prometheus collection alert reports a configured MGR job that cannot scrape; the native collector reports Dashboard API component failures. Monitor and OSD cluster-summary charts represent one cluster job or virtual node. Use one stable endpoint or failover target that follows the active MGR, and keep one stable job or virtual-node identity per cluster.

Cluster-summary alerts evaluate the latest stored dimensions on each Netdata health beat. A failed scrape does not obsolete the chart or fabricate new values, so the data-state alert may continue evaluating the last stored state; the generic collection alert owns that scrape failure. When the collector knows the chart has disappeared and obsoletes it, its instance alerts are removed.

Netdata's per-filesystem and per-interface host alerts monitor root-filesystem usage and packet drops on each Ceph node. These host-wide policies use Netdata's thresholds, windows, directionality, hysteresis, and routing.

Netdata periodically scrapes the Ceph MGR Prometheus module or official ceph-exporter endpoint and applies the built-in ceph profile. The MGR module refreshes its enabled metric cache every 15 seconds by default, and standalone ceph-exporter refreshes daemon metrics every 5 seconds by default. Scrapes read those producer caches; choosing a 5-, 10-, 15-, or 60-second Netdata interval does not schedule Ceph producer refresh. Match the interval to the configured producer cache period to avoid redundant samples, unless the MGR cache is deliberately disabled.

This collector is supported on all platforms.

This collector supports collecting metrics from multiple instances of this integration, including remote instances.

Default Behavior

Auto-Detection

By default, it detects instances running on the local host by trying to connect to known ports that are allocated to exporters.

Limits

The default configuration for this integration does not impose any limits on data collection.

Performance Impact

The default configuration for this integration is not expected to impose a significant performance impact on the system.

Setup

You can configure the prometheus collector in two ways:

MethodBest forHow to
UIFast setup without editing filesGo to Nodes → Configure this node → Collectors → Jobs, search for prometheus, then click + to add a job.
FileIf you prefer configuring via file, or need to automate deployments (e.g., with Ansible)Edit go.d/prometheus.conf and add a job.
important

UI configuration requires paid Netdata Cloud plan.

Prerequisites

Enable an official Ceph Prometheus endpoint

Enable the Ceph MGR Prometheus module for cluster metrics, deploy the official ceph-exporter for host-local daemon performance metrics, or enable the Ceph NVMe-oF gateway exporter on each gateway endpoint. The stock profile supports the default priority threshold and the complete priority-0 surface; use exporter_prio_limit=0 when those diagnostic counters are required and size the job limits for the resulting series count. When cephadm node-proxy hardware reporting is enabled, hardware series scale with the cluster-wide component inventory; size both max_time_series and max_time_series_per_metric for that surface.

Configuration

Options

The following options can be defined globally: update_every, autodetection_retry.

Config options
GroupOptionDescriptionDefaultRequired
Collectionupdate_everyData collection interval (seconds).10no
autodetection_retryAutodetection retry interval (seconds). Set 0 to disable.0no
TargeturlTarget endpoint URL.yes
timeoutHTTP request timeout (seconds).10no
expected_prefixIf set, the job's check passes only when at least one post-job, pre-profile metric name starts with this prefix. Guards against scraping an unexpected endpoint; profile-owned relabeling cannot satisfy it.no
CustomizationappApplication name used as the app segment of chart contexts (prometheus.<app>.<metric>). When unset, it is taken from a matched profile, otherwise it falls back to the job name.no
FiltersselectorTime series selector (filter).no
Limitsmax_time_seriesGlobal time series limit applied after job and profile relabeling. If the final output exceeds it, the data is not processed.2000no
max_time_series_per_metricPer-metric time series limit applied to final metric families. Metrics exceeding it are skipped.200no
Customizationfallback_typeJob-level fallback type overrides for untyped metrics.no
relabelingJob-owned Prometheus-compatible metric relabeling, applied before profile selection.no
profilesCurated, exporter-specific chart profiles with optional untyped classification, profile-owned normalization, and scoped fallback-chart policy. User profiles may constrain unmatched fallback charts; stock profiles preserve unknown future families. Disable profiles with mode none.autono
HTTP AuthusernameUsername for Basic HTTP authentication.no
passwordPassword for Basic HTTP authentication.no
bearer_token_filePath to a file containing a bearer token (used for Authorization: Bearer).no
TLStls_skip_verifySkip TLS certificate and hostname verification (insecure).nono
tls_caPath to CA bundle used to validate the server certificate.no
tls_certPath to client TLS certificate (for mTLS).no
tls_keyPath to client TLS private key (for mTLS).no
Proxyproxy_urlHTTP proxy URL.no
proxy_usernameUsername for proxy Basic HTTP authentication.no
proxy_passwordPassword for proxy Basic HTTP authentication.no
RequestmethodHTTP method to use.GETno
bodyRequest body (e.g., for POST/PUT).no
headersAdditional HTTP headers (one per line as key: value).no
not_follow_redirectsDo not follow HTTP redirects.nono
force_http2Force HTTP/2 (including h2c over TCP).nono
Virtual NodevnodeAssociates this data collection job with a Virtual Node.no
selector

This option allows you to filter out unwanted time series. Only metrics matching the selector will be collected.

  • Logic: (pattern1 OR pattern2) AND !(pattern3 or pattern4)
  • Pattern syntax: selector.
  • Option syntax:
selector:
allow:
- pattern1
- pattern2
deny:
- pattern3
- pattern4
fallback_type

This job option allows you to process untyped metrics as Counter or Gauge instead of ignoring them. Classification uses the post-job, pre-profile metric name. Profile relabeling preserves the selected type but cannot create or change it by renaming the final metric.

Selected profiles may provide exporter-owned fallback_type defaults inside their own match scope. Job gauge rules take precedence over job counter rules, and both job rule sets take precedence over every profile rule. Use them for deployment-specific overrides rather than exporter behavior that belongs in a profile. Keep patterns narrow: a broad job rule such as gauge: ['*'] overrides profile counter classifications. Blank patterns and patterns with leading or trailing whitespace are rejected.

fallback_type:
counter:
- metric_name_pattern1
- metric_name_pattern2
gauge:
- metric_name_pattern3
- metric_name_pattern4
relabeling

A list of job-owned relabeling blocks, applied after selector and before profile selection. Each block applies a list of Prometheus metric_relabel_configs rules to the metrics whose name matches match. Profiles may own the same block format for exporter normalization after selection. See the relabeling reference for the full action set and more examples.

  • match: Netdata simple patterns matched against the full metric name — including any _bucket/_sum/_count suffix, so prefer globs like app_lat* over an exact app_lat (space-separated; * matches any sequence, ? any character, a leading ! negates). Use * to target every metric. Required.
  • metric_relabel_configs: Prometheus relabel rules (source_labels, separator, regex, modulus, target_label, replacement, action), applied in order to the scraped samples before charts are built.

Relabeling that would corrupt a histogram or summary — splitting it, dropping a component, mutating the le/quantile label, or merging two families — is rejected.

relabeling:
- match: 'http_*'
metric_relabel_configs:
- source_labels: [code]
regex: '(\d)\d\d'
target_label: code_class
replacement: '${1}xx'
profiles

Profiles ship curated charts for recognized exporters -- see the profile format for the file format and how to author your own. profiles.mode selects them:

  • auto (default): every profile whose match hits at least one scraped metric.
  • exact: only the profiles named in mode_exact.entries (each must match, or the job fails its check).
  • combined: auto plus the profiles named in mode_combined.entries.
  • none: no profiles — generic autogen charts only (the pre-profile behavior).

Selection uses post-job, pre-profile family names. A selected profile may carry fallback_type rules that classify untyped scalar families inside its match scope and relabeling blocks that normalize matching source families automatically before chart routing. Job fallback policy takes precedence; conflicting profile rules use the same ordering as normalization. Each original family is processed only by the first applicable profile normalizer: profile-name order in auto, configured entry order in exact, and configured entries followed by remaining auto profiles in name order in combined. Later profile pipelines do not see the family. All selected templates consume the same final names and labels; the collector does not create a private metric stream per profile.

Only the block matching the selected mode (mode_exact or mode_combined) is read; entries under the other block are ignored. Metrics not covered by an authored profile chart keep their generic autogen charts unless an applicable profile autogen.selector rejects them. Every selector is limited to its profile's match scope; when scopes overlap, every applicable selector must accept the series. This changes fallback charts only; use selector or a relabeling drop rule to discard samples. Stock profiles leave unknown future families eligible for generic fallback; closed fallback selectors are a user-owned deployment policy, not a stock-profile authoring pattern.

profiles:
mode: exact
mode_exact:
entries:
- name: haproxy

via UI

Configure the prometheus collector from the Netdata web interface:

  1. Go to Nodes.
  2. Select the node where you want the prometheus data-collection job to run and click the (Configure this node). That node will run the data collection.
  3. The Collectors → Jobs view opens by default.
  4. In the Search box, type prometheus (or scroll the list) to locate the prometheus collector.
  5. Click the + next to the prometheus collector to add a new job.
  6. Fill in the job fields, then click Test to verify the configuration and Submit to save.
    • Test runs the job with the provided settings and shows whether data can be collected.
    • If it fails, an error message appears with details (for example, connection refused, timeout, or command execution errors), so you can adjust and retest.

via File

The configuration file name for this integration is go.d/prometheus.conf.

The file format is YAML. Generally, the structure is:

update_every: 1
autodetection_retry: 0
jobs:
- name: some_name1
- name: some_name2

You can edit the configuration file using the edit-config script from the Netdata config directory.

cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config go.d/prometheus.conf
Examples
Ceph MGR and ceph-exporter

Collect one logical MGR endpoint per Ceph cluster and each local official ceph-exporter endpoint with the automatically matched Ceph and process-runtime profiles. Configure one MGR job per cluster and do not scrape multiple active MGR endpoints into the same job. Repeat the exporter job for every exporter endpoint, using each host's own scope. The Ceph profile preserves source labels that collide with Netdata's Prometheus re-export labels under a ceph_ prefix, retains opaque dynamic group keys, and normalizes only source families whose suffix grammar is unambiguous.

jobs:
- name: ceph-mgr
url: http://127.0.0.1:9283/metrics
update_every: 15
expected_prefix: ceph_
max_time_series: 20000
max_time_series_per_metric: 4000
- name: ceph-exporter
url: http://127.0.0.1:9926/metrics
update_every: 5
expected_prefix: ceph_
max_time_series: 20000
max_time_series_per_metric: 4000

Ceph NVMe-oF gateway exporter

Collect one local gateway endpoint per Ceph NVMe-oF gateway whose local state is required. The gateway exporter is independent of the MGR endpoint and normally listens on port 10008. Preserve one stable job identity for each gateway and size the local series limits independently.

Config
jobs:
- name: ceph-nvmeof-gateway-a
url: http://127.0.0.1:10008/metrics
update_every: 5
expected_prefix: ceph_
max_time_series: 10000
max_time_series_per_metric: 2000

Ceph MGR with virtual node

Use a virtual node when the cluster identity should remain independent of the Agent currently scraping its active MGR. First define the vnode in /etc/netdata/vnodes/vnodes.conf:

- hostname: ceph-cluster
guid: <your-uuid-here>

Then reference that exact hostname in the MGR job. An undefined vnode makes the job fail to start. Keep one logical MGR job and one stable vnode identity per Ceph cluster.

Config
jobs:
- name: ceph-mgr-vnode
vnode: ceph-cluster
url: http://127.0.0.1:9283/metrics
update_every: 15
expected_prefix: ceph_
max_time_series: 20000
max_time_series_per_metric: 4000

Alerts

The following alerts are available:

Alert nameOn metricDescription
ceph_nvmeof_subsystem_open_security prometheus.ceph.nvme_of.subsystems.state_metadataEvery available sample in the 5-minute observation window reports an NVMe-oF subsystem configured without host security.
ceph_nvmeof_gateway_cpu prometheus.ceph.nvme_of.gateways.time_accumulationThe current lowest local reactor busy-rate sample in the 10-minute observation window is above 80 percent.
ceph_nvmeof_high_read_latency prometheus.ceph.nvme_of.block_devices.time_accumulationThe current local one-minute read service-time ratio exceeds 10 milliseconds per completed read.
ceph_nvmeof_high_write_latency prometheus.ceph.nvme_of.block_devices.time_accumulationThe current local one-minute write service-time ratio exceeds 20 milliseconds per completed write.
ceph_nvmeof_host_keepalive_timeout prometheus.ceph.nvme_of.hosts.keepalive_timeout_stateThe gateway exporter currently reports host ${label:host_nqn} disconnected from subsystem ${label:nqn}. Inspect the initiator link and reconnect behavior. Exporter refresh reads and clears this one-shot state.
ceph_nvmeof_subsystem_namespace_limit prometheus.ceph.nvme_of.subsystems.namespace_capacityThe current subsystem namespace count is at or above its configured limit.
ceph_nvmeof_too_many_namespaces prometheus.ceph.nvme_of.gateways.namespace_countThe current local exporter namespace inventory is at or above the supported maximum of 4096.
rgw_notification_event_lost prometheus.ceph.object_gateway.notifications.eventsOne or more final notification-event losses occurred in the 1-minute observation window. Inspect the affected RGW instance and notification endpoint.
rgw_notification_missing_configuration prometheus.ceph.object_gateway.notifications.missing_configurationsOne or more notifications were rejected for missing configuration in the 1-minute observation window. Inspect the affected RGW instance and notification configuration.
rgw_lua_script_failed prometheus.ceph.object_gateway.lua.script_executionsOne or more configured Lua request scripts failed in the 1-minute observation window. Inspect the affected RGW instance and script error logs.
rgw_failed_request_rate_fallback prometheus.ceph.object_gateway.requests_and_queue.failed_requestsEvery available sample in the 5-minute observation window reports a non-zero aborted-request rate. This is a fallback signal and does not identify HTTP 5xx responses.
rgw_notification_push_or_store_failures prometheus.ceph.object_gateway.notifications.failure_outcomesEvery available sample in the 5-minute observation window reports non-zero retryable notification push or store failures.
rgw_notification_inflight_pressure prometheus.ceph.object_gateway.notifications.pending_eventsEvery available sample in the 5-minute observation window reports at least 1000 notification events pending endpoint reply. Tune this policy threshold for the endpoint.
rgw_notification_store_backlog prometheus.ceph.object_gateway.notifications.event_stateEvery available sample in the 5-minute observation window reports at least 1000 events stored in the persistent notification store. Tune this policy threshold for the workload.
rgw_request_queue_pressure prometheus.ceph.object_gateway.requests_and_queue.current_requestsEvery available sample in the 5-minute observation window reports at least 1000 queued requests. Tune this policy threshold for the RGW instance.
rgw_multisite_fetch_errors prometheus.ceph.object_gateway_multisite.object_workEvery available sample in the 5-minute observation window reports a non-zero multisite data-fetch error rate.
rgw_multisite_poll_errors prometheus.ceph.object_gateway_multisite.replication_log_request_errorsEvery available sample in the 5-minute observation window reports a non-zero replication-log poll error rate.
ceph_health_error prometheus.ceph.health.cluster_status.stateEvery available Ceph MGR health sample in the 5-minute observation window is HEALTH_ERR. Review active cause-specific Ceph alerts and use ceph health detail for the current cause.
ceph_health_warning prometheus.ceph.health.cluster_status.stateEvery available Ceph MGR health sample in the 15-minute observation window is HEALTH_WARN. Use ceph health detail for the current cause.
ceph_daemon_crash prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports a recent daemon crash. Use ceph health detail for the affected daemon and crash details.
ceph_mgr_module_crash prometheus.ceph.health.health_checks.stateEvery available sample in the 5-minute observation window reports a recent manager-module crash. Use ceph health detail for the affected module and crash details.
ceph_daemon_slow_ops prometheus.ceph.health.daemon_health.item_countEvery available sample in the 30-second observation window reports one or more slow operations for this daemon.
ceph_slow_ops prometheus.ceph.health.slow_operations.current_operationsEvery available sample in the 30-second observation window reports one or more cluster slow operations. Use ceph health detail to identify the cause.
cephadm_daemon_failed prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports a failed cephadm daemon. Use ceph health detail for the affected daemon and failure details.
cephadm_paused prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports that cephadm is paused. Resume cephadm or use ceph health detail to determine why it was paused.
cephadm_upgrade_failed prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports a cephadm upgrade exception. Use ceph health detail for the failed upgrade step.
ceph_device_failure_predicted prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports a device predicted to fail. Use ceph health detail and ceph device ls to identify it.
ceph_device_failure_prediction_too_high prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports that removing all predicted failures would compromise availability. Add capacity before relocating data.
ceph_device_failure_relocation_incomplete prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports blocked relocation from a predicted device failure. Check free capacity and the balancer.
ceph_cooling_degraded prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports warning health for ${label:component} on ${label:hostname}. Inspect fan health, airflow, and the system event log.
ceph_cooling_failed prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports error health for ${label:component} on ${label:hostname}. Inspect fan health, airflow, and the system event log.
ceph_dimm_temperature_high prometheus.ceph.node_hardware.temperature.temperatureEvery available sample in the 1-minute observation window reports a recognized DIMM temperature sensor above 80°C.
ceph_hardware_fan_error prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports a Ceph fan hardware error.
ceph_hardware_memory_error prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports a Ceph memory hardware error.
ceph_hardware_network_error prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports a Ceph network hardware error.
ceph_hardware_power_error prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports a Ceph power hardware error.
ceph_hardware_processor_error prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports a Ceph processor hardware error.
ceph_hardware_storage_error prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports a Ceph storage hardware error.
ceph_memory_degraded prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports warning health for ${label:component} on ${label:hostname}. Inspect DIMM health and memory errors.
ceph_memory_failed prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports error health for ${label:component} on ${label:hostname}. Inspect DIMM health and memory errors.
ceph_motherboard_temperature_high prometheus.ceph.node_hardware.temperature.temperatureEvery available sample in the 1-minute observation window reports a recognized motherboard temperature sensor above 60°C.
ceph_nvme_drive_degraded prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports warning health for ${label:component} on ${label:hostname}. Inspect drive health and kernel logs.
ceph_nvme_drive_failed prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports error health for ${label:component} on ${label:hostname}. Inspect drive health and kernel logs.
ceph_nvme_temperature_high prometheus.ceph.node_hardware.temperature.temperatureEvery available sample in the 1-minute observation window reports a recognized NVMe temperature sensor above 70°C.
ceph_network_degraded prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports warning health for ${label:component} on ${label:hostname}. Inspect the interface, link state, and network errors.
ceph_network_failed prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports error health for ${label:component} on ${label:hostname}. Inspect the interface, link state, and network errors.
ceph_power_supply_degraded prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports warning health for ${label:component} on ${label:hostname}. Inspect the host power supply and system event log.
ceph_power_supply_failed prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports error health for ${label:component} on ${label:hostname}. Inspect the host power supply and system event log.
ceph_processor_degraded prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports warning health for ${label:component} on ${label:hostname}. Inspect processor health and thermals.
ceph_processor_failed prometheus.ceph.node_hardware.health.stateEvery available sample in the 1-minute observation window reports error health for ${label:component} on ${label:hostname}. Inspect processor health and thermals.
ceph_processor_temperature_high prometheus.ceph.node_hardware.temperature.temperatureEvery available sample in the 1-minute observation window reports a recognized processor temperature sensor above 80°C.
ceph_filesystem_damaged prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports filesystem metadata damage.
ceph_filesystem_degraded prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports a degraded Ceph filesystem.
ceph_filesystem_failure_no_standby prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports a failed MDS rank with no standby.
ceph_filesystem_insufficient_standby prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports insufficient CephFS standby daemons.
ceph_filesystem_mds_ranks_low prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports fewer active MDS ranks than configured.
ceph_filesystem_offline prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports all MDS ranks unavailable.
ceph_filesystem_read_only prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports a Ceph filesystem forced read-only.
ceph_rbd_mirror_images_not_in_sync prometheus.ceph.rbd_mirror.snapshot_replication.timestampThe current local and remote snapshot timestamps differ for this mirrored image.
ceph_object_missing prometheus.ceph.health.health_checks.stateThe current unfound condition is active while every configured OSD is up; client I/O for affected objects can block.
ceph_pg_backfill_at_risk prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports placement-group backfill blocked by fullness.
ceph_pg_not_deep_scrubbed prometheus.ceph.health.health_checks.stateEvery available sample in the 5-minute observation window reports placement groups overdue for deep scrub.
ceph_pg_not_scrubbed prometheus.ceph.health.health_checks.stateEvery available sample in the 5-minute observation window reports placement groups overdue for scrub.
ceph_pg_recovery_at_risk prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports recovery blocked by OSD fullness.
ceph_pg_unavailable_blocking_io prometheus.ceph.health.health_checks.stateThe current PG-unavailable condition is active while the separate OSD-down condition is not.
ceph_pgs_damaged prometheus.ceph.health.health_checks.stateEvery available sample in the 5-minute observation window reports damaged placement-group data.
ceph_pgs_high_per_osd prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports excessive placement groups per OSD.
ceph_pgs_inactive prometheus.ceph.placement_groups_and_recovery.healthy_state.pg_stateThe current per-pool count reports fewer active placement groups than the pool total.
ceph_pgs_unclean prometheus.ceph.placement_groups_and_recovery.healthy_state.pg_stateThe current per-pool count reports fewer clean placement groups than the pool total.
ceph_pool_backfill_full prometheus.ceph.health.health_checks.stateEvery available sample in the 10-second observation window reports a pool at its backfill-full threshold.
ceph_pool_full prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports a full pool.
ceph_pool_near_full prometheus.ceph.health.health_checks.stateEvery available sample in the 5-minute observation window reports a near-full pool.
ceph_mon_clock_skew prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports monitor clock skew. Use ceph time-sync-status and inspect the monitors' time synchronization services.
ceph_mon_diskspace_critical prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports critically low monitor-store space. Use ceph health detail to identify the affected monitor.
ceph_mon_diskspace_low prometheus.ceph.health.health_checks.stateEvery available sample in the 5-minute observation window reports low monitor-store space. Use ceph health detail to identify the affected monitor.
ceph_mon_down prometheus.ceph.control_plane.monitor.cluster_summaryThe current MGR cluster summary reports fewer monitors in quorum than configured, while a majority still remains.
ceph_mon_quorum_at_risk prometheus.ceph.control_plane.monitor.cluster_summaryThe current MGR cluster summary reports exactly the minimum surviving monitor majority; one more monitor loss would remove quorum.
ceph_osd_backfill_full prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports that an OSD has reached its backfill-full threshold and rebalance cannot complete.
ceph_osd_down prometheus.ceph.health.health_checks.stateEvery available sample in the 5-minute observation window reports a down OSD. Use ceph health detail to identify affected OSDs and hosts.
ceph_osd_down_high prometheus.ceph.osd_capacity_and_state.osd_state.cluster_summaryThe current MGR cluster summary reports that at least 10% of configured OSDs are down.
ceph_osd_full prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports an OSD at its full threshold. Use ceph health detail and ceph osd df to identify it.
ceph_osd_host_down prometheus.ceph.health.health_checks.stateEvery available sample in the 5-minute observation window reports an offline OSD host. Use ceph health detail to identify the host and its OSDs.
ceph_osd_internal_disk_size_mismatch prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports a BlueStore device-size mismatch that can cause the affected OSD to crash.
ceph_osd_near_full prometheus.ceph.health.health_checks.stateEvery available sample in the 5-minute observation window reports an OSD at its near-full threshold. Use ceph health detail and ceph osd df to identify it.
ceph_osd_read_errors prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports BlueStore read errors that succeeded only after retries. Inspect the affected hardware and kernel.
ceph_osd_timeouts_cluster_network prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports slow backend OSD heartbeats. Inspect the cluster network for latency or loss.
ceph_osd_timeouts_public_network prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports slow frontend OSD heartbeats. Inspect the public network for latency or loss.
ceph_osd_too_many_repairs prometheus.ceph.health.health_checks.stateEvery available sample in the 30-second observation window reports excessive repaired reads, which may indicate a failing drive.
ceph_unknown_health_check prometheus.ceph.health.health_checks.stateEvery available sample in the 1-minute observation window reports the unclassified health check ${label:name}. Use ceph health detail for its recorded explanation.

Metrics

The built-in Prometheus profiles on this page map Prometheus metrics into 569 curated Netdata charts across the primary and applicable supporting profiles. The tables are generated from the same profile design and runtime chart contracts used by the Agent.

Eligible metrics that are not covered by a curated chart, including future exporter metrics, can still be collected through the generic Prometheus autogeneration behavior. This catalogue describes curated profile coverage; it is not an allowlist of every metric that the collector can render.

Ceph

Curated cluster, daemon, service, storage, client, and protocol metrics from Ceph Prometheus endpoints.

Capacity

Prometheus metricNetdata chartDimensionUnitScope
ceph_num_objects_degradedCapacity / Object Health — ObjectsdegradedobjectsCeph cluster endpoint
ceph_num_objects_misplacedCapacity / Object Health — ObjectsmisplacedobjectsCeph cluster endpoint
ceph_num_objects_unfoundCapacity / Object Health — ObjectsunfoundobjectsCeph cluster endpoint
ceph_cluster_total_bytesCapacity / Overall Cluster Space — Space and MemorybytesbytesCeph cluster endpoint
ceph_cluster_total_used_bytesCapacity / Overall Cluster Space — Space and Memoryused_bytesbytesCeph cluster endpoint
ceph_cluster_total_used_raw_bytesCapacity / Overall Cluster Space — Space and Memoryused_raw_bytesbytesCeph cluster endpoint
ceph_cluster_by_class_total_bytesCapacity / Space by Device Class — Space and MemorybytesbytesCeph device class
ceph_cluster_by_class_total_used_bytesCapacity / Space by Device Class — Space and Memoryused_bytesbytesCeph device class
ceph_cluster_by_class_total_used_raw_bytesCapacity / Space by Device Class — Space and Memoryused_raw_bytesbytesCeph device class

CephFS

Prometheus metricNetdata chartDimensionUnitScope
ceph_fs_metadataCephFS / Metadata / Filesystem Metadata — State and Metadatavalue{status}Ceph data pools and fs id and metadata pool and name
ceph_mds_metadataCephFS / Metadata / MDS Metadata — State and Metadatavalue{status}Ceph ceph daemon and ceph version and fs id and hostname and public addr and rank
ceph_smb_metadataCephFS / SMB / Metadata — State and Metadatavalue{status}Ceph netbiosname and share and smb version and subvolume and subvolume group and volume
ceph_mds_server_req_rmxattr_latency_countCephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurementsrmxattr_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_setattr_latency_countCephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurementssetattr_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_setdirlayout_latency_countCephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurementssetdirlayout_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_setfilelock_latency_countCephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurementssetfilelock_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_setlayout_latency_countCephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurementssetlayout_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_setxattr_latency_countCephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurementssetxattr_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_rmxattr_latency_sumCephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latencyrmxattr_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_setattr_latency_sumCephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latencysetattr_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_setdirlayout_latency_sumCephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latencysetdirlayout_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_setfilelock_latency_sumCephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latencysetfilelock_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_setlayout_latency_sumCephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latencysetlayout_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_setxattr_latency_sumCephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latencysetxattr_latencyseconds/sCeph ceph daemon
ceph_mds_capsCephFS / MDS / Capabilities — CapabilitiesvaluecapabilitiesCeph ceph daemon
ceph_mds_handle_client_cap_releaseCephFS / MDS / Capabilities — Capability Messageshandle_client_cap_releasemessages/sCeph ceph daemon
ceph_mds_handle_client_capsCephFS / MDS / Capabilities — Capability Messageshandle_client_capsmessages/sCeph ceph daemon
ceph_mds_handle_client_caps_dirtyCephFS / MDS / Capabilities — Capability Messageshandle_client_caps_dirtymessages/sCeph ceph daemon
ceph_mds_server_cap_acquisition_throttleCephFS / MDS / Capabilities — Capability-Throttled Requestsserver_cap_acquisition_throttlerequests/sCeph ceph daemon
ceph_mds_server_cap_revoke_evictionCephFS / MDS / Capabilities — Capability-Revoke Evictionsserver_cap_revoke_evictionclients/sCeph ceph daemon
ceph_mds_inodes_with_capsCephFS / MDS / Capabilities — InodesvalueinodesCeph ceph daemon
ceph_mds_handle_inode_file_capsCephFS / MDS / Capabilities — Inode Workvalueinodes/sCeph ceph daemon
ceph_mds_ceph_cap_op_flush_ackCephFS / MDS / Capabilities — Operationsceph_cap_op_flush_ackoperations/sCeph ceph daemon
ceph_mds_ceph_cap_op_flushsnap_ackCephFS / MDS / Capabilities — Operationsceph_cap_op_flushsnap_ackoperations/sCeph ceph daemon
ceph_mds_ceph_cap_op_grantCephFS / MDS / Capabilities — Operationsceph_cap_op_grantoperations/sCeph ceph daemon
ceph_mds_ceph_cap_op_revokeCephFS / MDS / Capabilities — Operationsceph_cap_op_revokeoperations/sCeph ceph daemon
ceph_mds_ceph_cap_op_truncCephFS / MDS / Capabilities — Operationsceph_cap_op_truncoperations/sCeph ceph daemon
ceph_mds_process_request_cap_releaseCephFS / MDS / Capabilities — Operationsprocess_request_cap_releaseoperations/sCeph ceph daemon
ceph_mds_log_jlat_countCephFS / MDS / Journal — Latency Measurementsvalueoperations/sCeph ceph daemon
ceph_mds_log_jlat_sumCephFS / MDS / Journal — Accumulated Latencyvalueseconds/sCeph ceph daemon
ceph_mds_log_evCephFS / MDS / Journal — Current Journal EventseveventsCeph ceph daemon
ceph_mds_log_evexdCephFS / MDS / Journal — Current Journal EventsevexdeventsCeph ceph daemon
ceph_mds_log_evexgCephFS / MDS / Journal — Current Journal EventsevexgeventsCeph ceph daemon
ceph_mds_log_evlrgCephFS / MDS / Journal — Large Journal Eventsevlrgevents/sCeph ceph daemon
ceph_mds_log_evaddCephFS / MDS / Journal — Journal Eventsevaddevents/sCeph ceph daemon
ceph_mds_log_evexCephFS / MDS / Journal — Journal Eventsevexevents/sCeph ceph daemon
ceph_mds_log_evtrmCephFS / MDS / Journal — Journal Eventsevtrmevents/sCeph ceph daemon
ceph_mds_log_replayedCephFS / MDS / Journal — Journal Eventsreplayedevents/sCeph ceph daemon
ceph_mds_log_exposCephFS / MDS / Journal — Journal PositionsexpospositionCeph ceph daemon
ceph_mds_log_rdposCephFS / MDS / Journal — Journal PositionsrdpospositionCeph ceph daemon
ceph_mds_log_wrposCephFS / MDS / Journal — Journal PositionswrpospositionCeph ceph daemon
ceph_mds_log_segaddCephFS / MDS / Journal — Journal Segmentssegaddsegments/sCeph ceph daemon
ceph_mds_log_segexCephFS / MDS / Journal — Journal Segmentssegexsegments/sCeph ceph daemon
ceph_mds_log_segtrmCephFS / MDS / Journal — Journal Segmentssegtrmsegments/sCeph ceph daemon
ceph_mds_log_segCephFS / MDS / Journal — Journal SegmentssegsegmentsCeph ceph daemon
ceph_mds_log_segexdCephFS / MDS / Journal — Journal SegmentssegexdsegmentsCeph ceph daemon
ceph_mds_log_segexgCephFS / MDS / Journal — Journal SegmentssegexgsegmentsCeph ceph daemon
ceph_mds_log_segmjrCephFS / MDS / Journal — Journal SegmentssegmjrsegmentsCeph ceph daemon
ceph_mds_cache_dir_handle_discoverCephFS / MDS / Metadata Cache Directory — Discovery Messageshandle_discovermessages/sCeph ceph daemon
ceph_mds_cache_dir_send_discoverCephFS / MDS / Metadata Cache Directory — Discovery Messagessend_discovermessages/sCeph ceph daemon
ceph_mds_cache_dir_try_discoverCephFS / MDS / Metadata Cache Directory — Discovery Attemptstry_discoverattempts/sCeph ceph daemon
ceph_mds_cache_dir_updateCephFS / MDS / Metadata Cache Directory — Replication Directivesupdatedirectives/sCeph ceph daemon
ceph_mds_cache_dir_update_receiptCephFS / MDS / Metadata Cache Directory — Replication Directivesupdate_receiptdirectives/sCeph ceph daemon
ceph_mds_cache_ireq_inodestatsCephFS / MDS / Metadata Cache Internal Requests — Inode Workinodestatsinodes/sCeph ceph daemon
ceph_mds_cache_ireq_quiesce_inodeCephFS / MDS / Metadata Cache Internal Requests — Inode Workquiesce_inodeinodes/sCeph ceph daemon
ceph_mds_cache_ireq_exportdirCephFS / MDS / Metadata Cache Internal Requests — Operationsexportdiroperations/sCeph ceph daemon
ceph_mds_cache_ireq_flushCephFS / MDS / Metadata Cache Internal Requests — Operationsflushoperations/sCeph ceph daemon
ceph_mds_cache_ireq_fragmentdirCephFS / MDS / Metadata Cache Internal Requests — Operationsfragmentdiroperations/sCeph ceph daemon
ceph_mds_cache_ireq_fragstatsCephFS / MDS / Metadata Cache Internal Requests — Operationsfragstatsoperations/sCeph ceph daemon
ceph_mds_cache_ireq_quiesce_pathCephFS / MDS / Metadata Cache Internal Requests — Operationsquiesce_pathoperations/sCeph ceph daemon
ceph_mds_cache_ireq_enqueue_scrubCephFS / MDS / Metadata Cache Internal Requests — Scrub Workvaluescrubs/sCeph ceph daemon
ceph_mds_cache_num_straysCephFS / MDS / Metadata Cache Recovery — Current WorkstraysitemsCeph ceph daemon
ceph_mds_cache_num_strays_delayedCephFS / MDS / Metadata Cache Recovery — Current WorkdelayeditemsCeph ceph daemon
ceph_mds_cache_num_strays_enqueuingCephFS / MDS / Metadata Cache Recovery — Current WorkenqueuingitemsCeph ceph daemon
ceph_mds_cache_strays_createdCephFS / MDS / Metadata Cache Recovery — Eventscreatedevents/sCeph ceph daemon
ceph_mds_cache_strays_enqueuedCephFS / MDS / Metadata Cache Recovery — Eventsenqueuedevents/sCeph ceph daemon
ceph_mds_cache_strays_migratedCephFS / MDS / Metadata Cache Recovery — Eventsmigratedevents/sCeph ceph daemon
ceph_mds_cache_strays_reintegratedCephFS / MDS / Metadata Cache Recovery — Eventsreintegratedevents/sCeph ceph daemon
ceph_mds_cache_num_recovering_enqueuedCephFS / MDS / Metadata Cache Recovery — FilesenqueuedfilesCeph ceph daemon
ceph_mds_cache_num_recovering_prioritizedCephFS / MDS / Metadata Cache Recovery — FilesprioritizedfilesCeph ceph daemon
ceph_mds_cache_num_recovering_processingCephFS / MDS / Metadata Cache Recovery — FilesprocessingfilesCeph ceph daemon
ceph_mds_cache_recovery_completedCephFS / MDS / Metadata Cache Recovery — File Workcompletedfiles/sCeph ceph daemon
ceph_mds_cache_recovery_startedCephFS / MDS / Metadata Cache Recovery — File Workstartedfiles/sCeph ceph daemon
ceph_mds_cache_uninline_startedCephFS / MDS / Metadata Cache Uninline — Eventsstartedevents/sCeph ceph daemon
ceph_mds_cache_uninline_succeededCephFS / MDS / Metadata Cache Uninline — Eventssucceededevents/sCeph ceph daemon
ceph_mds_cache_uninline_write_failedCephFS / MDS / Metadata Cache Uninline — Failure and Delay Outcomesvalueevents/sCeph ceph daemon
ceph_mds_server_req_create_latency_countCephFS / MDS / Namespace Mutation Latency — Latency Measurementscreate_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_link_latency_countCephFS / MDS / Namespace Mutation Latency — Latency Measurementslink_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_mkdir_latency_countCephFS / MDS / Namespace Mutation Latency — Latency Measurementsmkdir_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_mknod_latency_countCephFS / MDS / Namespace Mutation Latency — Latency Measurementsmknod_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_rename_latency_countCephFS / MDS / Namespace Mutation Latency — Latency Measurementsrename_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_rmdir_latency_countCephFS / MDS / Namespace Mutation Latency — Latency Measurementsrmdir_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_symlink_latency_countCephFS / MDS / Namespace Mutation Latency — Latency Measurementssymlink_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_unlink_latency_countCephFS / MDS / Namespace Mutation Latency — Latency Measurementsunlink_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_create_latency_sumCephFS / MDS / Namespace Mutation Latency — Accumulated Latencycreate_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_link_latency_sumCephFS / MDS / Namespace Mutation Latency — Accumulated Latencylink_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_mkdir_latency_sumCephFS / MDS / Namespace Mutation Latency — Accumulated Latencymkdir_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_mknod_latency_sumCephFS / MDS / Namespace Mutation Latency — Accumulated Latencymknod_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_rename_latency_sumCephFS / MDS / Namespace Mutation Latency — Accumulated Latencyrename_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_rmdir_latency_sumCephFS / MDS / Namespace Mutation Latency — Accumulated Latencyrmdir_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_symlink_latency_sumCephFS / MDS / Namespace Mutation Latency — Accumulated Latencysymlink_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_unlink_latency_sumCephFS / MDS / Namespace Mutation Latency — Accumulated Latencyunlink_latencyseconds/sCeph ceph daemon
ceph_mds_dir_fetch_completeCephFS / MDS / Namespace Traversal — Directory-Fragment Lifecycledir_fetch_completedirfrags/sCeph ceph daemon
ceph_mds_dir_mergeCephFS / MDS / Namespace Traversal — Directory-Fragment Lifecycledir_mergedirfrags/sCeph ceph daemon
ceph_mds_dir_splitCephFS / MDS / Namespace Traversal — Directory-Fragment Lifecycledir_splitdirfrags/sCeph ceph daemon
ceph_mds_traverseCephFS / MDS / Namespace Traversal — Namespace Traversalstraversetraversals/sCeph ceph daemon
ceph_mds_traverse_dir_fetchCephFS / MDS / Namespace Traversal — Namespace Traversalstraverse_dir_fetchtraversals/sCeph ceph daemon
ceph_mds_traverse_discoverCephFS / MDS / Namespace Traversal — Namespace Traversalstraverse_discovertraversals/sCeph ceph daemon
ceph_mds_traverse_forwardCephFS / MDS / Namespace Traversal — Namespace Traversalstraverse_forwardtraversals/sCeph ceph daemon
ceph_mds_traverse_lockCephFS / MDS / Namespace Traversal — Namespace Traversalstraverse_locktraversals/sCeph ceph daemon
ceph_mds_traverse_remote_inoCephFS / MDS / Namespace Traversal — Namespace Traversalstraverse_remote_inotraversals/sCeph ceph daemon
ceph_mds_openino_peer_discoverCephFS / MDS / Namespace Traversal — Inode Workvalueinodes/sCeph ceph daemon
ceph_mds_dir_fetch_keysCephFS / MDS / Namespace Traversal — Key Workvaluekeys/sCeph ceph daemon
ceph_mds_traverse_hitCephFS / MDS / Namespace Traversal — Lookup Outcomesvaluelookups/sCeph ceph daemon
ceph_mds_dir_commitCephFS / MDS / Namespace Traversal — Operationsdir_commitoperations/sCeph ceph daemon
ceph_mds_openino_backtrace_fetchCephFS / MDS / Namespace Traversal — Operationsopenino_backtrace_fetchoperations/sCeph ceph daemon
ceph_mds_openino_dir_fetchCephFS / MDS / Namespace Traversal — Operationsopenino_dir_fetchoperations/sCeph ceph daemon
ceph_purge_queue_pq_item_in_journalCephFS / MDS / Purge Queue — Current WorkvalueitemsCeph ceph daemon
ceph_purge_queue_pq_executed_opsCephFS / MDS / Purge Queue — Executed Purge Operationsvalueoperations/sCeph ceph daemon
ceph_purge_queue_pq_executing_opsCephFS / MDS / Purge Queue — Purge Operations in FlightopsoperationsCeph ceph daemon
ceph_purge_queue_pq_executing_ops_high_waterCephFS / MDS / Purge Queue — Purge Operations in Flighthigh_wateroperationsCeph ceph daemon
ceph_purge_queue_pq_executedCephFS / MDS / Purge Queue — Executed Purge Tasksvaluetasks/sCeph ceph daemon
ceph_purge_queue_pq_executingCephFS / MDS / Purge Queue — Purge Tasks in FlightexecutingtasksCeph ceph daemon
ceph_purge_queue_pq_executing_high_waterCephFS / MDS / Purge Queue — Purge Tasks in Flighthigh_watertasksCeph ceph daemon
ceph_mds_exportedCephFS / MDS / Rank Migration — Eventsexportedevents/sCeph ceph daemon
ceph_mds_importedCephFS / MDS / Rank Migration — Eventsimportedevents/sCeph ceph daemon
ceph_mds_exported_inodesCephFS / MDS / Rank Migration — Inode Workexported_inodesinodes/sCeph ceph daemon
ceph_mds_imported_inodesCephFS / MDS / Rank Migration — Inode Workimported_inodesinodes/sCeph ceph daemon
ceph_mds_server_req_blockdiff_latency_countCephFS / MDS / Read Request Latency — Latency Measurementsblockdiff_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_getattr_latency_countCephFS / MDS / Read Request Latency — Latency Measurementsgetattr_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_getfilelock_latency_countCephFS / MDS / Read Request Latency — Latency Measurementsgetfilelock_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_getvxattr_latency_countCephFS / MDS / Read Request Latency — Latency Measurementsgetvxattr_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_lookup_latency_countCephFS / MDS / Read Request Latency — Latency Measurementslookup_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_lookuphash_latency_countCephFS / MDS / Read Request Latency — Latency Measurementslookuphash_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_lookupino_latency_countCephFS / MDS / Read Request Latency — Latency Measurementslookupino_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_lookupname_latency_countCephFS / MDS / Read Request Latency — Latency Measurementslookupname_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_lookupparent_latency_countCephFS / MDS / Read Request Latency — Latency Measurementslookupparent_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_lookupsnap_latency_countCephFS / MDS / Read Request Latency — Latency Measurementslookupsnap_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_open_latency_countCephFS / MDS / Read Request Latency — Latency Measurementsopen_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_readdir_latency_countCephFS / MDS / Read Request Latency — Latency Measurementsreaddir_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_blockdiff_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencyblockdiff_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_getattr_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencygetattr_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_getfilelock_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencygetfilelock_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_getvxattr_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencygetvxattr_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_lookup_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencylookup_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_lookuphash_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencylookuphash_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_lookupino_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencylookupino_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_lookupname_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencylookupname_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_lookupparent_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencylookupparent_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_lookupsnap_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencylookupsnap_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_open_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencyopen_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_readdir_latency_sumCephFS / MDS / Read Request Latency — Accumulated Latencyreaddir_latencyseconds/sCeph ceph daemon
ceph_mds_reply_latency_countCephFS / MDS / Request Handling and State — Latency Measurementsvalueoperations/sCeph ceph daemon
ceph_mds_reply_latency_sumCephFS / MDS / Request Handling and State — Accumulated Latencyvalueseconds/sCeph ceph daemon
ceph_mds_client_metrics_num_clientsCephFS / MDS / Request Handling and State — Connected Clientsclient_metrics_num_clientsclientsCeph ceph daemon and fs name and id
ceph_mds_qCephFS / MDS / Request Handling and State — Queued RequestsqrequestsCeph ceph daemon
ceph_mds_replyCephFS / MDS / Request Handling and State — Eventsreplyevents/sCeph ceph daemon
ceph_mds_server_handle_client_sessionCephFS / MDS / Request Handling and State — Eventsserver_handle_client_sessionevents/sCeph ceph daemon
ceph_mds_slow_replyCephFS / MDS / Request Handling and State — Failure and Delay Outcomesvalueevents/sCeph ceph daemon
ceph_mds_root_rfilesCephFS / MDS / Request Handling and State — FilesvaluefilesCeph ceph daemon
ceph_mds_inodesCephFS / MDS / Request Handling and State — InodesinodesinodesCeph ceph daemon
ceph_mds_inodes_bottomCephFS / MDS / Request Handling and State — InodesbottominodesCeph ceph daemon
ceph_mds_inodes_pin_tailCephFS / MDS / Request Handling and State — Inodespin_tailinodesCeph ceph daemon
ceph_mds_inodes_pinnedCephFS / MDS / Request Handling and State — InodespinnedinodesCeph ceph daemon
ceph_mds_inodes_topCephFS / MDS / Request Handling and State — InodestopinodesCeph ceph daemon
ceph_mds_inodes_expiredCephFS / MDS / Request Handling and State — Expired Inodesexpiredinodes/sCeph ceph daemon
ceph_mds_load_centCephFS / MDS / Request Handling and State — LoadvalueloadCeph ceph daemon
ceph_mds_forwardCephFS / MDS / Request Handling and State — Operationsforwardoperations/sCeph ceph daemon
ceph_mds_requestCephFS / MDS / Request Handling and State — Operationsrequestoperations/sCeph ceph daemon
ceph_mds_server_dispatch_client_requestCephFS / MDS / Request Handling and State — Operationsserver_dispatch_client_requestoperations/sCeph ceph daemon
ceph_mds_server_dispatch_server_requestCephFS / MDS / Request Handling and State — Operationsserver_dispatch_server_requestoperations/sCeph ceph daemon
ceph_mds_server_handle_client_requestCephFS / MDS / Request Handling and State — Operationsserver_handle_client_requestoperations/sCeph ceph daemon
ceph_mds_server_handle_peer_requestCephFS / MDS / Request Handling and State — Operationsserver_handle_peer_requestoperations/sCeph ceph daemon
ceph_mds_root_rsnapsCephFS / MDS / Request Handling and State — SnapshotsvaluesnapshotsCeph ceph daemon
ceph_mds_root_rbytesCephFS / MDS / Request Handling and State — Space and MemoryvaluebytesCeph ceph daemon
ceph_mds_subtreesCephFS / MDS / Request Handling and State — SubtreesvaluesubtreesCeph ceph daemon
ceph_mds_scrub_dir_base_inodesCephFS / MDS / Scrubbing — Scrubbed Inodesdir_base_inodesinodes/sCeph ceph daemon
ceph_mds_scrub_dir_inodesCephFS / MDS / Scrubbing — Scrubbed Inodesdir_inodesinodes/sCeph ceph daemon
ceph_mds_scrub_file_inodesCephFS / MDS / Scrubbing — Scrubbed Inodesfile_inodesinodes/sCeph ceph daemon
ceph_mds_scrub_backtrace_fetchCephFS / MDS / Scrubbing — Backtrace Workbacktrace_fetchbacktraces/sCeph ceph daemon
ceph_mds_scrub_backtrace_repairedCephFS / MDS / Scrubbing — Backtrace Workbacktrace_repairedbacktraces/sCeph ceph daemon
ceph_mds_scrub_inotable_repairedCephFS / MDS / Scrubbing — Repaired Inotablesinotable_repairedinotables/sCeph ceph daemon
ceph_mds_scrub_set_tagCephFS / MDS / Scrubbing — Applied Scrub Tagsset_tagtags/sCeph ceph daemon
ceph_mds_scrub_dirfrag_rstatsCephFS / MDS / Scrubbing — Directory-Fragment Recursive-Stat Updatesvaluedirfrags/sCeph ceph daemon
ceph_mds_server_req_lssnap_latency_countCephFS / MDS / Snapshot Mutation Latency — Latency Measurementslssnap_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_mksnap_latency_countCephFS / MDS / Snapshot Mutation Latency — Latency Measurementsmksnap_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_renamesnap_latency_countCephFS / MDS / Snapshot Mutation Latency — Latency Measurementsrenamesnap_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_rmsnap_latency_countCephFS / MDS / Snapshot Mutation Latency — Latency Measurementsrmsnap_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_snapdiff_latency_countCephFS / MDS / Snapshot Mutation Latency — Latency Measurementssnapdiff_latencyoperations/sCeph ceph daemon
ceph_mds_server_req_lssnap_latency_sumCephFS / MDS / Snapshot Mutation Latency — Accumulated Latencylssnap_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_mksnap_latency_sumCephFS / MDS / Snapshot Mutation Latency — Accumulated Latencymksnap_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_renamesnap_latency_sumCephFS / MDS / Snapshot Mutation Latency — Accumulated Latencyrenamesnap_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_rmsnap_latency_sumCephFS / MDS / Snapshot Mutation Latency — Accumulated Latencyrmsnap_latencyseconds/sCeph ceph daemon
ceph_mds_server_req_snapdiff_latency_sumCephFS / MDS / Snapshot Mutation Latency — Accumulated Latencysnapdiff_latencyseconds/sCeph ceph daemon
ceph_mds_mem_capCephFS / MDS / Memory — CapabilitiesvaluecapabilitiesCeph ceph daemon
ceph_mds_mem_cap_minusCephFS / MDS / Memory — Capability Workminuscapabilities/sCeph ceph daemon
ceph_mds_mem_cap_plusCephFS / MDS / Memory — Capability Workpluscapabilities/sCeph ceph daemon
ceph_mds_mem_dnCephFS / MDS / Memory — DentriesvaluedentriesCeph ceph daemon
ceph_mds_mem_dn_minusCephFS / MDS / Memory — Dentry Cache Churnminusdentries/sCeph ceph daemon
ceph_mds_mem_dn_plusCephFS / MDS / Memory — Dentry Cache Churnplusdentries/sCeph ceph daemon
ceph_mds_mem_dirCephFS / MDS / Memory — DirectoriesvaluedirectoriesCeph ceph daemon
ceph_mds_mem_dir_minusCephFS / MDS / Memory — Directory Cache Churnminusdirectories/sCeph ceph daemon
ceph_mds_mem_dir_plusCephFS / MDS / Memory — Directory Cache Churnplusdirectories/sCeph ceph daemon
ceph_mds_mem_inoCephFS / MDS / Memory — InodesvalueinodesCeph ceph daemon
ceph_mds_mem_ino_minusCephFS / MDS / Memory — Inode Workminusinodes/sCeph ceph daemon
ceph_mds_mem_ino_plusCephFS / MDS / Memory — Inode Workplusinodes/sCeph ceph daemon
ceph_mds_mem_heapCephFS / MDS / Memory — Space and MemoryheapbytesCeph ceph daemon
ceph_mds_mem_rssCephFS / MDS / Memory — Space and MemoryrssbytesCeph ceph daemon
ceph_mds_sessions_avg_session_uptimeCephFS / MDS / Sessions — Duration and TimevaluesecondsCeph ceph daemon
ceph_mds_sessions_session_addCephFS / MDS / Sessions — Eventsaddevents/sCeph ceph daemon
ceph_mds_sessions_session_removeCephFS / MDS / Sessions — Eventsremoveevents/sCeph ceph daemon
ceph_mds_sessions_average_loadCephFS / MDS / Sessions — Average Session Loadaverage_loadloadCeph ceph daemon
ceph_mds_sessions_total_loadCephFS / MDS / Sessions — Total Session Loadtotal_loadloadCeph ceph daemon
ceph_mds_sessions_mdthresh_evictedCephFS / MDS / Sessions — Metadata-Threshold Evictionsvaluesessions/sCeph ceph daemon
ceph_mds_sessions_session_countCephFS / MDS / Sessions — SessionssessionsessionsCeph ceph daemon
ceph_mds_sessions_sessions_openCephFS / MDS / Sessions — Sessionssessions_opensessionsCeph ceph daemon
ceph_mds_sessions_sessions_staleCephFS / MDS / Sessions — Sessionssessions_stalesessionsCeph ceph daemon
ceph_mds_per_client_cap_hitsCephFS / MDS / Clients — Capability Access Outcomeshitsaccesses/sCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_cap_missCephFS / MDS / Clients — Capability Access Outcomesmissesaccesses/sCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_dentry_lease_hitsCephFS / MDS / Clients — Dentry Lease Lookup Outcomeshitslookups/sCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_dentry_lease_missCephFS / MDS / Clients — Dentry Lease Lookup Outcomesmisseslookups/sCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_avg_read_latencyCephFS / MDS / Clients — Average Operation LatencyreadsecondsCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_avg_write_latencyCephFS / MDS / Clients — Average Operation LatencywritesecondsCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_avg_metadata_latencyCephFS / MDS / Clients — Average Operation LatencymetadatasecondsCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_opened_filesCephFS / MDS / Clients — Open FilesopenfilesCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_opened_inodesCephFS / MDS / Clients — Inode StateopeninodesCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_total_inodesCephFS / MDS / Clients — Inode StatetotalinodesCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_pinned_icapsCephFS / MDS / Clients — Pinned Inode CapabilitiespinnedcapabilitiesCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_total_read_opsCephFS / MDS / Clients — Reported I/O Operationsreadoperations/sCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_total_write_opsCephFS / MDS / Clients — Reported I/O Operationswriteoperations/sCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_total_read_sizeCephFS / MDS / Clients — Reported I/O Volumereadbytes/sCeph ceph daemon and client and rank and mds filesystem key
ceph_mds_per_client_total_write_sizeCephFS / MDS / Clients — Reported I/O Volumewritebytes/sCeph ceph daemon and client and rank and mds filesystem key
ceph_cephfs_mirror_mirrored_filesystemsCephFS / Mirror / Service — Mirrored FilesystemsmirroredfilesystemsCeph ceph daemon
ceph_cephfs_mirror_mirror_enable_failuresCephFS / Mirror / Service — Mirroring Enable Failuresfailuresfailures/sCeph ceph daemon
ceph_cephfs_mirror_mirrored_filesystems_mirroring_peersCephFS / Mirror / Filesystems — Mirroring PeerspeerspeersCeph ceph daemon and filesystem
ceph_cephfs_mirror_mirrored_filesystems_directory_countCephFS / Mirror / Filesystems — Mirrored DirectoriesdirectoriesdirectoriesCeph ceph daemon and filesystem
ceph_cephfs_mirror_peers_snaps_syncedCephFS / Mirror / Peers — Snapshot Outcomessyncedsnapshots/sCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_snaps_deletedCephFS / Mirror / Peers — Snapshot Outcomesdeletedsnapshots/sCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_snaps_renamedCephFS / Mirror / Peers — Snapshot Outcomesrenamedsnapshots/sCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_sync_failuresCephFS / Mirror / Peers — Snapshot Outcomesfailedsnapshots/sCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_avg_sync_time_countCephFS / Mirror / Peers — Sync-Time Measurementssnapshotssnapshots/sCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_avg_sync_time_sumCephFS / Mirror / Peers — Accumulated Sync Timetimeseconds/sCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_sync_bytesCephFS / Mirror / Peers — Sync Throughputbytesbytes/sCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_last_synced_startCephFS / Mirror / Peers — Last Sync Timestampsstartedseconds since epochCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_last_synced_endCephFS / Mirror / Peers — Last Sync Timestampsendedseconds since epochCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_last_synced_durationCephFS / Mirror / Peers — Last Sync DurationdurationsecondsCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid
ceph_cephfs_mirror_peers_last_synced_bytesCephFS / Mirror / Peers — Last Sync SizebytesbytesCeph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid

Cluster Overview

Prometheus metricNetdata chartDimensionUnitScope
ceph_prometheus_collect_duration_seconds_countCluster Overview — Latency Measurementsvalueoperations/sCeph method
ceph_prometheus_collect_duration_seconds_sumCluster Overview — Accumulated Latencyvalueseconds/sCeph method
ceph_cluster_osd_blocklist_countCluster Overview — Current WorkvalueitemsCeph cluster endpoint
ceph_disk_occupationCluster Overview — State and Metadata — Occupationoccupation{status}Ceph ceph daemon and ceph instance and db device and device and device ids and devices and wal device
ceph_disk_occupation_humanCluster Overview — State and Metadata — Humanhuman{status}Ceph ceph daemon and ceph instance and device

Control Plane

Prometheus metricNetdata chartDimensionUnitScope
ceph_cephadm_daemon_statusControl Plane / Cephadm — State and Metadatavalue{status}Ceph daemon name and hostname and service name and service type
ceph_mgr_metadataControl Plane / Manager — State and Metadata — Metadatametadata{status}Ceph ceph daemon and ceph version and hostname
ceph_mgr_statusControl Plane / Manager — State and Metadata — Statusstatus{status}Ceph ceph daemon
ceph_mgr_module_can_runControl Plane / Manager Modules — State and Metadatacan_run{status}Ceph name
ceph_mgr_module_statusControl Plane / Manager Modules — State and Metadatastatus{status}Ceph name
ceph_mon_metadataControl Plane / Monitor — Cluster SummarytotalmonitorsCeph cluster endpoint
ceph_mon_quorum_statusControl Plane / Monitor — Cluster Summaryin_quorummonitorsCeph cluster endpoint
ceph_mon_metadataControl Plane / Monitor — State and Metadata — MetadatametadatamonitorsCeph ceph daemon and ceph version and hostname and public addr and rank
ceph_mon_quorum_statusControl Plane / Monitor — State and Metadata — Quorum Statusquorum_statusmonitorsCeph ceph daemon
ceph_paxos_begin_bytes_countControl Plane / Paxos — Byte Measurement Measurementsbegin_bytesmeasurements/sCeph ceph daemon
ceph_paxos_collect_bytes_countControl Plane / Paxos — Byte Measurement Measurementscollect_bytesmeasurements/sCeph ceph daemon
ceph_paxos_commit_bytes_countControl Plane / Paxos — Byte Measurement Measurementscommit_bytesmeasurements/sCeph ceph daemon
ceph_paxos_share_state_bytes_countControl Plane / Paxos — Byte Measurement Measurementsshare_state_bytesmeasurements/sCeph ceph daemon
ceph_paxos_store_state_bytes_countControl Plane / Paxos — Byte Measurement Measurementsstore_state_bytesmeasurements/sCeph ceph daemon
ceph_paxos_begin_bytes_sumControl Plane / Paxos — Accumulated Byte Measurementbegin_bytesbytes/sCeph ceph daemon
ceph_paxos_collect_bytes_sumControl Plane / Paxos — Accumulated Byte Measurementcollect_bytesbytes/sCeph ceph daemon
ceph_paxos_commit_bytes_sumControl Plane / Paxos — Accumulated Byte Measurementcommit_bytesbytes/sCeph ceph daemon
ceph_paxos_share_state_bytes_sumControl Plane / Paxos — Accumulated Byte Measurementshare_state_bytesbytes/sCeph ceph daemon
ceph_paxos_store_state_bytes_sumControl Plane / Paxos — Accumulated Byte Measurementstore_state_bytesbytes/sCeph ceph daemon
ceph_paxos_begin_keys_countControl Plane / Paxos — Key Measurement Measurementsbegin_keysmeasurements/sCeph ceph daemon
ceph_paxos_collect_keys_countControl Plane / Paxos — Key Measurement Measurementscollect_keysmeasurements/sCeph ceph daemon
ceph_paxos_commit_keys_countControl Plane / Paxos — Key Measurement Measurementscommit_keysmeasurements/sCeph ceph daemon
ceph_paxos_share_state_keys_countControl Plane / Paxos — Key Measurement Measurementsshare_state_keysmeasurements/sCeph ceph daemon
ceph_paxos_store_state_keys_countControl Plane / Paxos — Key Measurement Measurementsstore_state_keysmeasurements/sCeph ceph daemon
ceph_paxos_begin_keys_sumControl Plane / Paxos — Accumulated Key Measurementbegin_keyskeys/sCeph ceph daemon
ceph_paxos_collect_keys_sumControl Plane / Paxos — Accumulated Key Measurementcollect_keyskeys/sCeph ceph daemon
ceph_paxos_commit_keys_sumControl Plane / Paxos — Accumulated Key Measurementcommit_keyskeys/sCeph ceph daemon
ceph_paxos_share_state_keys_sumControl Plane / Paxos — Accumulated Key Measurementshare_state_keyskeys/sCeph ceph daemon
ceph_paxos_store_state_keys_sumControl Plane / Paxos — Accumulated Key Measurementstore_state_keyskeys/sCeph ceph daemon
ceph_paxos_begin_latency_countControl Plane / Paxos — Latency Measurementsbegin_latencyoperations/sCeph ceph daemon
ceph_paxos_collect_latency_countControl Plane / Paxos — Latency Measurementscollect_latencyoperations/sCeph ceph daemon
ceph_paxos_commit_latency_countControl Plane / Paxos — Latency Measurementscommit_latencyoperations/sCeph ceph daemon
ceph_paxos_new_pn_latency_countControl Plane / Paxos — Latency Measurementsnew_pn_latencyoperations/sCeph ceph daemon
ceph_paxos_refresh_latency_countControl Plane / Paxos — Latency Measurementsrefresh_latencyoperations/sCeph ceph daemon
ceph_paxos_store_state_latency_countControl Plane / Paxos — Latency Measurementsstore_state_latencyoperations/sCeph ceph daemon
ceph_paxos_begin_latency_sumControl Plane / Paxos — Accumulated Latencybegin_latencyseconds/sCeph ceph daemon
ceph_paxos_collect_latency_sumControl Plane / Paxos — Accumulated Latencycollect_latencyseconds/sCeph ceph daemon
ceph_paxos_commit_latency_sumControl Plane / Paxos — Accumulated Latencycommit_latencyseconds/sCeph ceph daemon
ceph_paxos_new_pn_latency_sumControl Plane / Paxos — Accumulated Latencynew_pn_latencyseconds/sCeph ceph daemon
ceph_paxos_refresh_latency_sumControl Plane / Paxos — Accumulated Latencyrefresh_latencyseconds/sCeph ceph daemon
ceph_paxos_store_state_latency_sumControl Plane / Paxos — Accumulated Latencystore_state_latencyseconds/sCeph ceph daemon
ceph_paxos_new_pnControl Plane / Paxos — Eventsnew_pnevents/sCeph ceph daemon
ceph_paxos_refreshControl Plane / Paxos — Eventsrefreshevents/sCeph ceph daemon
ceph_paxos_restartControl Plane / Paxos — Eventsrestartevents/sCeph ceph daemon
ceph_paxos_share_stateControl Plane / Paxos — Eventsshare_stateevents/sCeph ceph daemon
ceph_paxos_start_leaderControl Plane / Paxos — Eventsstart_leaderevents/sCeph ceph daemon
ceph_paxos_start_peonControl Plane / Paxos — Eventsstart_peonevents/sCeph ceph daemon
ceph_paxos_store_stateControl Plane / Paxos — Eventsstore_stateevents/sCeph ceph daemon
ceph_paxos_accept_timeoutControl Plane / Paxos — Failure and Delay Outcomesaccept_timeoutevents/sCeph ceph daemon
ceph_paxos_collect_timeoutControl Plane / Paxos — Failure and Delay Outcomescollect_timeoutevents/sCeph ceph daemon
ceph_paxos_lease_ack_timeoutControl Plane / Paxos — Failure and Delay Outcomeslease_ack_timeoutevents/sCeph ceph daemon
ceph_paxos_lease_timeoutControl Plane / Paxos — Failure and Delay Outcomeslease_timeoutevents/sCeph ceph daemon
ceph_paxos_beginControl Plane / Paxos — Paxos Operationsbeginoperations/sCeph ceph daemon
ceph_paxos_collectControl Plane / Paxos — Paxos Operationscollectoperations/sCeph ceph daemon
ceph_paxos_commitControl Plane / Paxos — Paxos Operationscommitoperations/sCeph ceph daemon
ceph_paxos_collect_uncommittedControl Plane / Paxos — Collected Uncommitted Valuescollect_uncommittedvalues/sCeph ceph daemon

Health

Prometheus metricNetdata chartDimensionUnitScope
ceph_health_statusHealth / Cluster Status — State and Metadatavalue{status}Ceph cluster endpoint
ceph_daemon_health_metricsHealth / Daemon Health — Health Metric CountvalueitemsCeph ceph daemon and type
ceph_health_detailHealth / Health Checks — State and Metadatavalue{status}Ceph name
ceph_healthcheck_slow_opsHealth / Slow Operations — Slow OperationsvalueoperationsCeph cluster endpoint

OSDs

Prometheus metricNetdata chartDimensionUnitScope
ceph_osd_flag_nodeep_scrubOSDs / Capacity and State / Cluster Flags — State and Metadatanodeep_scrub{status}Ceph cluster endpoint
ceph_osd_flag_nodownOSDs / Capacity and State / Cluster Flags — State and Metadatanodown{status}Ceph cluster endpoint
ceph_osd_flag_noinOSDs / Capacity and State / Cluster Flags — State and Metadatanoin{status}Ceph cluster endpoint
ceph_osd_flag_nooutOSDs / Capacity and State / Cluster Flags — State and Metadatanoout{status}Ceph cluster endpoint
ceph_osd_flag_norebalanceOSDs / Capacity and State / Cluster Flags — State and Metadatanorebalance{status}Ceph cluster endpoint
ceph_osd_flag_noscrubOSDs / Capacity and State / Cluster Flags — State and Metadatanoscrub{status}Ceph cluster endpoint
ceph_osd_flag_noupOSDs / Capacity and State / Cluster Flags — State and Metadatanoup{status}Ceph cluster endpoint
ceph_osd_full_ratioOSDs / Capacity and State / Fullness Thresholds — Ratiosfull_ratioratioCeph cluster endpoint
ceph_osd_nearfull_ratioOSDs / Capacity and State / Fullness Thresholds — Ratiosnearfull_ratioratioCeph cluster endpoint
ceph_osd_metadataOSDs / Capacity and State / Metadata — State and MetadatavalueOSDsCeph back iface and ceph daemon and ceph version and cluster addr and device class and front iface and hostname and objectstore and public addr
ceph_osd_metadataOSDs / Capacity and State / OSD State — Cluster SummarytotalOSDsCeph cluster endpoint
ceph_osd_upOSDs / Capacity and State / OSD State — Cluster SummaryupOSDsCeph cluster endpoint
ceph_osd_inOSDs / Capacity and State / OSD State — OSD StateinOSDsCeph ceph daemon
ceph_osd_upOSDs / Capacity and State / OSD State — OSD StateupOSDsCeph ceph daemon
ceph_osd_weightOSDs / Capacity and State / OSD State — OSD WeightweightratioCeph ceph daemon
ceph_osd_apply_latency_msOSDs / Overview — Latencyapply_latency_msmillisecondsCeph ceph daemon
ceph_osd_commit_latency_msOSDs / Overview — Latencycommit_latency_msmillisecondsCeph ceph daemon
ceph_osd_op_before_dequeue_op_lat_countOSDs / Client IO — Latency Measurementsop_before_dequeue_op_latoperations/sCeph ceph daemon
ceph_osd_op_before_queue_op_lat_countOSDs / Client IO — Latency Measurementsop_before_queue_op_latoperations/sCeph ceph daemon
ceph_osd_op_latency_countOSDs / Client IO — Latency Measurementsop_latencyoperations/sCeph ceph daemon
ceph_osd_op_prepare_latency_countOSDs / Client IO — Latency Measurementsop_prepare_latencyoperations/sCeph ceph daemon
ceph_osd_op_process_latency_countOSDs / Client IO — Latency Measurementsop_process_latencyoperations/sCeph ceph daemon
ceph_osd_op_r_latency_countOSDs / Client IO — Latency Measurementsop_r_latencyoperations/sCeph ceph daemon
ceph_osd_op_r_prepare_latency_countOSDs / Client IO — Latency Measurementsop_r_prepare_latencyoperations/sCeph ceph daemon
ceph_osd_op_r_process_latency_countOSDs / Client IO — Latency Measurementsop_r_process_latencyoperations/sCeph ceph daemon
ceph_osd_op_rw_latency_countOSDs / Client IO — Latency Measurementsop_rw_latencyoperations/sCeph ceph daemon
ceph_osd_op_rw_prepare_latency_countOSDs / Client IO — Latency Measurementsop_rw_prepare_latencyoperations/sCeph ceph daemon
ceph_osd_op_rw_process_latency_countOSDs / Client IO — Latency Measurementsop_rw_process_latencyoperations/sCeph ceph daemon
ceph_osd_op_w_latency_countOSDs / Client IO — Latency Measurementsop_w_latencyoperations/sCeph ceph daemon
ceph_osd_op_w_prepare_latency_countOSDs / Client IO — Latency Measurementsop_w_prepare_latencyoperations/sCeph ceph daemon
ceph_osd_op_w_process_latency_countOSDs / Client IO — Latency Measurementsop_w_process_latencyoperations/sCeph ceph daemon
ceph_osd_subop_latency_countOSDs / Client IO — Latency Measurementssubop_latencyoperations/sCeph ceph daemon
ceph_osd_subop_pull_latency_countOSDs / Client IO — Latency Measurementssubop_pull_latencyoperations/sCeph ceph daemon
ceph_osd_subop_push_latency_countOSDs / Client IO — Latency Measurementssubop_push_latencyoperations/sCeph ceph daemon
ceph_osd_subop_w_latency_countOSDs / Client IO — Latency Measurementssubop_w_latencyoperations/sCeph ceph daemon
ceph_osd_op_before_dequeue_op_lat_sumOSDs / Client IO — Accumulated Latencyop_before_dequeue_op_latseconds/sCeph ceph daemon
ceph_osd_op_before_queue_op_lat_sumOSDs / Client IO — Accumulated Latencyop_before_queue_op_latseconds/sCeph ceph daemon
ceph_osd_op_latency_sumOSDs / Client IO — Accumulated Latencyop_latencyseconds/sCeph ceph daemon
ceph_osd_op_prepare_latency_sumOSDs / Client IO — Accumulated Latencyop_prepare_latencyseconds/sCeph ceph daemon
ceph_osd_op_process_latency_sumOSDs / Client IO — Accumulated Latencyop_process_latencyseconds/sCeph ceph daemon
ceph_osd_op_r_latency_sumOSDs / Client IO — Accumulated Latencyop_r_latencyseconds/sCeph ceph daemon
ceph_osd_op_r_prepare_latency_sumOSDs / Client IO — Accumulated Latencyop_r_prepare_latencyseconds/sCeph ceph daemon
ceph_osd_op_r_process_latency_sumOSDs / Client IO — Accumulated Latencyop_r_process_latencyseconds/sCeph ceph daemon
ceph_osd_op_rw_latency_sumOSDs / Client IO — Accumulated Latencyop_rw_latencyseconds/sCeph ceph daemon
ceph_osd_op_rw_prepare_latency_sumOSDs / Client IO — Accumulated Latencyop_rw_prepare_latencyseconds/sCeph ceph daemon
ceph_osd_op_rw_process_latency_sumOSDs / Client IO — Accumulated Latencyop_rw_process_latencyseconds/sCeph ceph daemon
ceph_osd_op_w_latency_sumOSDs / Client IO — Accumulated Latencyop_w_latencyseconds/sCeph ceph daemon
ceph_osd_op_w_prepare_latency_sumOSDs / Client IO — Accumulated Latencyop_w_prepare_latencyseconds/sCeph ceph daemon
ceph_osd_op_w_process_latency_sumOSDs / Client IO — Accumulated Latencyop_w_process_latencyseconds/sCeph ceph daemon
ceph_osd_subop_latency_sumOSDs / Client IO — Accumulated Latencysubop_latencyseconds/sCeph ceph daemon
ceph_osd_subop_pull_latency_sumOSDs / Client IO — Accumulated Latencysubop_pull_latencyseconds/sCeph ceph daemon
ceph_osd_subop_push_latency_sumOSDs / Client IO — Accumulated Latencysubop_push_latencyseconds/sCeph ceph daemon
ceph_osd_subop_w_latency_sumOSDs / Client IO — Accumulated Latencysubop_w_latencyseconds/sCeph ceph daemon
ceph_osd_op_in_bytesOSDs / Client IO — Byte Throughputop_in_bytesbytes/sCeph ceph daemon
ceph_osd_op_out_bytesOSDs / Client IO — Byte Throughputop_out_bytesbytes/sCeph ceph daemon
ceph_osd_op_r_out_bytesOSDs / Client IO — Byte Throughputop_r_out_bytesbytes/sCeph ceph daemon
ceph_osd_op_rw_in_bytesOSDs / Client IO — Byte Throughputop_rw_in_bytesbytes/sCeph ceph daemon
ceph_osd_op_rw_out_bytesOSDs / Client IO — Byte Throughputop_rw_out_bytesbytes/sCeph ceph daemon
ceph_osd_op_w_in_bytesOSDs / Client IO — Byte Throughputop_w_in_bytesbytes/sCeph ceph daemon
ceph_osd_subop_in_bytesOSDs / Client IO — Byte Throughputsubop_in_bytesbytes/sCeph ceph daemon
ceph_osd_subop_push_in_bytesOSDs / Client IO — Byte Throughputsubop_push_in_bytesbytes/sCeph ceph daemon
ceph_osd_subop_w_in_bytesOSDs / Client IO — Byte Throughputsubop_w_in_bytesbytes/sCeph ceph daemon
ceph_osd_op_wipOSDs / Client IO — Operations in ProgressvalueoperationsCeph ceph daemon
ceph_osd_subop_pushOSDs / Client IO — Eventsvalueevents/sCeph ceph daemon
ceph_osd_slow_ops_slow_ops_countOSDs / Client IO — Failure and Delay Outcomesvalueevents/sCeph ceph daemon
ceph_osd_op_cache_hitOSDs / Client IO — Lookup Outcomesvaluelookups/sCeph ceph daemon
ceph_osd_op_delayed_degradedOSDs / Client IO — Object Workop_delayed_degradedobjects/sCeph ceph daemon
ceph_osd_op_delayed_unreadableOSDs / Client IO — Object Workop_delayed_unreadableobjects/sCeph ceph daemon
ceph_osd_replica_read_redirect_missingOSDs / Client IO — Object Workreplica_read_redirect_missingobjects/sCeph ceph daemon
ceph_osd_opOSDs / Client IO — Operationsopoperations/sCeph ceph daemon
ceph_osd_op_rOSDs / Client IO — Operationsop_roperations/sCeph ceph daemon
ceph_osd_op_rwOSDs / Client IO — Operationsop_rwoperations/sCeph ceph daemon
ceph_osd_op_wOSDs / Client IO — Operationsop_woperations/sCeph ceph daemon
ceph_osd_replica_readOSDs / Client IO — Operationsreplica_readoperations/sCeph ceph daemon
ceph_osd_replica_read_redirect_conflictOSDs / Client IO — Operationsreplica_read_redirect_conflictoperations/sCeph ceph daemon
ceph_osd_replica_read_servedOSDs / Client IO — Operationsreplica_read_servedoperations/sCeph ceph daemon
ceph_osd_subop_pullOSDs / Client IO — Operationssubop_pulloperations/sCeph ceph daemon
ceph_osd_subop_wOSDs / Client IO — Operationssubop_woperations/sCeph ceph daemon
ceph_osd_tier_proxy_readOSDs / Client IO — Operationstier_proxy_readoperations/sCeph ceph daemon
ceph_osd_tier_proxy_writeOSDs / Client IO — Operationstier_proxy_writeoperations/sCeph ceph daemon
ceph_osd_l_osd_recovery_backfill_queue_latency_countOSDs / Recovery — Latency Measurementsbackfill_queue_latencyoperations/sCeph ceph daemon
ceph_osd_l_osd_recovery_backfill_remove_queue_latency_countOSDs / Recovery — Latency Measurementsbackfill_remove_queue_latencyoperations/sCeph ceph daemon
ceph_osd_l_osd_recovery_context_queue_latency_countOSDs / Recovery — Latency Measurementscontext_queue_latencyoperations/sCeph ceph daemon
ceph_osd_l_osd_recovery_pull_queue_latency_countOSDs / Recovery — Latency Measurementspull_queue_latencyoperations/sCeph ceph daemon
ceph_osd_l_osd_recovery_push_queue_latency_countOSDs / Recovery — Latency Measurementspush_queue_latencyoperations/sCeph ceph daemon
ceph_osd_l_osd_recovery_push_reply_queue_latency_countOSDs / Recovery — Latency Measurementspush_reply_queue_latencyoperations/sCeph ceph daemon
ceph_osd_l_osd_recovery_queue_latency_countOSDs / Recovery — Latency Measurementsqueue_latencyoperations/sCeph ceph daemon
ceph_osd_l_osd_recovery_scan_queue_latency_countOSDs / Recovery — Latency Measurementsscan_queue_latencyoperations/sCeph ceph daemon
ceph_osd_l_osd_recovery_backfill_queue_latency_sumOSDs / Recovery — Accumulated Latencybackfill_queue_latencyseconds/sCeph ceph daemon
ceph_osd_l_osd_recovery_backfill_remove_queue_latency_sumOSDs / Recovery — Accumulated Latencybackfill_remove_queue_latencyseconds/sCeph ceph daemon
ceph_osd_l_osd_recovery_context_queue_latency_sumOSDs / Recovery — Accumulated Latencycontext_queue_latencyseconds/sCeph ceph daemon
ceph_osd_l_osd_recovery_pull_queue_latency_sumOSDs / Recovery — Accumulated Latencypull_queue_latencyseconds/sCeph ceph daemon
ceph_osd_l_osd_recovery_push_queue_latency_sumOSDs / Recovery — Accumulated Latencypush_queue_latencyseconds/sCeph ceph daemon
ceph_osd_l_osd_recovery_push_reply_queue_latency_sumOSDs / Recovery — Accumulated Latencypush_reply_queue_latencyseconds/sCeph ceph daemon
ceph_osd_l_osd_recovery_queue_latency_sumOSDs / Recovery — Accumulated Latencyqueue_latencyseconds/sCeph ceph daemon
ceph_osd_l_osd_recovery_scan_queue_latency_sumOSDs / Recovery — Accumulated Latencyscan_queue_latencyseconds/sCeph ceph daemon
ceph_osd_recovery_bytesOSDs / Recovery — Byte Throughputvaluebytes/sCeph ceph daemon
ceph_osd_recovery_opsOSDs / Recovery — Operationsvalueoperations/sCeph ceph daemon
ceph_recoverystate_perf_pg_rebuild_duration_countOSDs / Recovery — PG Rebuild Duration Measurementsvalueduration measurements/sCeph ceph daemon
ceph_recoverystate_perf_pg_rebuild_duration_sumOSDs / Recovery — PG Rebuild Accumulated Durationvalueseconds/sCeph ceph daemon
ceph_recoverystate_perf_pg_rebuild_max_secsOSDs / Recovery — PG Rebuild Duration RangemaximumsecondsCeph ceph daemon
ceph_recoverystate_perf_pg_rebuild_min_secsOSDs / Recovery — PG Rebuild Duration RangeminimumsecondsCeph ceph daemon
ceph_osd_osd_tier_flush_lat_countOSDs / Runtime — Latency Measurementsflush_latoperations/sCeph ceph daemon
ceph_osd_osd_tier_promote_lat_countOSDs / Runtime — Latency Measurementspromote_latoperations/sCeph ceph daemon
ceph_osd_osd_tier_r_lat_countOSDs / Runtime — Latency Measurementsr_latoperations/sCeph ceph daemon
ceph_osd_osd_tier_flush_lat_sumOSDs / Runtime — Accumulated Latencyflush_latseconds/sCeph ceph daemon
ceph_osd_osd_tier_promote_lat_sumOSDs / Runtime — Accumulated Latencypromote_latseconds/sCeph ceph daemon
ceph_osd_osd_tier_r_lat_sumOSDs / Runtime — Accumulated Latencyr_latseconds/sCeph ceph daemon
ceph_osd_osd_map_cache_miss_low_avg_countOSDs / Runtime — Value Measurement Measurementsvaluemeasurements/sCeph ceph daemon
ceph_osd_osd_map_cache_miss_low_avg_sumOSDs / Runtime — Accumulated Value Measurementvaluevalue/sCeph ceph daemon
ceph_osd_push_out_bytesOSDs / Runtime — Byte Throughputvaluebytes/sCeph ceph daemon
ceph_osd_cached_crcOSDs / Runtime — CRC Cache Lookup Outcomescached_crclookups/sCeph ceph daemon
ceph_osd_cached_crc_adjustedOSDs / Runtime — CRC Cache Lookup Outcomescached_crc_adjustedlookups/sCeph ceph daemon
ceph_osd_missed_crcOSDs / Runtime — CRC Cache Lookup Outcomesmissed_crclookups/sCeph ceph daemon
ceph_osd_agent_evictOSDs / Runtime — Tier-Agent Actionsagent_evictactions/sCeph ceph daemon
ceph_osd_agent_wakeOSDs / Runtime — Tier-Agent Actionsagent_wakeactions/sCeph ceph daemon
ceph_osd_tier_cleanOSDs / Runtime — Tier-Agent Actionstier_cleanactions/sCeph ceph daemon
ceph_osd_tier_delayOSDs / Runtime — Tier-Agent Actionstier_delayactions/sCeph ceph daemon
ceph_osd_tier_dirtyOSDs / Runtime — Tier-Agent Actionstier_dirtyactions/sCeph ceph daemon
ceph_osd_tier_evictOSDs / Runtime — Tier-Agent Actionstier_evictactions/sCeph ceph daemon
ceph_osd_tier_promoteOSDs / Runtime — Tier-Agent Actionstier_promoteactions/sCeph ceph daemon
ceph_osd_copyfromOSDs / Runtime — Copy-From Operationscopyfromoperations/sCeph ceph daemon
ceph_osd_map_messagesOSDs / Runtime — OSD-Map Messagesmap_messagesmessages/sCeph ceph daemon
ceph_osd_messages_delayed_for_mapOSDs / Runtime — OSD-Map Messagesmessages_delayed_for_mapmessages/sCeph ceph daemon
ceph_osd_map_message_epochsOSDs / Runtime — OSD-Map Epochsmap_message_epochsepochs/sCeph ceph daemon
ceph_osd_map_message_epoch_dupsOSDs / Runtime — OSD-Map Epochsmap_message_epoch_dupsepochs/sCeph ceph daemon
ceph_osd_osd_pg_biginfoOSDs / Runtime — Placement-Group Updatesosd_pg_biginfoupdates/sCeph ceph daemon
ceph_osd_osd_pg_fastinfoOSDs / Runtime — Placement-Group Updatesosd_pg_fastinfoupdates/sCeph ceph daemon
ceph_osd_osd_pg_infoOSDs / Runtime — Total Placement-Group Updatestotalplacement group updates/sCeph ceph daemon
ceph_osd_pushOSDs / Runtime — Pushespushpushes/sCeph ceph daemon
ceph_osd_subopOSDs / Runtime — Suboperationssubopsuboperations/sCeph ceph daemon
ceph_osd_tier_flush_failOSDs / Runtime — Failed Tier Flush Attemptstier_flush_failattempts/sCeph ceph daemon
ceph_osd_tier_try_flush_failOSDs / Runtime — Failed Tier Flush Attemptstier_try_flush_failattempts/sCeph ceph daemon
ceph_osd_watch_timeoutsOSDs / Runtime — Watch Timeoutswatch_timeoutswatches/sCeph ceph daemon
ceph_osd_osd_map_bl_cache_hitOSDs / Runtime — OSD-Map Buffer-Cache Lookup Outcomesosd_map_bl_cache_hitlookups/sCeph ceph daemon
ceph_osd_osd_map_bl_cache_missOSDs / Runtime — OSD-Map Buffer-Cache Lookup Outcomesosd_map_bl_cache_misslookups/sCeph ceph daemon
ceph_osd_osd_map_cache_hitOSDs / Runtime — Decoded OSD-Map Cache Lookup Outcomesosd_map_cache_hitlookups/sCeph ceph daemon
ceph_osd_osd_map_cache_missOSDs / Runtime — Decoded OSD-Map Cache Lookup Outcomesosd_map_cache_misslookups/sCeph ceph daemon
ceph_osd_osd_map_cache_miss_lowOSDs / Runtime — Decoded OSD-Map Cache Lookup Outcomesosd_map_cache_miss_lowlookups/sCeph ceph daemon
ceph_osd_tier_whiteoutOSDs / Runtime — Tier Whiteoutstier_whiteoutwhiteouts/sCeph ceph daemon
ceph_osd_agent_skipOSDs / Runtime — Skipped Objectsagent_skipobjects/sCeph ceph daemon
ceph_osd_object_ctx_cache_hitOSDs / Runtime — Object-Context Cache Lookup Outcomesobject_ctx_cache_hitlookups/sCeph ceph daemon
ceph_osd_object_ctx_cache_totalOSDs / Runtime — Object-Context Cache Lookup Outcomesobject_ctx_cachelookups/sCeph ceph daemon
ceph_osd_agent_flushOSDs / Runtime — Tier Flush Attemptsagent_flushattempts/sCeph ceph daemon
ceph_osd_tier_flushOSDs / Runtime — Tier Flush Attemptstier_flushattempts/sCeph ceph daemon
ceph_osd_tier_try_flushOSDs / Runtime — Tier Flush Attemptstier_try_flushattempts/sCeph ceph daemon
ceph_osd_pullOSDs / Runtime — Pullspullpulls/sCeph ceph daemon
ceph_osd_numpgOSDs / Runtime — Placement GroupsnumpgPGsCeph ceph daemon
ceph_osd_numpg_primaryOSDs / Runtime — Placement GroupsprimaryPGsCeph ceph daemon
ceph_osd_numpg_removingOSDs / Runtime — Placement GroupsremovingPGsCeph ceph daemon
ceph_osd_numpg_replicaOSDs / Runtime — Placement GroupsreplicaPGsCeph ceph daemon
ceph_osd_numpg_strayOSDs / Runtime — Placement GroupsstrayPGsCeph ceph daemon
ceph_osd_stat_bytesOSDs / Runtime — Space and MemorybytesbytesCeph ceph daemon
ceph_osd_stat_bytes_availOSDs / Runtime — Space and MemoryavailbytesCeph ceph daemon
ceph_osd_stat_bytes_usedOSDs / Runtime — Space and MemoryusedbytesCeph ceph daemon
ceph_osd_heartbeat_to_peersOSDs / Runtime — Heartbeat Peersheartbeat_to_peerspeersCeph ceph daemon
ceph_osd_loadavgOSDs / Runtime — OSD Load AverageloadavgloadCeph ceph daemon
ceph_osd_scrub_dp_ec_failed_scrubs_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurementsdp_ec_failed_scrubs_elapsedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_successful_scrubs_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurementsdp_ec_successful_scrubs_elapsedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_failed_scrubs_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurementsdp_repl_failed_scrubs_elapsedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_successful_scrubs_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurementsdp_repl_successful_scrubs_elapsedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_failed_scrubs_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurementssh_ec_failed_scrubs_elapsedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_successful_scrubs_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurementssh_ec_successful_scrubs_elapsedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_failed_scrubs_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurementssh_repl_failed_scrubs_elapsedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_successful_scrubs_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurementssh_repl_successful_scrubs_elapsedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_failed_reservations_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurementsdp_ec_failed_reservations_elapsedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_successful_reservations_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurementsdp_ec_successful_reservations_elapsedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_failed_reservations_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurementsdp_repl_failed_reservations_elapsedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_successful_reservations_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurementsdp_repl_successful_reservations_elapsedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_failed_reservations_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurementssh_ec_failed_reservations_elapsedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_successful_reservations_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurementssh_ec_successful_reservations_elapsedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_failed_reservations_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurementssh_repl_failed_reservations_elapsedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_successful_reservations_elapsed_countOSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurementssh_repl_successful_reservations_elapsedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_failed_scrubs_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Timedp_ec_failed_scrubs_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_successful_scrubs_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Timedp_ec_successful_scrubs_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_failed_scrubs_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Timedp_repl_failed_scrubs_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_successful_scrubs_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Timedp_repl_successful_scrubs_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_failed_scrubs_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Timesh_ec_failed_scrubs_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_successful_scrubs_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Timesh_ec_successful_scrubs_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_failed_scrubs_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Timesh_repl_failed_scrubs_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_successful_scrubs_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Timesh_repl_successful_scrubs_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_failed_reservations_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Timedp_ec_failed_reservations_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_successful_reservations_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Timedp_ec_successful_reservations_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_failed_reservations_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Timedp_repl_failed_reservations_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_successful_reservations_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Timedp_repl_successful_reservations_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_failed_reservations_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Timesh_ec_failed_reservations_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_successful_reservations_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Timesh_ec_successful_reservations_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_failed_reservations_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Timesh_repl_failed_reservations_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_successful_reservations_elapsed_sumOSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Timesh_repl_successful_reservations_elapsedseconds/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_failed_scrubsOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Workdp_ec_failed_scrubsscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_num_scrubs_startedOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Workdp_ec_num_scrubs_startedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_successful_scrubsOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Workdp_ec_successful_scrubsscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_failed_scrubsOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Workdp_repl_failed_scrubsscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_num_scrubs_startedOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Workdp_repl_num_scrubs_startedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_successful_scrubsOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Workdp_repl_successful_scrubsscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_failed_scrubsOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Worksh_ec_failed_scrubsscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_num_scrubs_startedOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Worksh_ec_num_scrubs_startedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_successful_scrubsOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Worksh_ec_successful_scrubsscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_failed_scrubsOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Worksh_repl_failed_scrubsscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_num_scrubs_startedOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Worksh_repl_num_scrubs_startedscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_successful_scrubsOSDs / Scrubbing Ceph 19 / Outcomes — Scrub Worksh_repl_successful_scrubsscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_replicas_in_reservationOSDs / Scrubbing Ceph 19 / Reservations — Replicas in Reservationdp_ec_replicas_in_reservationreplicasCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_replicas_in_reservationOSDs / Scrubbing Ceph 19 / Reservations — Replicas in Reservationdp_repl_replicas_in_reservationreplicasCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_replicas_in_reservationOSDs / Scrubbing Ceph 19 / Reservations — Replicas in Reservationsh_ec_replicas_in_reservationreplicasCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_replicas_in_reservationOSDs / Scrubbing Ceph 19 / Reservations — Replicas in Reservationsh_repl_replicas_in_reservationreplicasCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_num_scrubs_past_reservationOSDs / Scrubbing Ceph 19 / Reservations — Scrubs Past Reservationdp_ec_num_scrubs_past_reservationscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_num_scrubs_past_reservationOSDs / Scrubbing Ceph 19 / Reservations — Scrubs Past Reservationdp_repl_num_scrubs_past_reservationscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_num_scrubs_past_reservationOSDs / Scrubbing Ceph 19 / Reservations — Scrubs Past Reservationsh_ec_num_scrubs_past_reservationscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_num_scrubs_past_reservationOSDs / Scrubbing Ceph 19 / Reservations — Scrubs Past Reservationsh_repl_num_scrubs_past_reservationscrubs/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_reservation_process_abortedOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomesdp_ec_reservation_process_abortedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_reservation_process_failureOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomesdp_ec_reservation_process_failurereservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_reservation_process_skippedOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomesdp_ec_reservation_process_skippedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_reservation_process_abortedOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomesdp_repl_reservation_process_abortedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_reservation_process_failureOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomesdp_repl_reservation_process_failurereservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_reservation_process_skippedOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomesdp_repl_reservation_process_skippedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_reservation_process_abortedOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomessh_ec_reservation_process_abortedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_reservation_process_failureOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomessh_ec_reservation_process_failurereservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_reservation_process_skippedOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomessh_ec_reservation_process_skippedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_reservation_process_abortedOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomessh_repl_reservation_process_abortedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_reservation_process_failureOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomessh_repl_reservation_process_failurereservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_reservation_process_skippedOSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomessh_repl_reservation_process_skippedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_failed_scrubs_ec_elapsed_countOSDs / Scrubbing Ceph 20 / Elapsed Time — Scrub Elapsed-Time Measurementsfailed_scrubs_ec_elapsedscrubs/sCeph ceph daemon
ceph_osd_failed_scrubs_replicated_elapsed_countOSDs / Scrubbing Ceph 20 / Elapsed Time — Scrub Elapsed-Time Measurementsfailed_scrubs_replicated_elapsedscrubs/sCeph ceph daemon
ceph_osd_successful_scrubs_ec_elapsed_countOSDs / Scrubbing Ceph 20 / Elapsed Time — Scrub Elapsed-Time Measurementssuccessful_scrubs_ec_elapsedscrubs/sCeph ceph daemon
ceph_osd_successful_scrubs_replicated_elapsed_countOSDs / Scrubbing Ceph 20 / Elapsed Time — Scrub Elapsed-Time Measurementssuccessful_scrubs_replicated_elapsedscrubs/sCeph ceph daemon
ceph_osd_scrub_ec_failed_reservations_elapsed_countOSDs / Scrubbing Ceph 20 / Elapsed Time — Reservation Elapsed-Time Measurementsscrub_ec_failed_reservations_elapsedreservations/sCeph ceph daemon
ceph_osd_scrub_ec_successful_reservations_elapsed_countOSDs / Scrubbing Ceph 20 / Elapsed Time — Reservation Elapsed-Time Measurementsscrub_ec_successful_reservations_elapsedreservations/sCeph ceph daemon
ceph_osd_scrub_replicated_failed_reservations_elapsed_countOSDs / Scrubbing Ceph 20 / Elapsed Time — Reservation Elapsed-Time Measurementsscrub_replicated_failed_reservations_elapsedreservations/sCeph ceph daemon
ceph_osd_scrub_replicated_successful_reservations_elapsed_countOSDs / Scrubbing Ceph 20 / Elapsed Time — Reservation Elapsed-Time Measurementsscrub_replicated_successful_reservations_elapsedreservations/sCeph ceph daemon
ceph_osd_failed_scrubs_ec_elapsed_sumOSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Scrub Elapsed Timefailed_scrubs_ec_elapsedseconds/sCeph ceph daemon
ceph_osd_failed_scrubs_replicated_elapsed_sumOSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Scrub Elapsed Timefailed_scrubs_replicated_elapsedseconds/sCeph ceph daemon
ceph_osd_successful_scrubs_ec_elapsed_sumOSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Scrub Elapsed Timesuccessful_scrubs_ec_elapsedseconds/sCeph ceph daemon
ceph_osd_successful_scrubs_replicated_elapsed_sumOSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Scrub Elapsed Timesuccessful_scrubs_replicated_elapsedseconds/sCeph ceph daemon
ceph_osd_scrub_ec_failed_reservations_elapsed_sumOSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Reservation Elapsed Timescrub_ec_failed_reservations_elapsedseconds/sCeph ceph daemon
ceph_osd_scrub_ec_successful_reservations_elapsed_sumOSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Reservation Elapsed Timescrub_ec_successful_reservations_elapsedseconds/sCeph ceph daemon
ceph_osd_scrub_replicated_failed_reservations_elapsed_sumOSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Reservation Elapsed Timescrub_replicated_failed_reservations_elapsedseconds/sCeph ceph daemon
ceph_osd_scrub_replicated_successful_reservations_elapsed_sumOSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Reservation Elapsed Timescrub_replicated_successful_reservations_elapsedseconds/sCeph ceph daemon
ceph_osd_scrub_ec_io_blockedOSDs / Scrubbing Ceph 20 / Interference and Scheduling — Client Write Interferenceec_io_blockedwrites/sCeph ceph daemon
ceph_osd_scrub_ec_io_intersectsOSDs / Scrubbing Ceph 20 / Interference and Scheduling — Client Write Interferenceec_io_intersectswrites/sCeph ceph daemon
ceph_osd_scrub_replicated_io_blockedOSDs / Scrubbing Ceph 20 / Interference and Scheduling — Client Write Interferencereplicated_io_blockedwrites/sCeph ceph daemon
ceph_osd_scrub_replicated_io_intersectsOSDs / Scrubbing Ceph 20 / Interference and Scheduling — Client Write Interferencereplicated_io_intersectswrites/sCeph ceph daemon
ceph_osd_failed_scrubs_ecOSDs / Scrubbing Ceph 20 / Outcomes — Scrub Workfailed_scrubs_ecscrubs/sCeph ceph daemon
ceph_osd_failed_scrubs_replicatedOSDs / Scrubbing Ceph 20 / Outcomes — Scrub Workfailed_scrubs_replicatedscrubs/sCeph ceph daemon
ceph_osd_num_scrubs_started_ecOSDs / Scrubbing Ceph 20 / Outcomes — Scrub Worknum_scrubs_started_ecscrubs/sCeph ceph daemon
ceph_osd_num_scrubs_started_replicatedOSDs / Scrubbing Ceph 20 / Outcomes — Scrub Worknum_scrubs_started_replicatedscrubs/sCeph ceph daemon
ceph_osd_successful_scrubs_ecOSDs / Scrubbing Ceph 20 / Outcomes — Scrub Worksuccessful_scrubs_ecscrubs/sCeph ceph daemon
ceph_osd_successful_scrubs_replicatedOSDs / Scrubbing Ceph 20 / Outcomes — Scrub Worksuccessful_scrubs_replicatedscrubs/sCeph ceph daemon
ceph_osd_scrub_ec_replicas_in_reservationOSDs / Scrubbing Ceph 20 / Reservations — Replicas in Reservationec_replicas_in_reservationreplicasCeph ceph daemon
ceph_osd_scrub_replicated_replicas_in_reservationOSDs / Scrubbing Ceph 20 / Reservations — Replicas in Reservationreplicated_replicas_in_reservationreplicasCeph ceph daemon
ceph_osd_num_scrubs_past_reservation_ecOSDs / Scrubbing Ceph 20 / Reservations — Scrubs Past Reservationnum_scrubs_past_reservation_ecscrubs/sCeph ceph daemon
ceph_osd_num_scrubs_past_reservation_replicatedOSDs / Scrubbing Ceph 20 / Reservations — Scrubs Past Reservationnum_scrubs_past_reservation_replicatedscrubs/sCeph ceph daemon
ceph_osd_scrub_ec_reservation_process_abortedOSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomesscrub_ec_reservation_process_abortedreservations/sCeph ceph daemon
ceph_osd_scrub_ec_reservation_process_failureOSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomesscrub_ec_reservation_process_failurereservations/sCeph ceph daemon
ceph_osd_scrub_ec_reservation_process_skippedOSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomesscrub_ec_reservation_process_skippedreservations/sCeph ceph daemon
ceph_osd_scrub_ec_reservations_completedOSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomesscrub_ec_reservations_completedreservations/sCeph ceph daemon
ceph_osd_scrub_replicated_reservation_process_abortedOSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomesscrub_replicated_reservation_process_abortedreservations/sCeph ceph daemon
ceph_osd_scrub_replicated_reservation_process_failureOSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomesscrub_replicated_reservation_process_failurereservations/sCeph ceph daemon
ceph_osd_scrub_replicated_reservation_process_skippedOSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomesscrub_replicated_reservation_process_skippedreservations/sCeph ceph daemon
ceph_osd_scrub_replicated_scrub_reservations_completedOSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomesscrub_replicated_scrub_reservations_completedreservations/sCeph ceph daemon
ceph_osd_scrub_ec_read_bytesOSDs / Scrubbing Ceph 20 / Scrub Work — Byte Throughputec_read_bytesbytes/sCeph ceph daemon
ceph_osd_scrub_replicated_read_bytesOSDs / Scrubbing Ceph 20 / Scrub Work — Byte Throughputreplicated_read_bytesbytes/sCeph ceph daemon
ceph_osd_scrub_ec_getattr_cntOSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Callsec_getattr_cntcalls/sCeph ceph daemon
ceph_osd_scrub_ec_read_cntOSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Callsec_read_cntcalls/sCeph ceph daemon
ceph_osd_scrub_ec_stats_cntOSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Callsec_stats_cntcalls/sCeph ceph daemon
ceph_osd_scrub_replicated_getattr_cntOSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Callsreplicated_getattr_cntcalls/sCeph ceph daemon
ceph_osd_scrub_replicated_read_cntOSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Callsreplicated_read_cntcalls/sCeph ceph daemon
ceph_osd_scrub_replicated_stats_cntOSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Callsreplicated_stats_cntcalls/sCeph ceph daemon
ceph_osd_scrub_dp_ec_locked_objectOSDs / Scrubbing Common Work / Interference and Scheduling — Object-Lock Waitsdp_ec_locked_objectwaits/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_locked_objectOSDs / Scrubbing Common Work / Interference and Scheduling — Object-Lock Waitsdp_repl_locked_objectwaits/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_locked_objectOSDs / Scrubbing Common Work / Interference and Scheduling — Object-Lock Waitssh_ec_locked_objectwaits/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_locked_objectOSDs / Scrubbing Common Work / Interference and Scheduling — Object-Lock Waitssh_repl_locked_objectwaits/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_chunk_busyOSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomesdp_ec_chunk_busychunks/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_chunk_selectedOSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomesdp_ec_chunk_selectedchunks/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_chunk_busyOSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomesdp_repl_chunk_busychunks/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_chunk_selectedOSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomesdp_repl_chunk_selectedchunks/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_chunk_busyOSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomessh_ec_chunk_busychunks/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_chunk_selectedOSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomessh_ec_chunk_selectedchunks/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_chunk_busyOSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomessh_repl_chunk_busychunks/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_chunk_selectedOSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomessh_repl_chunk_selectedchunks/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_preemptionsOSDs / Scrubbing Common Work / Interference and Scheduling — Scrub Preemptionsdp_ec_preemptionspreemptions/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_preemptionsOSDs / Scrubbing Common Work / Interference and Scheduling — Scrub Preemptionsdp_repl_preemptionspreemptions/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_preemptionsOSDs / Scrubbing Common Work / Interference and Scheduling — Scrub Preemptionssh_ec_preemptionspreemptions/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_preemptionsOSDs / Scrubbing Common Work / Interference and Scheduling — Scrub Preemptionssh_repl_preemptionspreemptions/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_write_blocked_by_scrubOSDs / Scrubbing Common Work / Interference and Scheduling — Client Writes Blocked by Scrubdp_ec_write_blocked_by_scrubwrites/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_write_blocked_by_scrubOSDs / Scrubbing Common Work / Interference and Scheduling — Client Writes Blocked by Scrubdp_repl_write_blocked_by_scrubwrites/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_write_blocked_by_scrubOSDs / Scrubbing Common Work / Interference and Scheduling — Client Writes Blocked by Scrubsh_ec_write_blocked_by_scrubwrites/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_write_blocked_by_scrubOSDs / Scrubbing Common Work / Interference and Scheduling — Client Writes Blocked by Scrubsh_repl_write_blocked_by_scrubwrites/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_ec_scrub_reservations_completedOSDs / Scrubbing Common Work / Reservations — Completed Scrub Reservationsdp_ec_scrub_reservations_completedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_dp_repl_scrub_reservations_completedOSDs / Scrubbing Common Work / Reservations — Completed Scrub Reservationsdp_repl_scrub_reservations_completedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_ec_scrub_reservations_completedOSDs / Scrubbing Common Work / Reservations — Completed Scrub Reservationssh_ec_scrub_reservations_completedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_sh_repl_scrub_reservations_completedOSDs / Scrubbing Common Work / Reservations — Completed Scrub Reservationssh_repl_scrub_reservations_completedreservations/sCeph ceph daemon and level and pooltype
ceph_osd_scrub_omapget_bytesOSDs / Scrubbing Common Work / Scrub Work — Byte Throughputomapget_bytesbytes/sCeph ceph daemon
ceph_osd_scrub_omapgetheader_bytesOSDs / Scrubbing Common Work / Scrub Work — Byte Throughputomapgetheader_bytesbytes/sCeph ceph daemon
ceph_osd_scrub_omapget_cntOSDs / Scrubbing Common Work / Scrub Work — OMAP Scrub Callsomapget_cntcalls/sCeph ceph daemon
ceph_osd_scrub_omapgetheader_cntOSDs / Scrubbing Common Work / Scrub Work — OMAP Scrub Callsomapgetheader_cntcalls/sCeph ceph daemon

Hardware

Prometheus metricNetdata chartDimensionUnitScope
ceph_hardware_cpu_coresHardware / Processors — CPU Coresvaluecpu coresCeph node CPU and processor inventory identity
ceph_hardware_fan_rpmHardware / Cooling — Fan Speedvaluefan revolutions per minuteCeph node fan
ceph_hardware_healthHardware / Health — Hardware Healthvalue{status}Ceph node hardware component
ceph_hardware_memory_capacity_bytesHardware / Memory — Memory Module CapacityvaluebytesCeph node memory module and type
ceph_hardware_storage_capacity_bytesHardware / Storage — Storage Device CapacityvaluebytesCeph node storage device and inventory identity
ceph_hardware_temperature_celsiusHardware / Temperature — Sensor TemperaturevalueCelsiusCeph node temperature sensor

Object Gateway

Prometheus metricNetdata chartDimensionUnitScope
ceph_rgw_metadataObject Gateway / Metadata — State and Metadatavalue{status}Ceph ceph daemon and ceph version and hostname and instance id
ceph_rgw_op_copy_obj_opsObject Gateway / Global Operations — Operationscopy_objoperations/sCeph instance id
ceph_rgw_op_del_bucket_opsObject Gateway / Global Operations — Operationsdel_bucketoperations/sCeph instance id
ceph_rgw_op_del_obj_opsObject Gateway / Global Operations — Operationsdel_objoperations/sCeph instance id
ceph_rgw_op_get_obj_opsObject Gateway / Global Operations — Operationsget_objoperations/sCeph instance id
ceph_rgw_op_list_buckets_opsObject Gateway / Global Operations — Operationslist_bucketsoperations/sCeph instance id
ceph_rgw_op_list_obj_opsObject Gateway / Global Operations — Operationslist_objoperations/sCeph instance id
ceph_rgw_op_put_obj_opsObject Gateway / Global Operations — Operationsput_objoperations/sCeph instance id
ceph_rgw_op_copy_obj_bytesObject Gateway / Global Operations — Object Bytescopy_objbytes/sCeph instance id
ceph_rgw_op_del_obj_bytesObject Gateway / Global Operations — Object Bytesdel_objbytes/sCeph instance id
ceph_rgw_op_get_obj_bytesObject Gateway / Global Operations — Object Bytesget_objbytes/sCeph instance id
ceph_rgw_op_put_obj_bytesObject Gateway / Global Operations — Object Bytesput_objbytes/sCeph instance id
ceph_rgw_op_copy_obj_lat_countObject Gateway / Global Operations — Latency Measurementscopy_objoperations/sCeph instance id
ceph_rgw_op_del_bucket_lat_countObject Gateway / Global Operations — Latency Measurementsdel_bucketoperations/sCeph instance id
ceph_rgw_op_del_obj_lat_countObject Gateway / Global Operations — Latency Measurementsdel_objoperations/sCeph instance id
ceph_rgw_op_get_obj_lat_countObject Gateway / Global Operations — Latency Measurementsget_objoperations/sCeph instance id
ceph_rgw_op_list_buckets_lat_countObject Gateway / Global Operations — Latency Measurementslist_bucketsoperations/sCeph instance id
ceph_rgw_op_list_obj_lat_countObject Gateway / Global Operations — Latency Measurementslist_objoperations/sCeph instance id
ceph_rgw_op_put_obj_lat_countObject Gateway / Global Operations — Latency Measurementsput_objoperations/sCeph instance id
ceph_rgw_op_copy_obj_lat_sumObject Gateway / Global Operations — Accumulated Latencycopy_objseconds/sCeph instance id
ceph_rgw_op_del_bucket_lat_sumObject Gateway / Global Operations — Accumulated Latencydel_bucketseconds/sCeph instance id
ceph_rgw_op_del_obj_lat_sumObject Gateway / Global Operations — Accumulated Latencydel_objseconds/sCeph instance id
ceph_rgw_op_get_obj_lat_sumObject Gateway / Global Operations — Accumulated Latencyget_objseconds/sCeph instance id
ceph_rgw_op_list_buckets_lat_sumObject Gateway / Global Operations — Accumulated Latencylist_bucketsseconds/sCeph instance id
ceph_rgw_op_list_obj_lat_sumObject Gateway / Global Operations — Accumulated Latencylist_objseconds/sCeph instance id
ceph_rgw_op_put_obj_lat_sumObject Gateway / Global Operations — Accumulated Latencyput_objseconds/sCeph instance id
ceph_rgw_op_per_user_copy_obj_opsObject Gateway / User Operations — Operationscopy_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_del_bucket_opsObject Gateway / User Operations — Operationsdel_bucketoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_del_obj_opsObject Gateway / User Operations — Operationsdel_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_get_obj_opsObject Gateway / User Operations — Operationsget_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_list_buckets_opsObject Gateway / User Operations — Operationslist_bucketsoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_list_obj_opsObject Gateway / User Operations — Operationslist_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_put_obj_opsObject Gateway / User Operations — Operationsput_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_copy_obj_bytesObject Gateway / User Operations — Object Bytescopy_objbytes/sCeph instance id and user and tenant
ceph_rgw_op_per_user_del_obj_bytesObject Gateway / User Operations — Object Bytesdel_objbytes/sCeph instance id and user and tenant
ceph_rgw_op_per_user_get_obj_bytesObject Gateway / User Operations — Object Bytesget_objbytes/sCeph instance id and user and tenant
ceph_rgw_op_per_user_put_obj_bytesObject Gateway / User Operations — Object Bytesput_objbytes/sCeph instance id and user and tenant
ceph_rgw_op_per_user_copy_obj_lat_countObject Gateway / User Operations — Latency Measurementscopy_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_del_bucket_lat_countObject Gateway / User Operations — Latency Measurementsdel_bucketoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_del_obj_lat_countObject Gateway / User Operations — Latency Measurementsdel_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_get_obj_lat_countObject Gateway / User Operations — Latency Measurementsget_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_list_buckets_lat_countObject Gateway / User Operations — Latency Measurementslist_bucketsoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_list_obj_lat_countObject Gateway / User Operations — Latency Measurementslist_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_put_obj_lat_countObject Gateway / User Operations — Latency Measurementsput_objoperations/sCeph instance id and user and tenant
ceph_rgw_op_per_user_copy_obj_lat_sumObject Gateway / User Operations — Accumulated Latencycopy_objseconds/sCeph instance id and user and tenant
ceph_rgw_op_per_user_del_bucket_lat_sumObject Gateway / User Operations — Accumulated Latencydel_bucketseconds/sCeph instance id and user and tenant
ceph_rgw_op_per_user_del_obj_lat_sumObject Gateway / User Operations — Accumulated Latencydel_objseconds/sCeph instance id and user and tenant
ceph_rgw_op_per_user_get_obj_lat_sumObject Gateway / User Operations — Accumulated Latencyget_objseconds/sCeph instance id and user and tenant
ceph_rgw_op_per_user_list_buckets_lat_sumObject Gateway / User Operations — Accumulated Latencylist_bucketsseconds/sCeph instance id and user and tenant
ceph_rgw_op_per_user_list_obj_lat_sumObject Gateway / User Operations — Accumulated Latencylist_objseconds/sCeph instance id and user and tenant
ceph_rgw_op_per_user_put_obj_lat_sumObject Gateway / User Operations — Accumulated Latencyput_objseconds/sCeph instance id and user and tenant
ceph_rgw_op_per_bucket_copy_obj_opsObject Gateway / Bucket Operations — Operationscopy_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_del_bucket_opsObject Gateway / Bucket Operations — Operationsdel_bucketoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_del_obj_opsObject Gateway / Bucket Operations — Operationsdel_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_get_obj_opsObject Gateway / Bucket Operations — Operationsget_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_list_buckets_opsObject Gateway / Bucket Operations — Operationslist_bucketsoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_list_obj_opsObject Gateway / Bucket Operations — Operationslist_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_put_obj_opsObject Gateway / Bucket Operations — Operationsput_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_copy_obj_bytesObject Gateway / Bucket Operations — Object Bytescopy_objbytes/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_del_obj_bytesObject Gateway / Bucket Operations — Object Bytesdel_objbytes/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_get_obj_bytesObject Gateway / Bucket Operations — Object Bytesget_objbytes/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_put_obj_bytesObject Gateway / Bucket Operations — Object Bytesput_objbytes/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_copy_obj_lat_countObject Gateway / Bucket Operations — Latency Measurementscopy_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_del_bucket_lat_countObject Gateway / Bucket Operations — Latency Measurementsdel_bucketoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_del_obj_lat_countObject Gateway / Bucket Operations — Latency Measurementsdel_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_get_obj_lat_countObject Gateway / Bucket Operations — Latency Measurementsget_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_list_buckets_lat_countObject Gateway / Bucket Operations — Latency Measurementslist_bucketsoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_list_obj_lat_countObject Gateway / Bucket Operations — Latency Measurementslist_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_put_obj_lat_countObject Gateway / Bucket Operations — Latency Measurementsput_objoperations/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_copy_obj_lat_sumObject Gateway / Bucket Operations — Accumulated Latencycopy_objseconds/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_del_bucket_lat_sumObject Gateway / Bucket Operations — Accumulated Latencydel_bucketseconds/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_del_obj_lat_sumObject Gateway / Bucket Operations — Accumulated Latencydel_objseconds/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_get_obj_lat_sumObject Gateway / Bucket Operations — Accumulated Latencyget_objseconds/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_list_buckets_lat_sumObject Gateway / Bucket Operations — Accumulated Latencylist_bucketsseconds/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_list_obj_lat_sumObject Gateway / Bucket Operations — Accumulated Latencylist_objseconds/sCeph instance id and bucket and tenant
ceph_rgw_op_per_bucket_put_obj_lat_sumObject Gateway / Bucket Operations — Accumulated Latencyput_objseconds/sCeph instance id and bucket and tenant
ceph_rgw_lc_expire_currentObject Gateway / Lifecycle — Lifecycle Actionsexpire_currentactions/sCeph instance id
ceph_rgw_lc_expire_dmObject Gateway / Lifecycle — Lifecycle Actionsexpire_dmactions/sCeph instance id
ceph_rgw_lc_expire_noncurrentObject Gateway / Lifecycle — Lifecycle Actionsexpire_noncurrentactions/sCeph instance id
ceph_rgw_lc_transition_currentObject Gateway / Lifecycle — Lifecycle Actionstransition_currentactions/sCeph instance id
ceph_rgw_lc_transition_noncurrentObject Gateway / Lifecycle — Lifecycle Actionstransition_noncurrentactions/sCeph instance id
ceph_rgw_lc_abort_mpuObject Gateway / Lifecycle — Aborted Multipart Uploadsvalueuploads/sCeph instance id
ceph_rgw_lua_current_vmsObject Gateway / Lua — Current Lua Virtual MachinesvalueVMsCeph instance id
ceph_rgw_lua_script_okObject Gateway / Lua — Lua Script Executionssuccessexecutions/sCeph instance id
ceph_rgw_lua_script_failObject Gateway / Lua — Lua Script Executionsfailureexecutions/sCeph instance id
ceph_rgw_pubsub_push_pendingObject Gateway / Notifications — Pending Notification EventsvalueeventsCeph instance id
ceph_rgw_pubsub_eventsObject Gateway / Notifications — Stored EventsvalueeventsCeph instance id
ceph_rgw_pubsub_event_lostObject Gateway / Notifications — Eventsevent_lostevents/sCeph instance id
ceph_rgw_pubsub_event_triggeredObject Gateway / Notifications — Eventsevent_triggeredevents/sCeph instance id
ceph_rgw_pubsub_push_okObject Gateway / Notifications — Eventspush_okevents/sCeph instance id
ceph_rgw_pubsub_store_okObject Gateway / Notifications — Eventsstore_okevents/sCeph instance id
ceph_rgw_pubsub_push_failedObject Gateway / Notifications — Failure and Delay Outcomespush_failedevents/sCeph instance id
ceph_rgw_pubsub_store_failObject Gateway / Notifications — Failure and Delay Outcomesstore_failevents/sCeph instance id
ceph_rgw_pubsub_missing_confObject Gateway / Notifications — Missing Notification Configurationsvalueevents/sCeph instance id
ceph_rgw_topic_persistent_topic_lenObject Gateway / Persistent Topics — Persistent Topic Queue LengthentriesentriesCeph instance id and topic
ceph_rgw_topic_persistent_topic_sizeObject Gateway / Persistent Topics — Persistent Topic Queue SizebytesbytesCeph instance id and topic
ceph_rgw_get_initial_lat_countObject Gateway / Requests and Queue — Latency Measurementsget_initial_latoperations/sCeph instance id
ceph_rgw_put_initial_lat_countObject Gateway / Requests and Queue — Latency Measurementsput_initial_latoperations/sCeph instance id
ceph_rgw_get_initial_lat_sumObject Gateway / Requests and Queue — Accumulated Latencyget_initial_latseconds/sCeph instance id
ceph_rgw_put_initial_lat_sumObject Gateway / Requests and Queue — Accumulated Latencyput_initial_latseconds/sCeph instance id
ceph_rgw_get_bObject Gateway / Requests and Queue — Byte Throughputget_bbytes/sCeph instance id
ceph_rgw_put_bObject Gateway / Requests and Queue — Byte Throughputput_bbytes/sCeph instance id
ceph_rgw_qactiveObject Gateway / Requests and Queue — Queued and Active RequestsqactiverequestsCeph instance id
ceph_rgw_qlenObject Gateway / Requests and Queue — Queued and Active RequestsqlenrequestsCeph instance id
ceph_rgw_failed_reqObject Gateway / Requests and Queue — Failed Requestsvaluerequests/sCeph instance id
ceph_rgw_gc_retire_objectObject Gateway / Requests and Queue — Object Workvalueobjects/sCeph instance id
ceph_rgw_getObject Gateway / Requests and Queue — Requestsgetrequests/sCeph instance id
ceph_rgw_putObject Gateway / Requests and Queue — Requestsputrequests/sCeph instance id
ceph_rgw_reqObject Gateway / Requests and Queue — Requestsreqrequests/sCeph instance id
ceph_rgw_keystone_token_cache_hitObject Gateway / Cache — Keystone Token Cache Lookup Outcomeshitlookups/sCeph instance id
ceph_rgw_keystone_token_cache_missObject Gateway / Cache — Keystone Token Cache Lookup Outcomesmisslookups/sCeph instance id
ceph_rgw_d4n_cache_hitsObject Gateway / Cache — D4N Cache Lookup Outcomeshitlookups/sCeph instance id
ceph_rgw_d4n_cache_missesObject Gateway / Cache — D4N Cache Lookup Outcomesmisslookups/sCeph instance id
ceph_rgw_d4n_cache_evictionsObject Gateway / Cache — D4N Cache Evictionsevictionevictions/sCeph instance id
ceph_rgw_cache_hitObject Gateway / Cache — Lookup Outcomescache_hitlookups/sCeph instance id
ceph_rgw_cache_missObject Gateway / Cache — Lookup Outcomescache_misslookups/sCeph instance id
ceph_data_sync_from_zone_fetch_bytes_countObject Gateway / Multisite — Replicated Objectsvalueobjects/sCeph instance id and source zone
ceph_rgw_sync_delta_sync_deltaObject Gateway / Multisite — Data Log Shard Delaysync_deltasecondsCeph instance id, zone identities, shard id, and dynamic grammar identity
ceph_data_sync_from_zone_fetch_bytes_sumObject Gateway / Multisite — Accumulated Byte Measurementvaluebytes/sCeph instance id and source zone
ceph_data_sync_from_zone_lock_latency_countObject Gateway / Multisite — Latency Measurementslock_latencyoperations/sCeph instance id and source zone
ceph_data_sync_from_zone_poll_latency_countObject Gateway / Multisite — Latency Measurementspoll_latencyoperations/sCeph instance id and source zone
ceph_data_sync_from_zone_lock_latency_sumObject Gateway / Multisite — Accumulated Latencylock_latencyseconds/sCeph instance id and source zone
ceph_data_sync_from_zone_poll_latency_sumObject Gateway / Multisite — Accumulated Latencypoll_latencyseconds/sCeph instance id and source zone
ceph_data_sync_from_zone_poll_errorsObject Gateway / Multisite — Replication-Log Request Errorsvaluerequests/sCeph instance id and source zone
ceph_data_sync_from_zone_fetch_errorsObject Gateway / Multisite — Object Workerrorsobjects/sCeph instance id and source zone
ceph_data_sync_from_zone_fetch_not_modifiedObject Gateway / Multisite — Object Worknot_modifiedobjects/sCeph instance id and source zone
ceph_dmclock_admin_qlenObject Gateway / Scheduling — Queue DepthadminrequestsCeph ceph daemon
ceph_dmclock_auth_qlenObject Gateway / Scheduling — Queue DepthauthrequestsCeph ceph daemon
ceph_dmclock_data_qlenObject Gateway / Scheduling — Queue DepthdatarequestsCeph ceph daemon
ceph_dmclock_metadata_qlenObject Gateway / Scheduling — Queue DepthmetadatarequestsCeph ceph daemon
ceph_simple_throttler_outstandingObject Gateway / Scheduling — Simple Throttler Outstanding RequestsoutstandingrequestsCeph instance id
ceph_simple_throttler_throttleObject Gateway / Scheduling — Simple Throttler Rejectionsthrottledrequests/sCeph instance id
ceph_dmclock_admin_costObject Gateway / Scheduling — Queued Request CostadmincostCeph ceph daemon
ceph_dmclock_auth_costObject Gateway / Scheduling — Queued Request CostauthcostCeph ceph daemon
ceph_dmclock_data_costObject Gateway / Scheduling — Queued Request CostdatacostCeph ceph daemon
ceph_dmclock_metadata_costObject Gateway / Scheduling — Queued Request CostmetadatacostCeph ceph daemon
ceph_dmclock_admin_resObject Gateway / Scheduling — Scheduled Requestsadmin_reservationrequests/sCeph ceph daemon
ceph_dmclock_admin_prioObject Gateway / Scheduling — Scheduled Requestsadmin_priorityrequests/sCeph ceph daemon
ceph_dmclock_auth_resObject Gateway / Scheduling — Scheduled Requestsauth_reservationrequests/sCeph ceph daemon
ceph_dmclock_auth_prioObject Gateway / Scheduling — Scheduled Requestsauth_priorityrequests/sCeph ceph daemon
ceph_dmclock_data_resObject Gateway / Scheduling — Scheduled Requestsdata_reservationrequests/sCeph ceph daemon
ceph_dmclock_data_prioObject Gateway / Scheduling — Scheduled Requestsdata_priorityrequests/sCeph ceph daemon
ceph_dmclock_metadata_resObject Gateway / Scheduling — Scheduled Requestsmetadata_reservationrequests/sCeph ceph daemon
ceph_dmclock_metadata_prioObject Gateway / Scheduling — Scheduled Requestsmetadata_priorityrequests/sCeph ceph daemon
ceph_dmclock_admin_limitObject Gateway / Scheduling — Rejected and Cancelled Requestsadmin_limitedrequests/sCeph ceph daemon
ceph_dmclock_admin_cancelObject Gateway / Scheduling — Rejected and Cancelled Requestsadmin_cancelledrequests/sCeph ceph daemon
ceph_dmclock_auth_limitObject Gateway / Scheduling — Rejected and Cancelled Requestsauth_limitedrequests/sCeph ceph daemon
ceph_dmclock_auth_cancelObject Gateway / Scheduling — Rejected and Cancelled Requestsauth_cancelledrequests/sCeph ceph daemon
ceph_dmclock_data_limitObject Gateway / Scheduling — Rejected and Cancelled Requestsdata_limitedrequests/sCeph ceph daemon
ceph_dmclock_data_cancelObject Gateway / Scheduling — Rejected and Cancelled Requestsdata_cancelledrequests/sCeph ceph daemon
ceph_dmclock_metadata_limitObject Gateway / Scheduling — Rejected and Cancelled Requestsmetadata_limitedrequests/sCeph ceph daemon
ceph_dmclock_metadata_cancelObject Gateway / Scheduling — Rejected and Cancelled Requestsmetadata_cancelledrequests/sCeph ceph daemon
ceph_dmclock_admin_res_costObject Gateway / Scheduling — Scheduled and Rejected Costadmin_reservationcost/sCeph ceph daemon
ceph_dmclock_admin_prio_costObject Gateway / Scheduling — Scheduled and Rejected Costadmin_prioritycost/sCeph ceph daemon
ceph_dmclock_admin_limit_costObject Gateway / Scheduling — Scheduled and Rejected Costadmin_limitedcost/sCeph ceph daemon
ceph_dmclock_admin_cancel_costObject Gateway / Scheduling — Scheduled and Rejected Costadmin_cancelledcost/sCeph ceph daemon
ceph_dmclock_auth_res_costObject Gateway / Scheduling — Scheduled and Rejected Costauth_reservationcost/sCeph ceph daemon
ceph_dmclock_auth_prio_costObject Gateway / Scheduling — Scheduled and Rejected Costauth_prioritycost/sCeph ceph daemon
ceph_dmclock_auth_limit_costObject Gateway / Scheduling — Scheduled and Rejected Costauth_limitedcost/sCeph ceph daemon
ceph_dmclock_auth_cancel_costObject Gateway / Scheduling — Scheduled and Rejected Costauth_cancelledcost/sCeph ceph daemon
ceph_dmclock_data_res_costObject Gateway / Scheduling — Scheduled and Rejected Costdata_reservationcost/sCeph ceph daemon
ceph_dmclock_data_prio_costObject Gateway / Scheduling — Scheduled and Rejected Costdata_prioritycost/sCeph ceph daemon
ceph_dmclock_data_limit_costObject Gateway / Scheduling — Scheduled and Rejected Costdata_limitedcost/sCeph ceph daemon
ceph_dmclock_data_cancel_costObject Gateway / Scheduling — Scheduled and Rejected Costdata_cancelledcost/sCeph ceph daemon
ceph_dmclock_metadata_res_costObject Gateway / Scheduling — Scheduled and Rejected Costmetadata_reservationcost/sCeph ceph daemon
ceph_dmclock_metadata_prio_costObject Gateway / Scheduling — Scheduled and Rejected Costmetadata_prioritycost/sCeph ceph daemon
ceph_dmclock_metadata_limit_costObject Gateway / Scheduling — Scheduled and Rejected Costmetadata_limitedcost/sCeph ceph daemon
ceph_dmclock_metadata_cancel_costObject Gateway / Scheduling — Scheduled and Rejected Costmetadata_cancelledcost/sCeph ceph daemon
ceph_dmclock_admin_res_latency_countObject Gateway / Scheduling — Scheduling-Latency Measurementsadmin_reservationrequests/sCeph ceph daemon
ceph_dmclock_admin_prio_latency_countObject Gateway / Scheduling — Scheduling-Latency Measurementsadmin_priorityrequests/sCeph ceph daemon
ceph_dmclock_auth_res_latency_countObject Gateway / Scheduling — Scheduling-Latency Measurementsauth_reservationrequests/sCeph ceph daemon
ceph_dmclock_auth_prio_latency_countObject Gateway / Scheduling — Scheduling-Latency Measurementsauth_priorityrequests/sCeph ceph daemon
ceph_dmclock_data_res_latency_countObject Gateway / Scheduling — Scheduling-Latency Measurementsdata_reservationrequests/sCeph ceph daemon
ceph_dmclock_data_prio_latency_countObject Gateway / Scheduling — Scheduling-Latency Measurementsdata_priorityrequests/sCeph ceph daemon
ceph_dmclock_metadata_res_latency_countObject Gateway / Scheduling — Scheduling-Latency Measurementsmetadata_reservationrequests/sCeph ceph daemon
ceph_dmclock_metadata_prio_latency_countObject Gateway / Scheduling — Scheduling-Latency Measurementsmetadata_priorityrequests/sCeph ceph daemon
ceph_dmclock_admin_res_latency_sumObject Gateway / Scheduling — Accumulated Scheduling Latencyadmin_reservationseconds/sCeph ceph daemon
ceph_dmclock_admin_prio_latency_sumObject Gateway / Scheduling — Accumulated Scheduling Latencyadmin_priorityseconds/sCeph ceph daemon
ceph_dmclock_auth_res_latency_sumObject Gateway / Scheduling — Accumulated Scheduling Latencyauth_reservationseconds/sCeph ceph daemon
ceph_dmclock_auth_prio_latency_sumObject Gateway / Scheduling — Accumulated Scheduling Latencyauth_priorityseconds/sCeph ceph daemon
ceph_dmclock_data_res_latency_sumObject Gateway / Scheduling — Accumulated Scheduling Latencydata_reservationseconds/sCeph ceph daemon
ceph_dmclock_data_prio_latency_sumObject Gateway / Scheduling — Accumulated Scheduling Latencydata_priorityseconds/sCeph ceph daemon
ceph_dmclock_metadata_res_latency_sumObject Gateway / Scheduling — Accumulated Scheduling Latencymetadata_reservationseconds/sCeph ceph daemon
ceph_dmclock_metadata_prio_latency_sumObject Gateway / Scheduling — Accumulated Scheduling Latencymetadata_priorityseconds/sCeph ceph daemon
ceph_dmclock_scheduler_throttleObject Gateway / Scheduling — Throttled Requeststhrottledrequests/sCeph ceph daemon
ceph_dmclock_scheduler_outstandingObject Gateway / Scheduling — Outstanding RequestsoutstandingrequestsCeph ceph daemon

Placement Groups

Prometheus metricNetdata chartDimensionUnitScope
ceph_pg_backfill_toofullPlacement Groups / Backfill — Placement Groupsbackfill_toofullPGsCeph pool id
ceph_pg_backfill_unfoundPlacement Groups / Backfill — Placement Groupsbackfill_unfoundPGsCeph pool id
ceph_pg_backfill_waitPlacement Groups / Backfill — Placement Groupsbackfill_waitPGsCeph pool id
ceph_pg_backfillingPlacement Groups / Backfill — Placement GroupsbackfillingPGsCeph pool id
ceph_pg_forced_backfillPlacement Groups / Backfill — Placement Groupsforced_backfillPGsCeph pool id
ceph_pg_remappedPlacement Groups / Backfill — Placement GroupsremappedPGsCeph pool id
ceph_pg_activePlacement Groups / Healthy State — Placement GroupsactivePGsCeph pool id
ceph_pg_cleanPlacement Groups / Healthy State — Placement GroupscleanPGsCeph pool id
ceph_pg_deepPlacement Groups / Healthy State — Placement GroupsdeepPGsCeph pool id
ceph_pg_totalPlacement Groups / Healthy State — Placement Groupspg_totalPGsCeph pool id
ceph_pg_activatingPlacement Groups / Peering and Availability — Placement GroupsactivatingPGsCeph pool id
ceph_pg_creatingPlacement Groups / Peering and Availability — Placement GroupscreatingPGsCeph pool id
ceph_pg_downPlacement Groups / Peering and Availability — Placement GroupsdownPGsCeph pool id
ceph_pg_incompletePlacement Groups / Peering and Availability — Placement GroupsincompletePGsCeph pool id
ceph_pg_laggyPlacement Groups / Peering and Availability — Placement GroupslaggyPGsCeph pool id
ceph_pg_peeredPlacement Groups / Peering and Availability — Placement GroupspeeredPGsCeph pool id
ceph_pg_peeringPlacement Groups / Peering and Availability — Placement GroupspeeringPGsCeph pool id
ceph_pg_premergePlacement Groups / Peering and Availability — Placement GroupspremergePGsCeph pool id
ceph_pg_stalePlacement Groups / Peering and Availability — Placement GroupsstalePGsCeph pool id
ceph_pg_unknownPlacement Groups / Peering and Availability — Placement GroupsunknownPGsCeph pool id
ceph_pg_waitPlacement Groups / Peering and Availability — Placement GroupswaitPGsCeph pool id
ceph_osd_flag_nobackfillPlacement Groups / Recovery Flags — State and Metadatanobackfill{status}Ceph cluster endpoint
ceph_osd_flag_norecoverPlacement Groups / Recovery Flags — State and Metadatanorecover{status}Ceph cluster endpoint
ceph_pg_degradedPlacement Groups / Recovery and Degradation — Placement GroupsdegradedPGsCeph pool id
ceph_pg_forced_recoveryPlacement Groups / Recovery and Degradation — Placement Groupsforced_recoveryPGsCeph pool id
ceph_pg_recoveringPlacement Groups / Recovery and Degradation — Placement GroupsrecoveringPGsCeph pool id
ceph_pg_recovery_toofullPlacement Groups / Recovery and Degradation — Placement Groupsrecovery_toofullPGsCeph pool id
ceph_pg_recovery_unfoundPlacement Groups / Recovery and Degradation — Placement Groupsrecovery_unfoundPGsCeph pool id
ceph_pg_recovery_waitPlacement Groups / Recovery and Degradation — Placement Groupsrecovery_waitPGsCeph pool id
ceph_pg_undersizedPlacement Groups / Recovery and Degradation — Placement GroupsundersizedPGsCeph pool id
ceph_pg_failed_repairPlacement Groups / Scrub and Repair State — Placement Groupsfailed_repairPGsCeph pool id
ceph_pg_inconsistentPlacement Groups / Scrub and Repair State — Placement GroupsinconsistentPGsCeph pool id
ceph_pg_repairPlacement Groups / Scrub and Repair State — Placement GroupsrepairPGsCeph pool id
ceph_pg_scrubbingPlacement Groups / Scrub and Repair State — Placement GroupsscrubbingPGsCeph pool id
ceph_pg_snaptrimPlacement Groups / Scrub and Repair State — Placement GroupssnaptrimPGsCeph pool id
ceph_pg_snaptrim_errorPlacement Groups / Scrub and Repair State — Placement Groupssnaptrim_errorPGsCeph pool id
ceph_pg_snaptrim_waitPlacement Groups / Scrub and Repair State — Placement Groupssnaptrim_waitPGsCeph pool id

Pools

Prometheus metricNetdata chartDimensionUnitScope
ceph_pool_quota_objectsPools / Capacity and Quotas — ObjectsvalueobjectsCeph pool id
ceph_pool_max_availPools / Capacity and Quotas — Logical Pool Capacitymax_availbytesCeph pool id
ceph_pool_quota_bytesPools / Capacity and Quotas — Logical Pool Capacityquota_bytesbytesCeph pool id
ceph_pool_storedPools / Capacity and Quotas — Logical Pool CapacitystoredbytesCeph pool id
ceph_pool_avail_rawPools / Capacity and Quotas — Raw Pool Capacityavail_rawbytesCeph pool id
ceph_pool_bytes_usedPools / Capacity and Quotas — Raw Pool Capacitybytes_usedbytesCeph pool id
ceph_pool_stored_rawPools / Capacity and Quotas — Raw Pool Capacitystored_rawbytesCeph pool id
ceph_pool_compress_bytes_usedPools / Capacity and Quotas — Compression Spacecompress_bytes_usedbytesCeph pool id
ceph_pool_compress_under_bytesPools / Capacity and Quotas — Compression Spacecompress_under_bytesbytesCeph pool id
ceph_pool_percent_usedPools / Capacity and Quotas — UtilizationvaluepercentageCeph pool id
ceph_pool_rd_bytesPools / Client IO — Byte Throughputrd_bytesbytes/sCeph pool id
ceph_pool_wr_bytesPools / Client IO — Byte Throughputwr_bytesbytes/sCeph pool id
ceph_pool_rdPools / Client IO — Operationsrdoperations/sCeph pool id
ceph_pool_wrPools / Client IO — Operationswroperations/sCeph pool id
ceph_pool_metadataPools / Metadata — State and Metadatavalue{status}Ceph application and compression mode and description and name and pool id and type
ceph_pool_dirtyPools / Objects — ObjectsdirtyobjectsCeph pool id
ceph_pool_objectsPools / Objects — ObjectsobjectsobjectsCeph pool id
ceph_pool_recovering_bytes_per_secPools / Recovery — Current Throughputvaluebytes/sCeph pool id
ceph_pool_recovering_keys_per_secPools / Recovery — Current Throughputvaluekeys/sCeph pool id
ceph_pool_recovering_objects_per_secPools / Recovery — Current Throughputvalueobjects/sCeph pool id
ceph_pool_num_objects_recoveredPools / Recovery — ObjectsvalueobjectsCeph pool id
ceph_pool_objects_repairedPools / Recovery — Object Workvalueobjects/sCeph pool id
ceph_pool_num_bytes_recoveredPools / Recovery — Pool Capacity and Data VolumevaluebytesCeph pool id

RBD Images

Prometheus metricNetdata chartDimensionUnitScope
ceph_rbd_read_bytesRBD Images / IO — Byte Throughputread_bytesbytes/sCeph image and namespace and pool
ceph_rbd_write_bytesRBD Images / IO — Byte Throughputwrite_bytesbytes/sCeph image and namespace and pool
ceph_rbd_read_opsRBD Images / IO — Operationsread_opsoperations/sCeph image and namespace and pool
ceph_rbd_write_opsRBD Images / IO — Operationswrite_opsoperations/sCeph image and namespace and pool
ceph_rbd_image_metadataRBD Images / Image Metadata — State and Metadatavalue{status}Ceph image name and pool id
ceph_rbd_read_latency_countRBD Images / Latency — Latency Measurementsread_latencyoperations/sCeph image and namespace and pool
ceph_rbd_write_latency_countRBD Images / Latency — Latency Measurementswrite_latencyoperations/sCeph image and namespace and pool
ceph_rbd_read_latency_sumRBD Images / Latency — Accumulated Latencyread_latencyseconds/sCeph image and namespace and pool
ceph_rbd_write_latency_sumRBD Images / Latency — Accumulated Latencywrite_latencyseconds/sCeph image and namespace and pool
ceph_rbd_mirror_metadataRBD Images / Mirror Metadata — State and Metadatavalue{status}Ceph ceph daemon and ceph version and hostname and id and instance id
ceph_rbd_librbd_image_rdRBD Images / Client Images — I/O Operationsreadoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_wrRBD Images / Client Images — I/O Operationswriteoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_rd_bytesRBD Images / Client Images — I/O Byte Throughputreadbytes/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_wr_bytesRBD Images / Client Images — I/O Byte Throughputwritebytes/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_rd_latency_countRBD Images / Client Images — I/O Latency Measurementsreadoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_wr_latency_countRBD Images / Client Images — I/O Latency Measurementswriteoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_rd_latency_sumRBD Images / Client Images — Accumulated I/O Latencyreadseconds/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_wr_latency_sumRBD Images / Client Images — Accumulated I/O Latencywriteseconds/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_opened_timeRBD Images / Client Images — Lifecycle Timestampsopenedseconds since epochCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_lock_acquired_timeRBD Images / Client Images — Lifecycle Timestampslock_acquiredseconds since epochCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_discardRBD Images / Client Images — Data Operationsdiscardoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_wsRBD Images / Client Images — Data Operationswrite_sameoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_cmpRBD Images / Client Images — Data Operationscompare_and_writeoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_discard_bytesRBD Images / Client Images — Data Operation Byte Throughputdiscardbytes/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_ws_bytesRBD Images / Client Images — Data Operation Byte Throughputwrite_samebytes/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_cmp_bytesRBD Images / Client Images — Data Operation Byte Throughputcompare_and_writebytes/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_discard_latency_countRBD Images / Client Images — Data Operation Latency Measurementsdiscardoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_ws_latency_countRBD Images / Client Images — Data Operation Latency Measurementswrite_sameoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_cmp_latency_countRBD Images / Client Images — Data Operation Latency Measurementscompare_and_writeoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_discard_latency_sumRBD Images / Client Images — Accumulated Data Operation Latencydiscardseconds/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_ws_latency_sumRBD Images / Client Images — Accumulated Data Operation Latencywrite_sameseconds/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_cmp_latency_sumRBD Images / Client Images — Accumulated Data Operation Latencycompare_and_writeseconds/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_flushRBD Images / Client Images — Flush Operationsflushoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_flush_latency_countRBD Images / Client Images — Flush Latency Measurementsflushoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_flush_latency_sumRBD Images / Client Images — Accumulated Flush Latencyflushseconds/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_snap_createRBD Images / Client Images — Snapshot Mutationscreateoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_snap_removeRBD Images / Client Images — Snapshot Mutationsremoveoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_snap_rollbackRBD Images / Client Images — Snapshot Mutationsrollbackoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_snap_renameRBD Images / Client Images — Snapshot Mutationsrenameoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_notifyRBD Images / Client Images — Maintenance Operationsnotifyoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_resizeRBD Images / Client Images — Maintenance Operationsresizeoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_readaheadRBD Images / Client Images — Maintenance Operationsreadaheadoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_invalidate_cacheRBD Images / Client Images — Maintenance Operationsinvalidate_cacheoperations/sCeph ceph daemon and librbd image key
ceph_rbd_librbd_image_readahead_bytesRBD Images / Client Images — Readahead Byte Throughputreadaheadbytes/sCeph ceph daemon and librbd image key
ceph_rbd_mirror_journal_replay_latency_countRBD Images / Mirror / Journal — Journal Replay Latency Measurementsvalueentries/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_journal_image_replay_latency_countRBD Images / Mirror / Journal — Image Journal Replay Latency Measurementsvalueentries/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_journal_replay_latency_sumRBD Images / Mirror / Journal — Accumulated Latencyvalueseconds/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_journal_image_replay_latency_sumRBD Images / Mirror / Journal — Accumulated Image Journal Replay Latencyvalueseconds/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_journal_replay_bytesRBD Images / Mirror / Journal — Byte Throughputvaluebytes/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_journal_image_replay_bytesRBD Images / Mirror / Journal — Image Journal Replay Byte Throughputvaluebytes/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_journal_entriesRBD Images / Mirror / Journal — Journal Entriesvalueentries/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_journal_image_entriesRBD Images / Mirror / Journal — Journal Entries Queued for Replayvalueentries/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_snapshot_image_sync_time_countRBD Images / Mirror / Snapshot Replication — Snapshot Sync Latency Measurements — Image Sync Timeimage_sync_timesnapshots/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_snapshot_sync_time_countRBD Images / Mirror / Snapshot Replication — Snapshot Sync Latency Measurements — Sync Timesync_timesnapshots/sCeph ceph daemon
ceph_rbd_mirror_snapshot_image_sync_time_sumRBD Images / Mirror / Snapshot Replication — Accumulated Latency — Image Sync Timeimage_sync_timeseconds/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_snapshot_sync_time_sumRBD Images / Mirror / Snapshot Replication — Accumulated Latency — Sync Timesync_timeseconds/sCeph ceph daemon
ceph_rbd_mirror_snapshot_image_sync_bytesRBD Images / Mirror / Snapshot Replication — Byte Throughput — Image Sync Bytesimage_sync_bytesbytes/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_snapshot_sync_bytesRBD Images / Mirror / Snapshot Replication — Byte Throughput — Sync Bytessync_bytesbytes/sCeph ceph daemon
ceph_rbd_mirror_snapshot_image_last_sync_timeRBD Images / Mirror / Snapshot Replication — Last Snapshot Sync DurationvaluesecondsCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_snapshot_image_last_sync_bytesRBD Images / Mirror / Snapshot Replication — Last Snapshot Sync SizevaluebytesCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_snapshot_image_snapshotsRBD Images / Mirror / Snapshot Replication — Snapshot Work — Image Snapshotsimage_snapshotssnapshots/sCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_snapshot_snapshotsRBD Images / Mirror / Snapshot Replication — Snapshot Work — Snapshotssnapshotssnapshots/sCeph ceph daemon
ceph_rbd_mirror_snapshot_image_local_timestampRBD Images / Mirror / Snapshot Replication — Timestampslocal_timestampseconds since epochCeph ceph daemon and image and namespace and pool
ceph_rbd_mirror_snapshot_image_remote_timestampRBD Images / Mirror / Snapshot Replication — Timestampsremote_timestampseconds since epochCeph ceph daemon and image and namespace and pool

BlueFS

Prometheus metricNetdata chartDimensionUnitScope
ceph_bluefs_db_alloc_lat_countBlueFS / Allocation — Latency Measurementsdb_alloc_latoperations/sCeph ceph daemon
ceph_bluefs_slow_alloc_lat_countBlueFS / Allocation — Latency Measurementsslow_alloc_latoperations/sCeph ceph daemon
ceph_bluefs_wal_alloc_lat_countBlueFS / Allocation — Latency Measurementswal_alloc_latoperations/sCeph ceph daemon
ceph_bluefs_db_alloc_lat_sumBlueFS / Allocation — Accumulated Latencydb_alloc_latseconds/sCeph ceph daemon
ceph_bluefs_slow_alloc_lat_sumBlueFS / Allocation — Accumulated Latencyslow_alloc_latseconds/sCeph ceph daemon
ceph_bluefs_wal_alloc_lat_sumBlueFS / Allocation — Accumulated Latencywal_alloc_latseconds/sCeph ceph daemon
ceph_bluefs_alloc_unit_dbBlueFS / Allocation — Allocation Sizes and High-Water MarksdbbytesCeph ceph daemon
ceph_bluefs_alloc_unit_slowBlueFS / Allocation — Allocation Sizes and High-Water MarksslowbytesCeph ceph daemon
ceph_bluefs_alloc_unit_walBlueFS / Allocation — Allocation Sizes and High-Water MarkswalbytesCeph ceph daemon
ceph_bluefs_alloc_db_max_latBlueFS / Allocation — Duration and Timedb_max_latsecondsCeph ceph daemon
ceph_bluefs_alloc_slow_max_latBlueFS / Allocation — Duration and Timeslow_max_latsecondsCeph ceph daemon
ceph_bluefs_alloc_wal_max_latBlueFS / Allocation — Duration and Timewal_max_latsecondsCeph ceph daemon
ceph_bluefs_alloc_slow_fallbackBlueFS / Allocation — Failure and Delay Outcomesfallbackevents/sCeph ceph daemon
ceph_bluefs_alloc_slow_size_fallbackBlueFS / Allocation — Failure and Delay Outcomessize_fallbackevents/sCeph ceph daemon
ceph_bluefs_compact_lat_countBlueFS / Compaction — Latency Measurementslatoperations/sCeph ceph daemon
ceph_bluefs_compact_lock_lat_countBlueFS / Compaction — Latency Measurementslock_latoperations/sCeph ceph daemon
ceph_bluefs_compact_lat_sumBlueFS / Compaction — Accumulated Latencylatseconds/sCeph ceph daemon
ceph_bluefs_compact_lock_lat_sumBlueFS / Compaction — Accumulated Latencylock_latseconds/sCeph ceph daemon
ceph_bluefs_log_compactionsBlueFS / Compaction — Eventsvalueevents/sCeph ceph daemon
ceph_bluefs_flush_lat_countBlueFS / IO and Files — Latency Measurementsflush_latoperations/sCeph ceph daemon
ceph_bluefs_fsync_lat_countBlueFS / IO and Files — Latency Measurementsfsync_latoperations/sCeph ceph daemon
ceph_bluefs_read_lat_countBlueFS / IO and Files — Latency Measurementsread_latoperations/sCeph ceph daemon
ceph_bluefs_read_random_lat_countBlueFS / IO and Files — Latency Measurementsread_random_latoperations/sCeph ceph daemon
ceph_bluefs_truncate_lat_countBlueFS / IO and Files — Latency Measurementstruncate_latoperations/sCeph ceph daemon
ceph_bluefs_unlink_lat_countBlueFS / IO and Files — Latency Measurementsunlink_latoperations/sCeph ceph daemon
ceph_bluefs_flush_lat_sumBlueFS / IO and Files — Accumulated Latencyflush_latseconds/sCeph ceph daemon
ceph_bluefs_fsync_lat_sumBlueFS / IO and Files — Accumulated Latencyfsync_latseconds/sCeph ceph daemon
ceph_bluefs_read_lat_sumBlueFS / IO and Files — Accumulated Latencyread_latseconds/sCeph ceph daemon
ceph_bluefs_read_random_lat_sumBlueFS / IO and Files — Accumulated Latencyread_random_latseconds/sCeph ceph daemon
ceph_bluefs_truncate_lat_sumBlueFS / IO and Files — Accumulated Latencytruncate_latseconds/sCeph ceph daemon
ceph_bluefs_unlink_lat_sumBlueFS / IO and Files — Accumulated Latencyunlink_latseconds/sCeph ceph daemon
ceph_bluefs_read_bytesBlueFS / IO and Files — Byte Throughputread_bytesbytes/sCeph ceph daemon
ceph_bluefs_read_disk_bytesBlueFS / IO and Files — Byte Throughputread_disk_bytesbytes/sCeph ceph daemon
ceph_bluefs_read_disk_bytes_dbBlueFS / IO and Files — Byte Throughputread_disk_bytes_dbbytes/sCeph ceph daemon
ceph_bluefs_read_disk_bytes_slowBlueFS / IO and Files — Byte Throughputread_disk_bytes_slowbytes/sCeph ceph daemon
ceph_bluefs_read_disk_bytes_walBlueFS / IO and Files — Byte Throughputread_disk_bytes_walbytes/sCeph ceph daemon
ceph_bluefs_read_prefetch_bytesBlueFS / IO and Files — Byte Throughputread_prefetch_bytesbytes/sCeph ceph daemon
ceph_bluefs_read_random_buffer_bytesBlueFS / IO and Files — Byte Throughputread_random_buffer_bytesbytes/sCeph ceph daemon
ceph_bluefs_read_random_bytesBlueFS / IO and Files — Byte Throughputread_random_bytesbytes/sCeph ceph daemon
ceph_bluefs_read_random_disk_bytesBlueFS / IO and Files — Byte Throughputread_random_disk_bytesbytes/sCeph ceph daemon
ceph_bluefs_read_random_disk_bytes_dbBlueFS / IO and Files — Byte Throughputread_random_disk_bytes_dbbytes/sCeph ceph daemon
ceph_bluefs_read_random_disk_bytes_slowBlueFS / IO and Files — Byte Throughputread_random_disk_bytes_slowbytes/sCeph ceph daemon
ceph_bluefs_read_random_disk_bytes_walBlueFS / IO and Files — Byte Throughputread_random_disk_bytes_walbytes/sCeph ceph daemon
ceph_bluefs_write_bytesBlueFS / IO and Files — Byte Throughputwrite_bytesbytes/sCeph ceph daemon
ceph_bluefs_log_write_countBlueFS / IO and Files — Operationslog_writeoperations/sCeph ceph daemon
ceph_bluefs_read_countBlueFS / IO and Files — Operationsreadoperations/sCeph ceph daemon
ceph_bluefs_read_disk_countBlueFS / IO and Files — Operationsread_diskoperations/sCeph ceph daemon
ceph_bluefs_read_prefetch_countBlueFS / IO and Files — Operationsread_prefetchoperations/sCeph ceph daemon
ceph_bluefs_read_random_buffer_countBlueFS / IO and Files — Operationsread_random_bufferoperations/sCeph ceph daemon
ceph_bluefs_read_random_countBlueFS / IO and Files — Operationsread_randomoperations/sCeph ceph daemon
ceph_bluefs_read_random_disk_countBlueFS / IO and Files — Operationsread_random_diskoperations/sCeph ceph daemon
ceph_bluefs_write_countBlueFS / IO and Files — Operationswriteoperations/sCeph ceph daemon
ceph_bluefs_write_count_sstBlueFS / IO and Files — Operationswrite_count_sstoperations/sCeph ceph daemon
ceph_bluefs_write_count_walBlueFS / IO and Files — Operationswrite_count_waloperations/sCeph ceph daemon
ceph_bluefs_write_disk_countBlueFS / IO and Files — Operationswrite_diskoperations/sCeph ceph daemon
ceph_bluefs_read_zeros_candidateBlueFS / IO and Files — Zero-Read Outcomescandidatereads/sCeph ceph daemon
ceph_bluefs_read_zeros_errorsBlueFS / IO and Files — Zero-Read Outcomeserrorsreads/sCeph ceph daemon
ceph_bluefs_max_bytes_dbBlueFS / Space and Files — Allocation Sizes and High-Water MarksdbbytesCeph ceph daemon
ceph_bluefs_max_bytes_slowBlueFS / Space and Files — Allocation Sizes and High-Water MarksslowbytesCeph ceph daemon
ceph_bluefs_max_bytes_walBlueFS / Space and Files — Allocation Sizes and High-Water MarkswalbytesCeph ceph daemon
ceph_bluefs_bytes_written_slowBlueFS / Space and Files — Byte Throughputbytes_written_slowbytes/sCeph ceph daemon
ceph_bluefs_bytes_written_sstBlueFS / Space and Files — Byte Throughputbytes_written_sstbytes/sCeph ceph daemon
ceph_bluefs_bytes_written_walBlueFS / Space and Files — Byte Throughputbytes_written_walbytes/sCeph ceph daemon
ceph_bluefs_logged_bytesBlueFS / Space and Files — Byte Throughputlogged_bytesbytes/sCeph ceph daemon
ceph_bluefs_num_filesBlueFS / Space and Files — FilesvaluefilesCeph ceph daemon
ceph_bluefs_files_written_sstBlueFS / Space and Files — File Worksstfiles/sCeph ceph daemon
ceph_bluefs_files_written_walBlueFS / Space and Files — File Workwalfiles/sCeph ceph daemon
ceph_bluefs_db_total_bytesBlueFS / Space and Files — Space and Memorydb_total_bytesbytesCeph ceph daemon
ceph_bluefs_db_used_bytesBlueFS / Space and Files — Space and Memorydb_used_bytesbytesCeph ceph daemon
ceph_bluefs_log_bytesBlueFS / Space and Files — Space and Memorylog_bytesbytesCeph ceph daemon
ceph_bluefs_slow_total_bytesBlueFS / Space and Files — Space and Memoryslow_total_bytesbytesCeph ceph daemon
ceph_bluefs_slow_used_bytesBlueFS / Space and Files — Space and Memoryslow_used_bytesbytesCeph ceph daemon
ceph_bluefs_wal_total_bytesBlueFS / Space and Files — Space and Memorywal_total_bytesbytesCeph ceph daemon
ceph_bluefs_wal_used_bytesBlueFS / Space and Files — Space and Memorywal_used_bytesbytesCeph ceph daemon

BlueStore

Prometheus metricNetdata chartDimensionUnitScope
ceph_bluestore_allocator_lat_countBlueStore / Allocation — Latency Measurementsvalueoperations/sCeph ceph daemon
ceph_bluestore_allocator_lat_sumBlueStore / Allocation — Accumulated Latencyvalueseconds/sCeph ceph daemon
ceph_bluestore_alloc_unitBlueStore / Allocation — Allocation Unitalloc_unitbytesCeph ceph daemon
ceph_bluestore_allocatedBlueStore / Allocation — Allocated SpaceallocatedbytesCeph ceph daemon
ceph_bluestore_compress_lat_countBlueStore / Compression and Checksums — Latency Measurementscompress_latoperations/sCeph ceph daemon
ceph_bluestore_csum_lat_countBlueStore / Compression and Checksums — Latency Measurementscsum_latoperations/sCeph ceph daemon
ceph_bluestore_decompress_lat_countBlueStore / Compression and Checksums — Latency Measurementsdecompress_latoperations/sCeph ceph daemon
ceph_bluestore_compress_lat_sumBlueStore / Compression and Checksums — Accumulated Latencycompress_latseconds/sCeph ceph daemon
ceph_bluestore_csum_lat_sumBlueStore / Compression and Checksums — Accumulated Latencycsum_latseconds/sCeph ceph daemon
ceph_bluestore_decompress_lat_sumBlueStore / Compression and Checksums — Accumulated Latencydecompress_latseconds/sCeph ceph daemon
ceph_bluestore_compress_rejected_countBlueStore / Compression and Checksums — Compression Operationscompress_rejectedoperations/sCeph ceph daemon
ceph_bluestore_compress_success_countBlueStore / Compression and Checksums — Compression Operationscompress_successoperations/sCeph ceph daemon
ceph_bluestore_extent_compressBlueStore / Compression and Checksums — Compressed Extentsextent_compressextents/sCeph ceph daemon
ceph_bluestore_compressedBlueStore / Compression and Checksums — Space and MemorycompressedbytesCeph ceph daemon
ceph_bluestore_compressed_allocatedBlueStore / Compression and Checksums — Space and MemoryallocatedbytesCeph ceph daemon
ceph_bluestore_compressed_originalBlueStore / Compression and Checksums — Space and MemoryoriginalbytesCeph ceph daemon
ceph_bluestore_read_lat_countBlueStore / IO — Latency Measurementsread_latoperations/sCeph ceph daemon
ceph_bluestore_read_onode_meta_lat_countBlueStore / IO — Latency Measurementsread_onode_meta_latoperations/sCeph ceph daemon
ceph_bluestore_read_wait_aio_lat_countBlueStore / IO — Latency Measurementsread_wait_aio_latoperations/sCeph ceph daemon
ceph_bluestore_remove_lat_countBlueStore / IO — Latency Measurementsremove_latoperations/sCeph ceph daemon
ceph_bluestore_truncate_lat_countBlueStore / IO — Latency Measurementstruncate_latoperations/sCeph ceph daemon
ceph_bluestore_write_lat_countBlueStore / IO — Latency Measurementswrite_latoperations/sCeph ceph daemon
ceph_bluestore_read_lat_sumBlueStore / IO — Accumulated Latencyread_latseconds/sCeph ceph daemon
ceph_bluestore_read_onode_meta_lat_sumBlueStore / IO — Accumulated Latencyread_onode_meta_latseconds/sCeph ceph daemon
ceph_bluestore_read_wait_aio_lat_sumBlueStore / IO — Accumulated Latencyread_wait_aio_latseconds/sCeph ceph daemon
ceph_bluestore_remove_lat_sumBlueStore / IO — Accumulated Latencyremove_latseconds/sCeph ceph daemon
ceph_bluestore_truncate_lat_sumBlueStore / IO — Accumulated Latencytruncate_latseconds/sCeph ceph daemon
ceph_bluestore_write_lat_sumBlueStore / IO — Accumulated Latencywrite_latseconds/sCeph ceph daemon
ceph_bluestore_issued_deferred_write_bytesBlueStore / IO — Byte Throughputissued_deferred_write_bytesbytes/sCeph ceph daemon
ceph_bluestore_submitted_deferred_write_bytesBlueStore / IO — Byte Throughputsubmitted_deferred_write_bytesbytes/sCeph ceph daemon
ceph_bluestore_write_big_bytesBlueStore / IO — Byte Throughputwrite_big_bytesbytes/sCeph ceph daemon
ceph_bluestore_write_big_skipped_bytesBlueStore / IO — Byte Throughputwrite_big_skipped_bytesbytes/sCeph ceph daemon
ceph_bluestore_write_pad_bytesBlueStore / IO — Byte Throughputwrite_pad_bytesbytes/sCeph ceph daemon
ceph_bluestore_write_small_bytesBlueStore / IO — Byte Throughputwrite_small_bytesbytes/sCeph ceph daemon
ceph_bluestore_write_small_skipped_bytesBlueStore / IO — Byte Throughputwrite_small_skipped_bytesbytes/sCeph ceph daemon
ceph_bluestore_read_eioBlueStore / IO — Read Outcomesread_eioreads/sCeph ceph daemon
ceph_bluestore_reads_with_retriesBlueStore / IO — Read Outcomesreads_with_retriesreads/sCeph ceph daemon
ceph_bluestore_slow_read_onode_meta_countBlueStore / IO — Slow Readsslow_read_onode_metareads/sCeph ceph daemon
ceph_bluestore_slow_read_wait_aio_countBlueStore / IO — Slow Readsslow_read_wait_aioreads/sCeph ceph daemon
ceph_bluestore_slow_aio_wait_countBlueStore / IO — Slow AIO Waitsslow_aio_waitwaits/sCeph ceph daemon
ceph_bluestore_write_big_skipped_blobsBlueStore / IO — Skipped Blobswrite_big_skipped_blobsblobs/sCeph ceph daemon
ceph_bluestore_write_small_skippedBlueStore / IO — Skipped Writeswrite_small_skippedwrites/sCeph ceph daemon
ceph_bluestore_issued_deferred_writesBlueStore / IO — Write Operationsissued_deferred_writeswrites/sCeph ceph daemon
ceph_bluestore_submitted_deferred_writesBlueStore / IO — Write Operationssubmitted_deferred_writeswrites/sCeph ceph daemon
ceph_bluestore_write_bigBlueStore / IO — Write Operationswrite_bigwrites/sCeph ceph daemon
ceph_bluestore_write_big_deferredBlueStore / IO — Write Operationswrite_big_deferredwrites/sCeph ceph daemon
ceph_bluestore_write_newBlueStore / IO — Write Operationswrite_newwrites/sCeph ceph daemon
ceph_bluestore_write_smallBlueStore / IO — Write Operationswrite_smallwrites/sCeph ceph daemon
ceph_bluestore_write_small_pre_readBlueStore / IO — Write Operationswrite_small_pre_readwrites/sCeph ceph daemon
ceph_bluestore_write_small_unusedBlueStore / IO — Write Operationswrite_small_unusedwrites/sCeph ceph daemon
ceph_bluestore_write_big_blobsBlueStore / IO — Written Blobswrite_big_blobsblobs/sCeph ceph daemon
ceph_bluestore_write_penalty_read_opsBlueStore / IO — Penalty Readswrite_penalty_read_opsreads/sCeph ceph daemon
ceph_bluestore_omap_clear_lat_countBlueStore / OMAP — Latency Measurementsclear_latoperations/sCeph ceph daemon
ceph_bluestore_omap_get_keys_lat_countBlueStore / OMAP — Latency Measurementsget_keys_latoperations/sCeph ceph daemon
ceph_bluestore_omap_get_values_lat_countBlueStore / OMAP — Latency Measurementsget_values_latoperations/sCeph ceph daemon
ceph_bluestore_omap_lower_bound_lat_countBlueStore / OMAP — Latency Measurementslower_bound_latoperations/sCeph ceph daemon
ceph_bluestore_omap_next_lat_countBlueStore / OMAP — Latency Measurementsnext_latoperations/sCeph ceph daemon
ceph_bluestore_omap_seek_to_first_lat_countBlueStore / OMAP — Latency Measurementsseek_to_first_latoperations/sCeph ceph daemon
ceph_bluestore_omap_upper_bound_lat_countBlueStore / OMAP — Latency Measurementsupper_bound_latoperations/sCeph ceph daemon
ceph_bluestore_omap_clear_lat_sumBlueStore / OMAP — Accumulated Latencyclear_latseconds/sCeph ceph daemon
ceph_bluestore_omap_get_keys_lat_sumBlueStore / OMAP — Accumulated Latencyget_keys_latseconds/sCeph ceph daemon
ceph_bluestore_omap_get_values_lat_sumBlueStore / OMAP — Accumulated Latencyget_values_latseconds/sCeph ceph daemon
ceph_bluestore_omap_lower_bound_lat_sumBlueStore / OMAP — Accumulated Latencylower_bound_latseconds/sCeph ceph daemon
ceph_bluestore_omap_next_lat_sumBlueStore / OMAP — Accumulated Latencynext_latseconds/sCeph ceph daemon
ceph_bluestore_omap_seek_to_first_lat_sumBlueStore / OMAP — Accumulated Latencyseek_to_first_latseconds/sCeph ceph daemon
ceph_bluestore_omap_upper_bound_lat_sumBlueStore / OMAP — Accumulated Latencyupper_bound_latseconds/sCeph ceph daemon
ceph_bluestore_omap_setheader_bytesBlueStore / OMAP — Byte Throughputsetheader_bytesbytes/sCeph ceph daemon
ceph_bluestore_omap_setkeys_bytesBlueStore / OMAP — Byte Throughputsetkeys_bytesbytes/sCeph ceph daemon
ceph_bluestore_omap_iterator_countBlueStore / OMAP — Open IteratorsiteratoriteratorsCeph ceph daemon
ceph_bluestore_omap_setheader_countBlueStore / OMAP — Mutation Callssetheadercalls/sCeph ceph daemon
ceph_bluestore_omap_setkeys_countBlueStore / OMAP — Mutation Callssetkeyscalls/sCeph ceph daemon
ceph_bluestore_omap_rmkey_range_countBlueStore / OMAP — Removed Key Rangesrmkey_rangeranges/sCeph ceph daemon
ceph_bluestore_omap_rmkeys_countBlueStore / OMAP — Key Mutationsrmkeyskeys/sCeph ceph daemon
ceph_bluestore_omap_setkeys_recordsBlueStore / OMAP — Key Mutationssetkeys_recordskeys/sCeph ceph daemon
ceph_bluestore_onode_blobsBlueStore / Onode Cache — Onode Blobsonode_blobsblobsCeph ceph daemon
ceph_bluestore_onode_spanning_blobsBlueStore / Onode Cache — Onode Blobsonode_spanning_blobsblobsCeph ceph daemon
ceph_bluestore_onode_extentsBlueStore / Onode Cache — Onode Extentsonode_extentsextentsCeph ceph daemon
ceph_bluestore_onodesBlueStore / Onode Cache — OnodesonodesonodesCeph ceph daemon
ceph_bluestore_onodes_pinnedBlueStore / Onode Cache — Onodesonodes_pinnedonodesCeph ceph daemon
ceph_bluestore_onode_reshardBlueStore / Onode Cache — Eventsvalueevents/sCeph ceph daemon
ceph_bluestore_onode_hitsBlueStore / Onode Cache — Onode Lookup Outcomeshitslookups/sCeph ceph daemon
ceph_bluestore_onode_missesBlueStore / Onode Cache — Onode Lookup Outcomesmisseslookups/sCeph ceph daemon
ceph_bluestore_onode_shard_hitsBlueStore / Onode Cache — Onode Shard Lookup Outcomesshard_hitslookups/sCeph ceph daemon
ceph_bluestore_onode_shard_missesBlueStore / Onode Cache — Onode Shard Lookup Outcomesshard_misseslookups/sCeph ceph daemon
ceph_bluestore_pricache:data_committed_bytesBlueStore / Priority Cache Data — Space and Memorycommitted_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri0_bytesBlueStore / Priority Cache Data — Space and Memorypri0_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri10_bytesBlueStore / Priority Cache Data — Space and Memorypri10_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri11_bytesBlueStore / Priority Cache Data — Space and Memorypri11_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri1_bytesBlueStore / Priority Cache Data — Space and Memorypri1_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri2_bytesBlueStore / Priority Cache Data — Space and Memorypri2_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri3_bytesBlueStore / Priority Cache Data — Space and Memorypri3_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri4_bytesBlueStore / Priority Cache Data — Space and Memorypri4_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri5_bytesBlueStore / Priority Cache Data — Space and Memorypri5_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri6_bytesBlueStore / Priority Cache Data — Space and Memorypri6_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri7_bytesBlueStore / Priority Cache Data — Space and Memorypri7_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri8_bytesBlueStore / Priority Cache Data — Space and Memorypri8_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_pri9_bytesBlueStore / Priority Cache Data — Space and Memorypri9_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:data_reserved_bytesBlueStore / Priority Cache Data — Space and Memoryreserved_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_committed_bytesBlueStore / Priority Cache KV — Space and Memorycommitted_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri0_bytesBlueStore / Priority Cache KV — Space and Memorypri0_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri10_bytesBlueStore / Priority Cache KV — Space and Memorypri10_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri11_bytesBlueStore / Priority Cache KV — Space and Memorypri11_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri1_bytesBlueStore / Priority Cache KV — Space and Memorypri1_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri2_bytesBlueStore / Priority Cache KV — Space and Memorypri2_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri3_bytesBlueStore / Priority Cache KV — Space and Memorypri3_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri4_bytesBlueStore / Priority Cache KV — Space and Memorypri4_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri5_bytesBlueStore / Priority Cache KV — Space and Memorypri5_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri6_bytesBlueStore / Priority Cache KV — Space and Memorypri6_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri7_bytesBlueStore / Priority Cache KV — Space and Memorypri7_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri8_bytesBlueStore / Priority Cache KV — Space and Memorypri8_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_pri9_bytesBlueStore / Priority Cache KV — Space and Memorypri9_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_reserved_bytesBlueStore / Priority Cache KV — Space and Memoryreserved_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_committed_bytesBlueStore / Priority Cache KV Onode — Space and Memorycommitted_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri0_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri0_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri10_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri10_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri11_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri11_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri1_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri1_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri2_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri2_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri3_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri3_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri4_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri4_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri5_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri5_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri6_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri6_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri7_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri7_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri8_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri8_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_pri9_bytesBlueStore / Priority Cache KV Onode — Space and Memorypri9_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:kv_onode_reserved_bytesBlueStore / Priority Cache KV Onode — Space and Memoryreserved_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_committed_bytesBlueStore / Priority Cache Metadata — Space and Memorycommitted_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri0_bytesBlueStore / Priority Cache Metadata — Space and Memorypri0_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri10_bytesBlueStore / Priority Cache Metadata — Space and Memorypri10_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri11_bytesBlueStore / Priority Cache Metadata — Space and Memorypri11_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri1_bytesBlueStore / Priority Cache Metadata — Space and Memorypri1_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri2_bytesBlueStore / Priority Cache Metadata — Space and Memorypri2_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri3_bytesBlueStore / Priority Cache Metadata — Space and Memorypri3_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri4_bytesBlueStore / Priority Cache Metadata — Space and Memorypri4_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri5_bytesBlueStore / Priority Cache Metadata — Space and Memorypri5_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri6_bytesBlueStore / Priority Cache Metadata — Space and Memorypri6_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri7_bytesBlueStore / Priority Cache Metadata — Space and Memorypri7_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri8_bytesBlueStore / Priority Cache Metadata — Space and Memorypri8_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_pri9_bytesBlueStore / Priority Cache Metadata — Space and Memorypri9_bytesbytesCeph ceph daemon
ceph_bluestore_pricache:meta_reserved_bytesBlueStore / Priority Cache Metadata — Space and Memoryreserved_bytesbytesCeph ceph daemon
ceph_bluestore_pricache_cache_bytesBlueStore / Priority Cache Runtime — Space and Memorycache_bytesbytesCeph ceph daemon
ceph_bluestore_pricache_heap_bytesBlueStore / Priority Cache Runtime — Space and Memoryheap_bytesbytesCeph ceph daemon
ceph_bluestore_pricache_mapped_bytesBlueStore / Priority Cache Runtime — Space and Memorymapped_bytesbytesCeph ceph daemon
ceph_bluestore_pricache_target_bytesBlueStore / Priority Cache Runtime — Space and Memorytarget_bytesbytesCeph ceph daemon
ceph_bluestore_pricache_unmapped_bytesBlueStore / Priority Cache Runtime — Space and Memoryunmapped_bytesbytesCeph ceph daemon
ceph_bluestore_clist_lat_countBlueStore / Space and Core State — Latency Measurementsclist_latoperations/sCeph ceph daemon
ceph_bluestore_kv_commit_lat_countBlueStore / Space and Core State — Latency Measurementskv_commit_latoperations/sCeph ceph daemon
ceph_bluestore_kv_final_lat_countBlueStore / Space and Core State — Latency Measurementskv_final_latoperations/sCeph ceph daemon
ceph_bluestore_kv_flush_lat_countBlueStore / Space and Core State — Latency Measurementskv_flush_latoperations/sCeph ceph daemon
ceph_bluestore_kv_sync_lat_countBlueStore / Space and Core State — Latency Measurementskv_sync_latoperations/sCeph ceph daemon
ceph_bluestore_clist_lat_sumBlueStore / Space and Core State — Accumulated Latencyclist_latseconds/sCeph ceph daemon
ceph_bluestore_kv_commit_lat_sumBlueStore / Space and Core State — Accumulated Latencykv_commit_latseconds/sCeph ceph daemon
ceph_bluestore_kv_final_lat_sumBlueStore / Space and Core State — Accumulated Latencykv_final_latseconds/sCeph ceph daemon
ceph_bluestore_kv_flush_lat_sumBlueStore / Space and Core State — Accumulated Latencykv_flush_latseconds/sCeph ceph daemon
ceph_bluestore_kv_sync_lat_sumBlueStore / Space and Core State — Accumulated Latencykv_sync_latseconds/sCeph ceph daemon
ceph_bluestore_buffer_hit_bytesBlueStore / Space and Core State — Byte Throughputhit_bytesbytes/sCeph ceph daemon
ceph_bluestore_buffer_miss_bytesBlueStore / Space and Core State — Byte Throughputmiss_bytesbytes/sCeph ceph daemon
ceph_bluestore_buffersBlueStore / Space and Core State — Current WorkvalueitemsCeph ceph daemon
ceph_bluestore_blob_splitBlueStore / Space and Core State — Blob Splitsblob_splitblobs/sCeph ceph daemon
ceph_bluestore_gc_mergedBlueStore / Space and Core State — Garbage-Collection Merge Throughputgc_mergedbytes/sCeph ceph daemon
ceph_bluestore_slow_committed_kv_countBlueStore / Space and Core State — Failure and Delay Outcomesvalueevents/sCeph ceph daemon
ceph_bluestore_fragmentation_microsBlueStore / Space and Core State — Fragmentationvalueper milleCeph ceph daemon
ceph_bluestore_buffer_bytesBlueStore / Space and Core State — Buffer Cache Residencybuffer_bytesbytesCeph ceph daemon
ceph_bluestore_storedBlueStore / Space and Core State — Logical Stored DatastoredbytesCeph ceph daemon
ceph_bluestore_state_aio_wait_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_aio_wait_latoperations/sCeph ceph daemon
ceph_bluestore_state_deferred_aio_wait_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_deferred_aio_wait_latoperations/sCeph ceph daemon
ceph_bluestore_state_deferred_cleanup_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_deferred_cleanup_latoperations/sCeph ceph daemon
ceph_bluestore_state_deferred_queued_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_deferred_queued_latoperations/sCeph ceph daemon
ceph_bluestore_state_done_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_done_latoperations/sCeph ceph daemon
ceph_bluestore_state_finishing_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_finishing_latoperations/sCeph ceph daemon
ceph_bluestore_state_io_done_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_io_done_latoperations/sCeph ceph daemon
ceph_bluestore_state_kv_commiting_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_kv_commiting_latoperations/sCeph ceph daemon
ceph_bluestore_state_kv_done_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_kv_done_latoperations/sCeph ceph daemon
ceph_bluestore_state_kv_queued_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_kv_queued_latoperations/sCeph ceph daemon
ceph_bluestore_state_prepare_lat_countBlueStore / Transaction Pipeline — Latency Measurementsstate_prepare_latoperations/sCeph ceph daemon
ceph_bluestore_txc_commit_lat_countBlueStore / Transaction Pipeline — Latency Measurementstxc_commit_latoperations/sCeph ceph daemon
ceph_bluestore_txc_submit_lat_countBlueStore / Transaction Pipeline — Latency Measurementstxc_submit_latoperations/sCeph ceph daemon
ceph_bluestore_txc_throttle_lat_countBlueStore / Transaction Pipeline — Latency Measurementstxc_throttle_latoperations/sCeph ceph daemon
ceph_bluestore_state_aio_wait_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_aio_wait_latseconds/sCeph ceph daemon
ceph_bluestore_state_deferred_aio_wait_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_deferred_aio_wait_latseconds/sCeph ceph daemon
ceph_bluestore_state_deferred_cleanup_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_deferred_cleanup_latseconds/sCeph ceph daemon
ceph_bluestore_state_deferred_queued_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_deferred_queued_latseconds/sCeph ceph daemon
ceph_bluestore_state_done_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_done_latseconds/sCeph ceph daemon
ceph_bluestore_state_finishing_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_finishing_latseconds/sCeph ceph daemon
ceph_bluestore_state_io_done_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_io_done_latseconds/sCeph ceph daemon
ceph_bluestore_state_kv_commiting_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_kv_commiting_latseconds/sCeph ceph daemon
ceph_bluestore_state_kv_done_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_kv_done_latseconds/sCeph ceph daemon
ceph_bluestore_state_kv_queued_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_kv_queued_latseconds/sCeph ceph daemon
ceph_bluestore_state_prepare_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencystate_prepare_latseconds/sCeph ceph daemon
ceph_bluestore_txc_commit_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencytxc_commit_latseconds/sCeph ceph daemon
ceph_bluestore_txc_submit_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencytxc_submit_latseconds/sCeph ceph daemon
ceph_bluestore_txc_throttle_lat_sumBlueStore / Transaction Pipeline — Accumulated Latencytxc_throttle_latseconds/sCeph ceph daemon
ceph_bluestore_txc_countBlueStore / Transaction Pipeline — Operationsvalueoperations/sCeph ceph daemon

Exporter and Process

Prometheus metricNetdata chartDimensionUnitScope
ceph_exporter_scrape_timeExporter and Process / Collection — Collection DurationdurationsecondsCeph function and host
ceph_daemon_socket_upExporter and Process / Daemon Availability — Daemon Socket Statereachable{status}Ceph ceph daemon and hostname
ceph_exporter_minflt_totalExporter and Process / Daemon Processes — Page Faultsminorfaults/sCeph ceph daemon
ceph_exporter_majflt_totalExporter and Process / Daemon Processes — Page Faultsmajorfaults/sCeph ceph daemon
ceph_exporter_num_threadsExporter and Process / Daemon Processes — ThreadsthreadsthreadsCeph ceph daemon
ceph_exporter_cpu_usageExporter and Process / Daemon Processes — CPU UtilizationutilizationpercentageCeph ceph daemon
ceph_exporter_cpu_totalExporter and Process / Daemon Processes — CPU Timevalues of label modeseconds/sCeph ceph daemon
ceph_exporter_vm_sizeExporter and Process / Daemon Processes — MemoryvirtualbytesCeph ceph daemon
ceph_exporter_resident_sizeExporter and Process / Daemon Processes — MemoryresidentbytesCeph ceph daemon

Managers

Prometheus metricNetdata chartDimensionUnitScope
ceph_mgr_cache_hitManagers / Daemons — Lookup Outcomeshitlookups/sCeph ceph daemon
ceph_mgr_cache_missManagers / Daemons — Lookup Outcomesmisslookups/sCeph ceph daemon

Messenger

Prometheus metricNetdata chartDimensionUnitScope
ceph_AsyncMessenger_RDMADispatcher_handshake_errorsMessenger — RDMA Errorsrdmadispatcher_handshake_errorserrors/sCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_rx_total_wc_errorsMessenger — RDMA Errorsrdmadispatcher_rx_total_wc_errorserrors/sCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_tx_retry_errorsMessenger — RDMA Errorsrdmadispatcher_tx_retry_errorserrors/sCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_tx_total_wc_errorsMessenger — RDMA Errorsrdmadispatcher_tx_total_wc_errorserrors/sCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_tx_wr_flush_errorsMessenger — RDMA Errorsrdmadispatcher_tx_wr_flush_errorserrors/sCeph ceph daemon
ceph_AsyncMessenger_Worker_msgr_connection_idle_timeoutsMessenger — Connection Timeoutsworker_msgr_connection_idle_timeoutsconnections/sCeph labeled worker ID with exactly one daemon-owner identity
ceph_AsyncMessenger_Worker_msgr_connection_ready_timeoutsMessenger — Connection Timeoutsworker_msgr_connection_ready_timeoutsconnections/sCeph labeled worker ID with exactly one daemon-owner identity
ceph_AsyncMessenger_RDMADispatcher_active_queue_pairMessenger — Active Queue Pairsactive_queue_pairqueue pairsCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_created_queue_pairMessenger — Created Queue Pairscreated_queue_pairqueue pairs/sCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_inflight_tx_chunksMessenger — In-Flight Transmit Chunksinflight_tx_chunkschunksCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_pollingMessenger — Polling Statepolling{status}Ceph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_rx_bufs_in_useMessenger — Receive Buffersrx_bufs_in_usebuffersCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_rx_bufs_totalMessenger — Receive Buffersrx_bufsbuffersCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_async_last_wqe_eventsMessenger — Asynchronous Eventsasync_last_wqe_eventsevents/sCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_total_async_eventsMessenger — Asynchronous Eventstotal_async_eventsevents/sCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_rx_total_wcMessenger — Work Completionsrx_total_wccompletions/sCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_tx_total_wcMessenger — Work Completionstx_total_wccompletions/sCeph ceph daemon
ceph_AsyncMessenger_RDMADispatcher_rx_finMessenger — Received FIN Messagesrx_finmessages/sCeph ceph daemon

Monitors

Prometheus metricNetdata chartDimensionUnitScope
ceph_mon_election_callMonitors / Daemons — Electionselection_callelections/sCeph ceph daemon
ceph_mon_election_loseMonitors / Daemons — Electionselection_loseelections/sCeph ceph daemon
ceph_mon_election_winMonitors / Daemons — Electionselection_winelections/sCeph ceph daemon
ceph_mon_num_electionsMonitors / Daemons — Electionsnum_electionselections/sCeph ceph daemon
ceph_mon_num_sessionsMonitors / Daemons — SessionsvaluesessionsCeph ceph daemon
ceph_mon_session_addMonitors / Daemons — Session Churnaddsessions/sCeph ceph daemon
ceph_mon_session_rmMonitors / Daemons — Session Churnrmsessions/sCeph ceph daemon
ceph_mon_session_trimMonitors / Daemons — Session Churntrimsessions/sCeph ceph daemon

Runtime and Clients

Prometheus metricNetdata chartDimensionUnitScope
ceph_objecter_op_latency_countRuntime and Clients / Objecter — Latency Measurementsvalueoperations/sCeph ceph daemon and instance id
ceph_objecter_op_latency_sumRuntime and Clients / Objecter — Accumulated Latencyvalueseconds/sCeph ceph daemon and instance id
ceph_objecter_oplen_avg_countRuntime and Clients / Objecter — Submitted Top-Level Operationsvalueoperations/sCeph ceph daemon and instance id
ceph_objecter_oplen_avg_sumRuntime and Clients / Objecter — Operation-Vector Entriesvalueentries/sCeph ceph daemon and instance id
ceph_objecter_op_send_bytesRuntime and Clients / Objecter — Byte Throughputvaluebytes/sCeph ceph daemon and instance id
ceph_objecter_command_activeRuntime and Clients / Objecter — Active Commandscommand_activecommandsCeph ceph daemon and instance id
ceph_objecter_linger_activeRuntime and Clients / Objecter — Active Lingering Operationslinger_activeoperationsCeph ceph daemon and instance id
ceph_objecter_map_epochRuntime and Clients / Objecter — OSD-Map Epochmap_epochepochCeph ceph daemon and instance id
ceph_objecter_op_activeRuntime and Clients / Objecter — Objecter Operationsop_activeoperationsCeph ceph daemon and instance id
ceph_objecter_op_inflightRuntime and Clients / Objecter — Objecter Operationsop_inflightoperationsCeph ceph daemon and instance id
ceph_objecter_op_laggyRuntime and Clients / Objecter — Objecter Operationsop_laggyoperationsCeph ceph daemon and instance id
ceph_objecter_poolop_activeRuntime and Clients / Objecter — Active Pool Operationspoolop_activeoperationsCeph ceph daemon and instance id
ceph_objecter_poolstat_activeRuntime and Clients / Objecter — Active Pool-Stat Requestspoolstat_activerequestsCeph ceph daemon and instance id
ceph_objecter_statfs_activeRuntime and Clients / Objecter — Active StatFS Requestsstatfs_activerequestsCeph ceph daemon and instance id
ceph_objecter_command_resendRuntime and Clients / Objecter — Commandscommand_resendcommands/sCeph ceph daemon and instance id
ceph_objecter_command_sendRuntime and Clients / Objecter — Commandscommand_sendcommands/sCeph ceph daemon and instance id
ceph_objecter_linger_pingRuntime and Clients / Objecter — Lingering Operationslinger_pingoperations/sCeph ceph daemon and instance id
ceph_objecter_linger_resendRuntime and Clients / Objecter — Lingering Operationslinger_resendoperations/sCeph ceph daemon and instance id
ceph_objecter_linger_sendRuntime and Clients / Objecter — Lingering Operationslinger_sendoperations/sCeph ceph daemon and instance id
ceph_objecter_map_fullRuntime and Clients / Objecter — OSD Mapsmap_fullmaps/sCeph ceph daemon and instance id
ceph_objecter_map_incRuntime and Clients / Objecter — OSD Mapsmap_incmaps/sCeph ceph daemon and instance id
ceph_objecter_omap_delRuntime and Clients / Objecter — Object Operationsomap_deloperations/sCeph ceph daemon and instance id
ceph_objecter_omap_rdRuntime and Clients / Objecter — Object Operationsomap_rdoperations/sCeph ceph daemon and instance id
ceph_objecter_omap_wrRuntime and Clients / Objecter — Object Operationsomap_wroperations/sCeph ceph daemon and instance id
ceph_objecter_opRuntime and Clients / Objecter — Object Operationsopoperations/sCeph ceph daemon and instance id
ceph_objecter_op_pgRuntime and Clients / Objecter — Object Operationsop_pgoperations/sCeph ceph daemon and instance id
ceph_objecter_op_rRuntime and Clients / Objecter — Object Operationsop_roperations/sCeph ceph daemon and instance id
ceph_objecter_op_replyRuntime and Clients / Objecter — Object Operationsop_replyoperations/sCeph ceph daemon and instance id
ceph_objecter_op_resendRuntime and Clients / Objecter — Object Operationsop_resendoperations/sCeph ceph daemon and instance id
ceph_objecter_op_rmwRuntime and Clients / Objecter — Object Operationsop_rmwoperations/sCeph ceph daemon and instance id
ceph_objecter_op_sendRuntime and Clients / Objecter — Object Operationsop_sendoperations/sCeph ceph daemon and instance id
ceph_objecter_op_wRuntime and Clients / Objecter — Object Operationsop_woperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_appendRuntime and Clients / Objecter — Object Operationsosdop_appendoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_callRuntime and Clients / Objecter — Object Operationsosdop_calloperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_clonerangeRuntime and Clients / Objecter — Object Operationsosdop_clonerangeoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_cmpxattrRuntime and Clients / Objecter — Object Operationsosdop_cmpxattroperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_createRuntime and Clients / Objecter — Object Operationsosdop_createoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_deleteRuntime and Clients / Objecter — Object Operationsosdop_deleteoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_getxattrRuntime and Clients / Objecter — Object Operationsosdop_getxattroperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_mapextRuntime and Clients / Objecter — Object Operationsosdop_mapextoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_notifyRuntime and Clients / Objecter — Object Operationsosdop_notifyoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_otherRuntime and Clients / Objecter — Object Operationsosdop_otheroperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_pglsRuntime and Clients / Objecter — Object Operationsosdop_pglsoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_pgls_filterRuntime and Clients / Objecter — Object Operationsosdop_pgls_filteroperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_readRuntime and Clients / Objecter — Object Operationsosdop_readoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_resetxattrsRuntime and Clients / Objecter — Object Operationsosdop_resetxattrsoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_rmxattrRuntime and Clients / Objecter — Object Operationsosdop_rmxattroperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_setxattrRuntime and Clients / Objecter — Object Operationsosdop_setxattroperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_sparse_readRuntime and Clients / Objecter — Object Operationsosdop_sparse_readoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_src_cmpxattrRuntime and Clients / Objecter — Object Operationsosdop_src_cmpxattroperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_statRuntime and Clients / Objecter — Object Operationsosdop_statoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_truncateRuntime and Clients / Objecter — Object Operationsosdop_truncateoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_watchRuntime and Clients / Objecter — Object Operationsosdop_watchoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_writeRuntime and Clients / Objecter — Object Operationsosdop_writeoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_writefullRuntime and Clients / Objecter — Object Operationsosdop_writefulloperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_writesameRuntime and Clients / Objecter — Object Operationsosdop_writesameoperations/sCeph ceph daemon and instance id
ceph_objecter_osdop_zeroRuntime and Clients / Objecter — Object Operationsosdop_zerooperations/sCeph ceph daemon and instance id
ceph_objecter_replica_read_sentRuntime and Clients / Objecter — Replica Readsreplica_read_sentreads/sCeph ceph daemon and instance id
ceph_objecter_replica_read_bouncedRuntime and Clients / Objecter — Replica Readsreplica_read_bouncedreads/sCeph ceph daemon and instance id
ceph_objecter_replica_read_completedRuntime and Clients / Objecter — Replica Readsreplica_read_completedreads/sCeph ceph daemon and instance id
ceph_objecter_osd_session_closeRuntime and Clients / Objecter — OSD Sessionsosd_session_closesessions/sCeph ceph daemon and instance id
ceph_objecter_osd_session_openRuntime and Clients / Objecter — OSD Sessionsosd_session_opensessions/sCeph ceph daemon and instance id
ceph_objecter_poolop_resendRuntime and Clients / Objecter — Pool Operationspoolop_resendoperations/sCeph ceph daemon and instance id
ceph_objecter_poolop_sendRuntime and Clients / Objecter — Pool Operationspoolop_sendoperations/sCeph ceph daemon and instance id
ceph_objecter_poolstat_resendRuntime and Clients / Objecter — Pool-Stat and StatFS Requestspoolstat_resendrequests/sCeph ceph daemon and instance id
ceph_objecter_poolstat_sendRuntime and Clients / Objecter — Pool-Stat and StatFS Requestspoolstat_sendrequests/sCeph ceph daemon and instance id
ceph_objecter_statfs_resendRuntime and Clients / Objecter — Pool-Stat and StatFS Requestsstatfs_resendrequests/sCeph ceph daemon and instance id
ceph_objecter_statfs_sendRuntime and Clients / Objecter — Pool-Stat and StatFS Requestsstatfs_sendrequests/sCeph ceph daemon and instance id
ceph_objecter_osd_laggyRuntime and Clients / Objecter — SessionslaggysessionsCeph ceph daemon and instance id
ceph_objecter_osd_sessionsRuntime and Clients / Objecter — SessionssessionssessionsCeph ceph daemon and instance id
ceph_rbd_librbd_pwl_rdRuntime and Clients / RBD Persistent Write Log — Readsrdreads/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_hit_rdRuntime and Clients / RBD Persistent Write Log — Readshit_rdreads/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_part_hit_rdRuntime and Clients / RBD Persistent Write Log — Readspart_hit_rdreads/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wrRuntime and Clients / RBD Persistent Write Log — Writeswrwrites/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_defRuntime and Clients / RBD Persistent Write Log — Writeswr_defwrites/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_def_lanesRuntime and Clients / RBD Persistent Write Log — Writeswr_def_laneswrites/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_def_logRuntime and Clients / RBD Persistent Write Log — Writeswr_def_logwrites/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_def_bufRuntime and Clients / RBD Persistent Write Log — Writeswr_def_bufwrites/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_overlapRuntime and Clients / RBD Persistent Write Log — Writeswr_overlapwrites/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_q_barrierRuntime and Clients / RBD Persistent Write Log — Writeswr_q_barrierwrites/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_log_opsRuntime and Clients / RBD Persistent Write Log — Log Appendslog_opsappends/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_discardRuntime and Clients / RBD Persistent Write Log — Cache and Image Operationsdiscardoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_aio_flushRuntime and Clients / RBD Persistent Write Log — Cache and Image Operationsaio_flushoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_aio_flush_defRuntime and Clients / RBD Persistent Write Log — Cache and Image Operationsaio_flush_defoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wsRuntime and Clients / RBD Persistent Write Log — Cache and Image Operationswsoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_cmpRuntime and Clients / RBD Persistent Write Log — Cache and Image Operationscmpoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_cmp_failsRuntime and Clients / RBD Persistent Write Log — Cache and Image Operationscmp_failsoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_internal_flushRuntime and Clients / RBD Persistent Write Log — Cache and Image Operationsinternal_flushoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_invalidateRuntime and Clients / RBD Persistent Write Log — Cache and Image Operationsinvalidateoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_rd_bytesRuntime and Clients / RBD Persistent Write Log — Read Throughputrd_bytesbytes/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_rd_hit_bytesRuntime and Clients / RBD Persistent Write Log — Read Throughputrd_hit_bytesbytes/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_bytesRuntime and Clients / RBD Persistent Write Log — Write Throughputwr_bytesbytes/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_discard_bytesRuntime and Clients / RBD Persistent Write Log — Data-Operation Throughputdiscard_bytesbytes/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_ws_bytesRuntime and Clients / RBD Persistent Write Log — Data-Operation Throughputws_bytesbytes/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_cmp_bytesRuntime and Clients / RBD Persistent Write Log — Data-Operation Throughputcmp_bytesbytes/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_log_op_bytes_sumRuntime and Clients / RBD Persistent Write Log — Log-Append Throughputlog_op_bytes_sumbytes/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_rd_latency_countRuntime and Clients / RBD Persistent Write Log — Read Request Latency Measurementsrd_latency_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_hit_rd_latency_countRuntime and Clients / RBD Persistent Write Log — Read Request Latency Measurementshit_rd_latency_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_log_op_bytes_countRuntime and Clients / RBD Persistent Write Log — Log-Append Size Measurementslog_op_bytes_countappends/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_arr_to_all_t_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementsreq_arr_to_all_t_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_arr_to_dis_t_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementsreq_arr_to_dis_t_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_all_to_dis_t_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementsreq_all_to_dis_t_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_latency_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementswr_latency_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_caller_wr_latency_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementscaller_wr_latency_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_arr_to_all_nw_t_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementsreq_arr_to_all_nw_t_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_arr_to_dis_nw_t_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementsreq_arr_to_dis_nw_t_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_all_to_dis_nw_t_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementsreq_all_to_dis_nw_t_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_latency_nw_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementswr_latency_nw_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_caller_wr_latency_nw_countRuntime and Clients / RBD Persistent Write Log — Write Request Latency Measurementscaller_wr_latency_nw_countrequests/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_alloc_t_countRuntime and Clients / RBD Persistent Write Log — Log Operation Latency Measurementsop_alloc_t_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_dis_to_buf_t_countRuntime and Clients / RBD Persistent Write Log — Log Operation Latency Measurementsop_dis_to_buf_t_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_dis_to_app_t_countRuntime and Clients / RBD Persistent Write Log — Log Operation Latency Measurementsop_dis_to_app_t_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_dis_to_cmp_t_countRuntime and Clients / RBD Persistent Write Log — Log Operation Latency Measurementsop_dis_to_cmp_t_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_buf_to_app_t_countRuntime and Clients / RBD Persistent Write Log — Log Operation Latency Measurementsop_buf_to_app_t_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_buf_to_bufc_t_countRuntime and Clients / RBD Persistent Write Log — Log Operation Latency Measurementsop_buf_to_bufc_t_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_app_to_cmp_t_countRuntime and Clients / RBD Persistent Write Log — Log Operation Latency Measurementsop_app_to_cmp_t_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_app_to_appc_t_countRuntime and Clients / RBD Persistent Write Log — Log Operation Latency Measurementsop_app_to_appc_t_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_discard_lat_countRuntime and Clients / RBD Persistent Write Log — Data Operation Latency Measurementsdiscard_lat_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_aio_flush_lat_countRuntime and Clients / RBD Persistent Write Log — Data Operation Latency Measurementsaio_flush_lat_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_ws_lat_countRuntime and Clients / RBD Persistent Write Log — Data Operation Latency Measurementsws_lat_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_cmp_lat_countRuntime and Clients / RBD Persistent Write Log — Data Operation Latency Measurementscmp_lat_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_writeback_lat_countRuntime and Clients / RBD Persistent Write Log — Data Operation Latency Measurementswriteback_lat_countoperations/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_append_tx_lat_countRuntime and Clients / RBD Persistent Write Log — Transaction Latency Measurementsappend_tx_lat_counttransactions/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_retire_tx_lat_countRuntime and Clients / RBD Persistent Write Log — Transaction Latency Measurementsretire_tx_lat_counttransactions/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_rd_latency_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Read Request Latencyrd_latency_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_hit_rd_latency_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Read Request Latencyhit_rd_latency_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_arr_to_all_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencyreq_arr_to_all_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_arr_to_dis_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencyreq_arr_to_dis_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_all_to_dis_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencyreq_all_to_dis_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_latency_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencywr_latency_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_caller_wr_latency_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencycaller_wr_latency_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_arr_to_all_nw_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencyreq_arr_to_all_nw_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_arr_to_dis_nw_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencyreq_arr_to_dis_nw_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_req_all_to_dis_nw_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencyreq_all_to_dis_nw_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_wr_latency_nw_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencywr_latency_nw_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_caller_wr_latency_nw_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Write Request Latencycaller_wr_latency_nw_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_alloc_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latencyop_alloc_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_dis_to_buf_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latencyop_dis_to_buf_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_dis_to_app_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latencyop_dis_to_app_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_dis_to_cmp_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latencyop_dis_to_cmp_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_buf_to_app_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latencyop_buf_to_app_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_buf_to_bufc_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latencyop_buf_to_bufc_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_app_to_cmp_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latencyop_app_to_cmp_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_op_app_to_appc_t_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latencyop_app_to_appc_t_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_discard_lat_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latencydiscard_lat_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_aio_flush_lat_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latencyaio_flush_lat_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_ws_lat_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latencyws_lat_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_cmp_lat_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latencycmp_lat_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_writeback_lat_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latencywriteback_lat_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_append_tx_lat_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Transaction Latencyappend_tx_lat_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_rbd_librbd_pwl_retire_tx_lat_sumRuntime and Clients / RBD Persistent Write Log — Accumulated Transaction Latencyretire_tx_lat_sumseconds/sCeph ceph daemon and librbd pwl key
ceph_objectcacher_cache_ops_hitRuntime and Clients / Object Caches — Cache Outcomeshitoperations/sCeph ceph daemon and objectcacher key
ceph_objectcacher_cache_ops_missRuntime and Clients / Object Caches — Cache Outcomesmissoperations/sCeph ceph daemon and objectcacher key
ceph_objectcacher_cache_bytes_hitRuntime and Clients / Object Caches — Cache Byte Outcomeshitbytes/sCeph ceph daemon and objectcacher key
ceph_objectcacher_cache_bytes_missRuntime and Clients / Object Caches — Cache Byte Outcomesmissbytes/sCeph ceph daemon and objectcacher key
ceph_objectcacher_data_readRuntime and Clients / Object Caches — Data Throughputreadbytes/sCeph ceph daemon and objectcacher key
ceph_objectcacher_data_writtenRuntime and Clients / Object Caches — Data Throughputwrittenbytes/sCeph ceph daemon and objectcacher key
ceph_objectcacher_data_flushedRuntime and Clients / Object Caches — Data Throughputflushedbytes/sCeph ceph daemon and objectcacher key
ceph_objectcacher_data_overwritten_while_flushingRuntime and Clients / Object Caches — Data Throughputoverwritten_while_flushingbytes/sCeph ceph daemon and objectcacher key
ceph_objectcacher_write_ops_blockedRuntime and Clients / Object Caches — Blocked Writesoperationsoperations/sCeph ceph daemon and objectcacher key
ceph_objectcacher_write_bytes_blockedRuntime and Clients / Object Caches — Blocked Write Throughputbytesbytes/sCeph ceph daemon and objectcacher key
ceph_objectcacher_write_time_blockedRuntime and Clients / Object Caches — Blocked Write Timetimeseconds/sCeph ceph daemon and objectcacher key
ceph_finisher_queue_lenRuntime and Clients / Finishers — Queued CallbacksqueuedcallbacksCeph ceph daemon and finisher key
ceph_finisher_complete_latency_countRuntime and Clients / Finishers — Drained Completion Batchescompletedbatches/sCeph ceph daemon and finisher key
ceph_finisher_complete_latency_sumRuntime and Clients / Finishers — Accumulated Completion Latencylatencyseconds/sCeph ceph daemon and finisher key
ceph_throttle_valRuntime and Clients / Throttles — UtilizationvalslotsCeph ceph daemon and throttle key
ceph_throttle_maxRuntime and Clients / Throttles — UtilizationmaxslotsCeph ceph daemon and throttle key
ceph_throttle_get_startedRuntime and Clients / Throttles — Operationsget_startedoperations/sCeph ceph daemon and throttle key
ceph_throttle_getRuntime and Clients / Throttles — Operationsgetoperations/sCeph ceph daemon and throttle key
ceph_throttle_get_or_fail_failRuntime and Clients / Throttles — Operationsget_or_fail_failoperations/sCeph ceph daemon and throttle key
ceph_throttle_get_or_fail_successRuntime and Clients / Throttles — Operationsget_or_fail_successoperations/sCeph ceph daemon and throttle key
ceph_throttle_takeRuntime and Clients / Throttles — Operationstakeoperations/sCeph ceph daemon and throttle key
ceph_throttle_putRuntime and Clients / Throttles — Operationsputoperations/sCeph ceph daemon and throttle key
ceph_throttle_get_sumRuntime and Clients / Throttles — Slot Throughputget_sumslots/sCeph throttle key
ceph_throttle_take_sumRuntime and Clients / Throttles — Slot Throughputtake_sumslots/sCeph throttle key
ceph_throttle_put_sumRuntime and Clients / Throttles — Slot Throughputput_sumslots/sCeph throttle key
ceph_throttle_wait_countRuntime and Clients / Throttles — Waitswaitswaits/sCeph ceph daemon and throttle key
ceph_throttle_wait_sumRuntime and Clients / Throttles — Accumulated Wait Timewaitseconds/sCeph ceph daemon and throttle key
ceph_kernel_device_discard_opRuntime and Clients / Kernel Devices — Discard Operationsdiscardoperations/sCeph ceph daemon and kernel device key
ceph_kernel_device_discard_threadsRuntime and Clients / Kernel Devices — Discard ThreadsthreadsthreadsCeph ceph daemon and kernel device key
ceph_mclock_shard_mclock_immediate_queue_lenRuntime and Clients / mClock Shards — Queue DepthimmediateoperationsCeph ceph daemon and mclock shard
ceph_mclock_shard_mclock_client_queue_lenRuntime and Clients / mClock Shards — Queue DepthclientoperationsCeph ceph daemon and mclock shard
ceph_mclock_shard_mclock_recovery_queue_lenRuntime and Clients / mClock Shards — Queue DepthrecoveryoperationsCeph ceph daemon and mclock shard
ceph_mclock_shard_mclock_best_effort_queue_lenRuntime and Clients / mClock Shards — Queue Depthbest_effortoperationsCeph ceph daemon and mclock shard
ceph_mclock_shard_mclock_all_type_queue_lenRuntime and Clients / mClock Shards — Queue Depthall_typeoperationsCeph ceph daemon and mclock shard
ceph_async_messenger_worker_msgr_recv_messagesRuntime and Clients / Messenger Workers — Messagesrecvmessages/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_send_messagesRuntime and Clients / Messenger Workers — Messagessendmessages/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_recv_bytesRuntime and Clients / Messenger Workers — Byte Throughputrecvbytes/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_send_bytesRuntime and Clients / Messenger Workers — Byte Throughputsendbytes/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_recv_encrypted_bytesRuntime and Clients / Messenger Workers — Byte Throughputrecv_encryptedbytes/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_send_encrypted_bytesRuntime and Clients / Messenger Workers — Byte Throughputsend_encryptedbytes/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_active_connectionsRuntime and Clients / Messenger Workers — ConnectionsactiveconnectionsCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_created_connectionsRuntime and Clients / Messenger Workers — Created Connectionscreatedconnections/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_running_total_timeRuntime and Clients / Messenger Workers — Accumulated Worker Timetotalseconds/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_running_send_timeRuntime and Clients / Messenger Workers — Accumulated Worker Timesendseconds/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_running_recv_timeRuntime and Clients / Messenger Workers — Accumulated Worker Timerecvseconds/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_running_fast_dispatch_timeRuntime and Clients / Messenger Workers — Accumulated Worker Timefast_dispatchseconds/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_send_messages_queue_lat_countRuntime and Clients / Messenger Workers — Send-Queue Latency Measurementssend_messages_queuemessages/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_handle_ack_lat_countRuntime and Clients / Messenger Workers — Acknowledgement Latency Measurementshandle_ackacknowledgements/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_send_messages_queue_lat_sumRuntime and Clients / Messenger Workers — Accumulated Send-Queue Latencysend_messages_queueseconds/sCeph ceph daemon and messenger worker
ceph_async_messenger_worker_msgr_handle_ack_lat_sumRuntime and Clients / Messenger Workers — Accumulated Acknowledgement Latencyhandle_ackseconds/sCeph ceph daemon and messenger worker
ceph_async_messenger_rdma_worker_tx_no_memRuntime and Clients / RDMA Workers — RDMA Transfer Errorstx_no_memerrors/sCeph ceph daemon and rdma worker
ceph_async_messenger_rdma_worker_tx_parital_memRuntime and Clients / RDMA Workers — RDMA Transfer Errorstx_parital_memerrors/sCeph ceph daemon and rdma worker
ceph_async_messenger_rdma_worker_tx_failed_postRuntime and Clients / RDMA Workers — RDMA Transfer Errorstx_failed_posterrors/sCeph ceph daemon and rdma worker
ceph_async_messenger_rdma_worker_tx_chunksRuntime and Clients / RDMA Workers — Chunk Throughputtxchunks/sCeph ceph daemon and rdma worker
ceph_async_messenger_rdma_worker_rx_chunksRuntime and Clients / RDMA Workers — Chunk Throughputrxchunks/sCeph ceph daemon and rdma worker
ceph_async_messenger_rdma_worker_tx_bytesRuntime and Clients / RDMA Workers — Byte Throughputtxbytes/sCeph ceph daemon and rdma worker
ceph_async_messenger_rdma_worker_rx_bytesRuntime and Clients / RDMA Workers — Byte Throughputrxbytes/sCeph ceph daemon and rdma worker
ceph_async_messenger_rdma_worker_pending_sent_connsRuntime and Clients / RDMA Workers — Pending ConnectionspendingconnectionsCeph ceph daemon and rdma worker
ceph_dpdk_queue_dpdk_receive_packetsRuntime and Clients / DPDK Queues — Packetsreceivepackets/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_send_packetsRuntime and Clients / DPDK Queues — Packetssendpackets/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_receive_bytesRuntime and Clients / DPDK Queues — Byte Throughputreceivebytes/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_send_bytesRuntime and Clients / DPDK Queues — Byte Throughputsendbytes/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_receive_copy_bytesRuntime and Clients / DPDK Queues — Byte Throughputreceive_copybytes/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_send_copy_bytesRuntime and Clients / DPDK Queues — Byte Throughputsend_copybytes/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_receive_fragmentsRuntime and Clients / DPDK Queues — Packet Fragmentsreceive_fragmentsfragments/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_send_fragmentsRuntime and Clients / DPDK Queues — Packet Fragmentssend_fragmentsfragments/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_receive_copy_opsRuntime and Clients / DPDK Queues — Copy and Linearize Operationsreceive_copy_opsoperations/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_send_copy_opsRuntime and Clients / DPDK Queues — Copy and Linearize Operationssend_copy_opsoperations/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_receive_linearize_opsRuntime and Clients / DPDK Queues — Copy and Linearize Operationsreceive_linearize_opsoperations/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_send_linearize_opsRuntime and Clients / DPDK Queues — Copy and Linearize Operationssend_linearize_opsoperations/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_receive_bad_checksum_errorsRuntime and Clients / DPDK Queues — Receive Errorsbad_checksumerrors/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_receive_no_memory_errorsRuntime and Clients / DPDK Queues — Receive Errorsno_memoryerrors/sCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_receive_last_bunchRuntime and Clients / DPDK Queues — Last Batch SizereceivepacketsCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_send_last_bunchRuntime and Clients / DPDK Queues — Last Batch SizesendpacketsCeph ceph daemon and dpdk queue
ceph_dpdk_queue_dpdk_send_queue_lengthRuntime and Clients / DPDK Queues — Send Queue DepthqueuedpacketsCeph ceph daemon and dpdk queue
ceph_dpdk_port_dpdk_device_receive_multicast_packetsRuntime and Clients / DPDK Ports — Multicast Packetsreceivedpackets/sCeph ceph daemon and dpdk port
ceph_dpdk_port_dpdk_device_receive_badcrc_errorsRuntime and Clients / DPDK Ports — Receive Errorsbadcrcerrors/sCeph ceph daemon and dpdk port
ceph_dpdk_port_dpdk_device_receive_total_errorsRuntime and Clients / DPDK Ports — Receive Errorstotalerrors/sCeph ceph daemon and dpdk port
ceph_dpdk_port_dpdk_device_receive_dropped_errorsRuntime and Clients / DPDK Ports — Receive Errorsdroppederrors/sCeph ceph daemon and dpdk port
ceph_dpdk_port_dpdk_device_receive_nombuf_errorsRuntime and Clients / DPDK Ports — Receive Errorsnombuferrors/sCeph ceph daemon and dpdk port
ceph_dpdk_port_dpdk_device_send_total_errorsRuntime and Clients / DPDK Ports — Send Errorstotalerrors/sCeph ceph daemon and dpdk port
ceph_service_unique_idRuntime and Clients / Service Identity — Service Identity Metadata SentinelpresentidentifierCeph ceph daemon and service unique id
ceph_libcephsqlite_striper_update_metadataRuntime and Clients / RADOS Striper — Metadata and Lock Workupdate_metadataoperations/sCeph ceph daemon
ceph_libcephsqlite_striper_update_allocatedRuntime and Clients / RADOS Striper — Metadata and Lock Workupdate_allocatedoperations/sCeph ceph daemon
ceph_libcephsqlite_striper_update_sizeRuntime and Clients / RADOS Striper — Metadata and Lock Workupdate_sizeoperations/sCeph ceph daemon
ceph_libcephsqlite_striper_update_versionRuntime and Clients / RADOS Striper — Metadata and Lock Workupdate_versionoperations/sCeph ceph daemon
ceph_libcephsqlite_striper_shrinkRuntime and Clients / RADOS Striper — Metadata and Lock Workshrinkoperations/sCeph ceph daemon
ceph_libcephsqlite_striper_lockRuntime and Clients / RADOS Striper — Metadata and Lock Worklockoperations/sCeph ceph daemon
ceph_libcephsqlite_striper_unlockRuntime and Clients / RADOS Striper — Metadata and Lock Workunlockoperations/sCeph ceph daemon
ceph_libcephsqlite_striper_shrink_bytesRuntime and Clients / RADOS Striper — Shrink Throughputbytesbytes/sCeph ceph daemon
ceph_mempool_bloom_filter_bytesRuntime and Clients / Memory Pools — Memory Usebloom_filterbytesCeph ceph daemon
ceph_mempool_bluestore_alloc_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_allocbytesCeph ceph daemon
ceph_mempool_bluestore_cache_data_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_cache_databytesCeph ceph daemon
ceph_mempool_bluestore_cache_onode_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_cache_onodebytesCeph ceph daemon
ceph_mempool_bluestore_cache_meta_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_cache_metabytesCeph ceph daemon
ceph_mempool_bluestore_cache_other_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_cache_otherbytesCeph ceph daemon
ceph_mempool_bluestore_cache_buffer_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_cache_bufferbytesCeph ceph daemon
ceph_mempool_bluestore_extent_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_extentbytesCeph ceph daemon
ceph_mempool_bluestore_blob_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_blobbytesCeph ceph daemon
ceph_mempool_bluestore_shared_blob_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_shared_blobbytesCeph ceph daemon
ceph_mempool_bluestore_inline_bl_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_inline_blbytesCeph ceph daemon
ceph_mempool_bluestore_fsck_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_fsckbytesCeph ceph daemon
ceph_mempool_bluestore_txc_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_txcbytesCeph ceph daemon
ceph_mempool_bluestore_writing_deferred_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_writing_deferredbytesCeph ceph daemon
ceph_mempool_bluestore_writing_bytesRuntime and Clients / Memory Pools — Memory Usebluestore_writingbytesCeph ceph daemon
ceph_mempool_bluefs_bytesRuntime and Clients / Memory Pools — Memory UsebluefsbytesCeph ceph daemon
ceph_mempool_bluefs_file_reader_bytesRuntime and Clients / Memory Pools — Memory Usebluefs_file_readerbytesCeph ceph daemon
ceph_mempool_bluefs_file_writer_bytesRuntime and Clients / Memory Pools — Memory Usebluefs_file_writerbytesCeph ceph daemon
ceph_mempool_buffer_anon_bytesRuntime and Clients / Memory Pools — Memory Usebuffer_anonbytesCeph ceph daemon
ceph_mempool_buffer_meta_bytesRuntime and Clients / Memory Pools — Memory Usebuffer_metabytesCeph ceph daemon
ceph_mempool_osd_bytesRuntime and Clients / Memory Pools — Memory UseosdbytesCeph ceph daemon
ceph_mempool_osd_mapbl_bytesRuntime and Clients / Memory Pools — Memory Useosd_mapblbytesCeph ceph daemon
ceph_mempool_osd_pglog_bytesRuntime and Clients / Memory Pools — Memory Useosd_pglogbytesCeph ceph daemon
ceph_mempool_osdmap_bytesRuntime and Clients / Memory Pools — Memory UseosdmapbytesCeph ceph daemon
ceph_mempool_osdmap_mapping_bytesRuntime and Clients / Memory Pools — Memory Useosdmap_mappingbytesCeph ceph daemon
ceph_mempool_pgmap_bytesRuntime and Clients / Memory Pools — Memory UsepgmapbytesCeph ceph daemon
ceph_mempool_mds_co_bytesRuntime and Clients / Memory Pools — Memory Usemds_cobytesCeph ceph daemon
ceph_mempool_unittest_1_bytesRuntime and Clients / Memory Pools — Memory Useunittest_1bytesCeph ceph daemon
ceph_mempool_unittest_2_bytesRuntime and Clients / Memory Pools — Memory Useunittest_2bytesCeph ceph daemon
ceph_mempool_ec_extent_cache_bytesRuntime and Clients / Memory Pools — Memory Useec_extent_cachebytesCeph ceph daemon
ceph_mempool_bloom_filter_itemsRuntime and Clients / Memory Pools — Item Countbloom_filteritemsCeph ceph daemon
ceph_mempool_bluestore_alloc_itemsRuntime and Clients / Memory Pools — Item Countbluestore_allocitemsCeph ceph daemon
ceph_mempool_bluestore_cache_data_itemsRuntime and Clients / Memory Pools — Item Countbluestore_cache_dataitemsCeph ceph daemon
ceph_mempool_bluestore_cache_onode_itemsRuntime and Clients / Memory Pools — Item Countbluestore_cache_onodeitemsCeph ceph daemon
ceph_mempool_bluestore_cache_meta_itemsRuntime and Clients / Memory Pools — Item Countbluestore_cache_metaitemsCeph ceph daemon
ceph_mempool_bluestore_cache_other_itemsRuntime and Clients / Memory Pools — Item Countbluestore_cache_otheritemsCeph ceph daemon
ceph_mempool_bluestore_cache_buffer_itemsRuntime and Clients / Memory Pools — Item Countbluestore_cache_bufferitemsCeph ceph daemon
ceph_mempool_bluestore_extent_itemsRuntime and Clients / Memory Pools — Item Countbluestore_extentitemsCeph ceph daemon
ceph_mempool_bluestore_blob_itemsRuntime and Clients / Memory Pools — Item Countbluestore_blobitemsCeph ceph daemon
ceph_mempool_bluestore_shared_blob_itemsRuntime and Clients / Memory Pools — Item Countbluestore_shared_blobitemsCeph ceph daemon
ceph_mempool_bluestore_inline_bl_itemsRuntime and Clients / Memory Pools — Item Countbluestore_inline_blitemsCeph ceph daemon
ceph_mempool_bluestore_fsck_itemsRuntime and Clients / Memory Pools — Item Countbluestore_fsckitemsCeph ceph daemon
ceph_mempool_bluestore_txc_itemsRuntime and Clients / Memory Pools — Item Countbluestore_txcitemsCeph ceph daemon
ceph_mempool_bluestore_writing_deferred_itemsRuntime and Clients / Memory Pools — Item Countbluestore_writing_deferreditemsCeph ceph daemon
ceph_mempool_bluestore_writing_itemsRuntime and Clients / Memory Pools — Item Countbluestore_writingitemsCeph ceph daemon
ceph_mempool_bluefs_itemsRuntime and Clients / Memory Pools — Item CountbluefsitemsCeph ceph daemon
ceph_mempool_bluefs_file_reader_itemsRuntime and Clients / Memory Pools — Item Countbluefs_file_readeritemsCeph ceph daemon
ceph_mempool_bluefs_file_writer_itemsRuntime and Clients / Memory Pools — Item Countbluefs_file_writeritemsCeph ceph daemon
ceph_mempool_buffer_anon_itemsRuntime and Clients / Memory Pools — Item Countbuffer_anonitemsCeph ceph daemon
ceph_mempool_buffer_meta_itemsRuntime and Clients / Memory Pools — Item Countbuffer_metaitemsCeph ceph daemon
ceph_mempool_osd_itemsRuntime and Clients / Memory Pools — Item CountosditemsCeph ceph daemon
ceph_mempool_osd_mapbl_itemsRuntime and Clients / Memory Pools — Item Countosd_mapblitemsCeph ceph daemon
ceph_mempool_osd_pglog_itemsRuntime and Clients / Memory Pools — Item Countosd_pglogitemsCeph ceph daemon
ceph_mempool_osdmap_itemsRuntime and Clients / Memory Pools — Item CountosdmapitemsCeph ceph daemon
ceph_mempool_osdmap_mapping_itemsRuntime and Clients / Memory Pools — Item Countosdmap_mappingitemsCeph ceph daemon
ceph_mempool_pgmap_itemsRuntime and Clients / Memory Pools — Item CountpgmapitemsCeph ceph daemon
ceph_mempool_mds_co_itemsRuntime and Clients / Memory Pools — Item Countmds_coitemsCeph ceph daemon
ceph_mempool_unittest_1_itemsRuntime and Clients / Memory Pools — Item Countunittest_1itemsCeph ceph daemon
ceph_mempool_unittest_2_itemsRuntime and Clients / Memory Pools — Item Countunittest_2itemsCeph ceph daemon
ceph_mempool_ec_extent_cache_itemsRuntime and Clients / Memory Pools — Item Countec_extent_cacheitemsCeph ceph daemon

Runtime

Prometheus metricNetdata chartDimensionUnitScope
ceph_KStore_state_done_lat_countRuntime / Shared Daemon — KStore Transaction Latency Measurementskstore_state_done_lattransactions/sCeph ceph daemon
ceph_KStore_state_finishing_lat_countRuntime / Shared Daemon — KStore Transaction Latency Measurementskstore_state_finishing_lattransactions/sCeph ceph daemon
ceph_KStore_state_kv_done_lat_countRuntime / Shared Daemon — KStore Transaction Latency Measurementskstore_state_kv_done_lattransactions/sCeph ceph daemon
ceph_KStore_state_kv_queued_lat_countRuntime / Shared Daemon — KStore Transaction Latency Measurementskstore_state_kv_queued_lattransactions/sCeph ceph daemon
ceph_KStore_state_prepare_lat_countRuntime / Shared Daemon — KStore Transaction Latency Measurementskstore_state_prepare_lattransactions/sCeph ceph daemon
ceph_client_lat_countRuntime / Shared Daemon — Client Request Latency Measurementsclient_latrequests/sCeph ceph daemon
ceph_recoverystate_perf_activating_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_activating_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_active_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_active_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_backfilling_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_backfilling_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_clean_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_clean_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_down_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_down_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_getinfo_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_getinfo_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_getlog_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_getlog_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_getmissing_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_getmissing_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_incomplete_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_incomplete_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_initial_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_initial_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_notbackfilling_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_notbackfilling_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_notrecovering_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_notrecovering_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_peering_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_peering_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_primary_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_primary_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_recovered_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_recovered_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_recovering_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_recovering_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_replicaactive_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_replicaactive_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_repnotrecovering_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_repnotrecovering_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_reprecovering_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_reprecovering_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_repwaitbackfillreserved_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_repwaitbackfillreserved_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_repwaitrecoveryreserved_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_repwaitrecoveryreserved_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_reset_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_reset_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_start_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_start_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_started_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_started_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_stray_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_stray_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_waitactingchange_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_waitactingchange_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_waitlocalbackfillreserved_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_waitlocalbackfillreserved_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_waitlocalrecoveryreserved_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_waitlocalrecoveryreserved_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_waitremotebackfillreserved_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_waitremotebackfillreserved_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_waitremoterecoveryreserved_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_waitremoterecoveryreserved_latencystate transitions/sCeph ceph daemon
ceph_recoverystate_perf_waitupthru_latency_countRuntime / Shared Daemon — Recovery-State Transition Latency Measurementsrecoverystate_perf_waitupthru_latencystate transitions/sCeph ceph daemon
ceph_KStore_state_done_lat_sumRuntime / Shared Daemon — Accumulated KStore Transaction Latencykstore_state_done_latseconds/sCeph ceph daemon
ceph_KStore_state_finishing_lat_sumRuntime / Shared Daemon — Accumulated KStore Transaction Latencykstore_state_finishing_latseconds/sCeph ceph daemon
ceph_KStore_state_kv_done_lat_sumRuntime / Shared Daemon — Accumulated KStore Transaction Latencykstore_state_kv_done_latseconds/sCeph ceph daemon
ceph_KStore_state_kv_queued_lat_sumRuntime / Shared Daemon — Accumulated KStore Transaction Latencykstore_state_kv_queued_latseconds/sCeph ceph daemon
ceph_KStore_state_prepare_lat_sumRuntime / Shared Daemon — Accumulated KStore Transaction Latencykstore_state_prepare_latseconds/sCeph ceph daemon
ceph_client_lat_sumRuntime / Shared Daemon — Accumulated Client Request Latencyclient_latseconds/sCeph ceph daemon
ceph_recoverystate_perf_activating_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_activating_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_active_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_active_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_backfilling_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_backfilling_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_clean_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_clean_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_down_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_down_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_getinfo_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_getinfo_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_getlog_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_getlog_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_getmissing_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_getmissing_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_incomplete_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_incomplete_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_initial_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_initial_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_notbackfilling_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_notbackfilling_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_notrecovering_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_notrecovering_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_peering_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_peering_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_primary_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_primary_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_recovered_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_recovered_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_recovering_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_recovering_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_replicaactive_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_replicaactive_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_repnotrecovering_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_repnotrecovering_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_reprecovering_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_reprecovering_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_repwaitbackfillreserved_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_repwaitbackfillreserved_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_repwaitrecoveryreserved_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_repwaitrecoveryreserved_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_reset_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_reset_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_start_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_start_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_started_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_started_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_stray_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_stray_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_waitactingchange_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_waitactingchange_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_waitlocalbackfillreserved_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_waitlocalbackfillreserved_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_waitlocalrecoveryreserved_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_waitlocalrecoveryreserved_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_waitremotebackfillreserved_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_waitremotebackfillreserved_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_waitremoterecoveryreserved_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_waitremoterecoveryreserved_latencyseconds/sCeph ceph daemon
ceph_recoverystate_perf_waitupthru_latency_sumRuntime / Shared Daemon — Accumulated Recovery-State Transition Latencyrecoverystate_perf_waitupthru_latencyseconds/sCeph ceph daemon
ceph_client_fsync_countRuntime / Shared Daemon — Client Operation Latency Measurementsclient_fsyncoperations/sCeph ceph daemon
ceph_client_rdlat_countRuntime / Shared Daemon — Client Operation Latency Measurementsclient_rdlatoperations/sCeph ceph daemon
ceph_client_reply_countRuntime / Shared Daemon — Client Operation Latency Measurementsclient_replyoperations/sCeph ceph daemon
ceph_client_wrlat_countRuntime / Shared Daemon — Client Operation Latency Measurementsclient_wrlatoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_access_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_op_accessoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_currenttime_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_op_currenttimeoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_delete_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_op_deleteoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_fullpathname_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_op_fullpathnameoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_open_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_op_openoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_checkreservedlock_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_checkreservedlockoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_close_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_closeoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_devicecharacteristics_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_devicecharacteristicsoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_filecontrol_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_filecontroloperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_filesize_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_filesizeoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_lock_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_lockoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_read_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_readoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_sectorsize_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_sectorsizeoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_sync_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_syncoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_truncate_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_truncateoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_unlock_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_unlockoperations/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_write_countRuntime / Shared Daemon — SQLite VFS Operation Latency Measurementslibcephsqlite_vfs_opf_writeoperations/sCeph ceph daemon
ceph_client_fsync_sumRuntime / Shared Daemon — Accumulated Client Operation Latencyclient_fsyncseconds/sCeph ceph daemon
ceph_client_rdlat_sumRuntime / Shared Daemon — Accumulated Client Operation Latencyclient_rdlatseconds/sCeph ceph daemon
ceph_client_reply_sumRuntime / Shared Daemon — Accumulated Client Operation Latencyclient_replyseconds/sCeph ceph daemon
ceph_client_wrlat_sumRuntime / Shared Daemon — Accumulated Client Operation Latencyclient_wrlatseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_access_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_op_accessseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_currenttime_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_op_currenttimeseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_delete_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_op_deleteseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_fullpathname_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_op_fullpathnameseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_op_open_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_op_openseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_checkreservedlock_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_checkreservedlockseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_close_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_closeseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_devicecharacteristics_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_devicecharacteristicsseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_filecontrol_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_filecontrolseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_filesize_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_filesizeseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_lock_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_lockseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_read_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_readseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_sectorsize_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_sectorsizeseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_sync_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_syncseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_truncate_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_truncateseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_unlock_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_unlockseconds/sCeph ceph daemon
ceph_libcephsqlite_vfs_opf_write_sumRuntime / Shared Daemon — Accumulated SQLite VFS Operation Latencylibcephsqlite_vfs_opf_writeseconds/sCeph ceph daemon
ceph_cluster_num_monRuntime / Shared Daemon — Monitorsnum_monmonitorsCeph ceph daemon
ceph_cluster_num_mon_quorumRuntime / Shared Daemon — Monitorscluster_num_mon_quorummonitorsCeph ceph daemon
ceph_cluster_num_osdRuntime / Shared Daemon — OSDsnum_osdOSDsCeph ceph daemon
ceph_cluster_num_osd_inRuntime / Shared Daemon — OSDscluster_num_osd_inOSDsCeph ceph daemon
ceph_cluster_num_osd_upRuntime / Shared Daemon — OSDscluster_num_osd_upOSDsCeph ceph daemon
ceph_cluster_num_poolRuntime / Shared Daemon — Poolsnum_poolpoolsCeph ceph daemon
ceph_cluster_osd_epochRuntime / Shared Daemon — OSD-Map Epochosd_epochepochCeph ceph daemon
ceph_client_mdavgRuntime / Shared Daemon — Duration and TimemdavgsecondsCeph ceph daemon
ceph_client_readavgRuntime / Shared Daemon — Duration and TimereadavgsecondsCeph ceph daemon
ceph_client_writeavgRuntime / Shared Daemon — Duration and TimewriteavgsecondsCeph ceph daemon
ceph_recoverystate_perf_stats_invalidatedRuntime / Shared Daemon — Invalidated Recovery Statisticsvalueinvalidations/sCeph ceph daemon
ceph_cluster_num_objectRuntime / Shared Daemon — ObjectsobjectobjectsCeph ceph daemon
ceph_cluster_num_object_degradedRuntime / Shared Daemon — ObjectsdegradedobjectsCeph ceph daemon
ceph_cluster_num_object_misplacedRuntime / Shared Daemon — ObjectsmisplacedobjectsCeph ceph daemon
ceph_cluster_num_object_unfoundRuntime / Shared Daemon — ObjectsunfoundobjectsCeph ceph daemon
ceph_ipv4_dpdk_ip_linearize_operationsRuntime / Shared Daemon — Operationsvalueoperations/sCeph ceph daemon
ceph_cluster_num_bytesRuntime / Shared Daemon — Space and Memorynum_bytesbytesCeph ceph daemon
ceph_cluster_osd_bytesRuntime / Shared Daemon — Space and Memoryosd_bytesbytesCeph ceph daemon
ceph_cluster_osd_bytes_availRuntime / Shared Daemon — Space and Memoryosd_bytes_availbytesCeph ceph daemon
ceph_cluster_osd_bytes_usedRuntime / Shared Daemon — Space and Memoryosd_bytes_usedbytesCeph ceph daemon
ceph_cluster_num_pgRuntime / Shared Daemon — Placement Groupscluster_num_pgPGsCeph ceph daemon
ceph_cluster_num_pg_activeRuntime / Shared Daemon — Placement Groupscluster_num_pg_activePGsCeph ceph daemon
ceph_cluster_num_pg_active_cleanRuntime / Shared Daemon — Placement Groupscluster_num_pg_active_cleanPGsCeph ceph daemon
ceph_cluster_num_pg_peeringRuntime / Shared Daemon — Placement Groupscluster_num_pg_peeringPGsCeph ceph daemon
ceph_client_mdsqsumRuntime / Shared Daemon — Client Latency Squared-Deviation Accumulatorsclient_mdsqsummicroseconds²/sCeph ceph daemon
ceph_client_readsqsumRuntime / Shared Daemon — Client Latency Squared-Deviation Accumulatorsclient_readsqsummicroseconds²/sCeph ceph daemon
ceph_client_writesqsumRuntime / Shared Daemon — Client Latency Squared-Deviation Accumulatorsclient_writesqsummicroseconds²/sCeph ceph daemon
ceph_oft_omap_total_updatesRuntime / Shared Daemon — OpenFileTable OMAP Mutationsoft_omap_total_updatesoperations/sCeph ceph daemon
ceph_oft_omap_total_removesRuntime / Shared Daemon — OpenFileTable OMAP Mutationsoft_omap_total_removesoperations/sCeph ceph daemon
ceph_cct_total_workersRuntime / Shared Daemon — Context Workerscct_total_workersworkersCeph ceph daemon
ceph_cct_unhealthy_workersRuntime / Shared Daemon — Context Workerscct_unhealthy_workersworkersCeph ceph daemon
ceph_oft_omap_total_objsRuntime / Shared Daemon — OpenFileTable Objectsoft_omap_total_objsobjectsCeph ceph daemon
ceph_oft_omap_total_kv_pairsRuntime / Shared Daemon — OpenFileTable Key-Value Pairsoft_omap_total_kv_pairsentriesCeph ceph daemon
ceph_trackedop_slow_ops_countRuntime / Slow Operations — Slow Operationsvalueoperations/sCeph ceph daemon

Storage Engine

Prometheus metricNetdata chartDimensionUnitScope
ceph_prioritycache:full_committed_bytesStorage Engine / Priority Cache Full — Space and Memorycommitted_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri0_bytesStorage Engine / Priority Cache Full — Space and Memorypri0_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri10_bytesStorage Engine / Priority Cache Full — Space and Memorypri10_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri11_bytesStorage Engine / Priority Cache Full — Space and Memorypri11_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri1_bytesStorage Engine / Priority Cache Full — Space and Memorypri1_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri2_bytesStorage Engine / Priority Cache Full — Space and Memorypri2_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri3_bytesStorage Engine / Priority Cache Full — Space and Memorypri3_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri4_bytesStorage Engine / Priority Cache Full — Space and Memorypri4_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri5_bytesStorage Engine / Priority Cache Full — Space and Memorypri5_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri6_bytesStorage Engine / Priority Cache Full — Space and Memorypri6_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri7_bytesStorage Engine / Priority Cache Full — Space and Memorypri7_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri8_bytesStorage Engine / Priority Cache Full — Space and Memorypri8_bytesbytesCeph ceph daemon
ceph_prioritycache:full_pri9_bytesStorage Engine / Priority Cache Full — Space and Memorypri9_bytesbytesCeph ceph daemon
ceph_prioritycache:full_reserved_bytesStorage Engine / Priority Cache Full — Space and Memoryreserved_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_committed_bytesStorage Engine / Priority Cache Incremental — Space and Memorycommitted_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri0_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri0_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri10_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri10_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri11_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri11_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri1_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri1_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri2_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri2_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri3_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri3_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri4_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri4_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri5_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri5_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri6_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri6_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri7_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri7_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri8_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri8_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_pri9_bytesStorage Engine / Priority Cache Incremental — Space and Memorypri9_bytesbytesCeph ceph daemon
ceph_prioritycache:inc_reserved_bytesStorage Engine / Priority Cache Incremental — Space and Memoryreserved_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_committed_bytesStorage Engine / Priority Cache KV — Space and Memorycommitted_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri0_bytesStorage Engine / Priority Cache KV — Space and Memorypri0_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri10_bytesStorage Engine / Priority Cache KV — Space and Memorypri10_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri11_bytesStorage Engine / Priority Cache KV — Space and Memorypri11_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri1_bytesStorage Engine / Priority Cache KV — Space and Memorypri1_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri2_bytesStorage Engine / Priority Cache KV — Space and Memorypri2_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri3_bytesStorage Engine / Priority Cache KV — Space and Memorypri3_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri4_bytesStorage Engine / Priority Cache KV — Space and Memorypri4_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri5_bytesStorage Engine / Priority Cache KV — Space and Memorypri5_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri6_bytesStorage Engine / Priority Cache KV — Space and Memorypri6_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri7_bytesStorage Engine / Priority Cache KV — Space and Memorypri7_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri8_bytesStorage Engine / Priority Cache KV — Space and Memorypri8_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_pri9_bytesStorage Engine / Priority Cache KV — Space and Memorypri9_bytesbytesCeph ceph daemon
ceph_prioritycache:kv_reserved_bytesStorage Engine / Priority Cache KV — Space and Memoryreserved_bytesbytesCeph ceph daemon
ceph_prioritycache_cache_bytesStorage Engine / Priority Cache Runtime — Space and Memorycache_bytesbytesCeph ceph daemon
ceph_prioritycache_heap_bytesStorage Engine / Priority Cache Runtime — Space and Memoryheap_bytesbytesCeph ceph daemon
ceph_prioritycache_mapped_bytesStorage Engine / Priority Cache Runtime — Space and Memorymapped_bytesbytesCeph ceph daemon
ceph_prioritycache_target_bytesStorage Engine / Priority Cache Runtime — Space and Memorytarget_bytesbytesCeph ceph daemon
ceph_prioritycache_unmapped_bytesStorage Engine / Priority Cache Runtime — Space and Memoryunmapped_bytesbytesCeph ceph daemon
ceph_rocksdb_compact_queue_lenStorage Engine / RocksDB Compaction — Compaction Workqueue_lencompactionsCeph ceph daemon
ceph_rocksdb_compact_runningStorage Engine / RocksDB Compaction — Compaction WorkrunningcompactionsCeph ceph daemon
ceph_rocksdb_compact_lastedStorage Engine / RocksDB Compaction — Duration and TimevaluesecondsCeph ceph daemon
ceph_rocksdb_compactStorage Engine / RocksDB Compaction — Compactionscompactcompactions/sCeph ceph daemon
ceph_rocksdb_compact_completedStorage Engine / RocksDB Compaction — Compactionscompletedcompactions/sCeph ceph daemon
ceph_rocksdb_compact_queue_mergeStorage Engine / RocksDB Compaction — Compaction Queue Mergesqueue_mergemerges/sCeph ceph daemon
ceph_rocksdb_get_latency_countStorage Engine / RocksDB Requests — Latency Measurementsget_latencyoperations/sCeph ceph daemon
ceph_rocksdb_submit_latency_countStorage Engine / RocksDB Requests — Latency Measurementssubmit_latencyoperations/sCeph ceph daemon
ceph_rocksdb_submit_sync_latency_countStorage Engine / RocksDB Requests — Latency Measurementssubmit_sync_latencyoperations/sCeph ceph daemon
ceph_rocksdb_get_latency_sumStorage Engine / RocksDB Requests — Accumulated Latencyget_latencyseconds/sCeph ceph daemon
ceph_rocksdb_submit_latency_sumStorage Engine / RocksDB Requests — Accumulated Latencysubmit_latencyseconds/sCeph ceph daemon
ceph_rocksdb_submit_sync_latency_sumStorage Engine / RocksDB Requests — Accumulated Latencysubmit_sync_latencyseconds/sCeph ceph daemon
ceph_rocksdb_rocksdb_write_delay_time_countStorage Engine / RocksDB Write Path — Latency Measurementsdelay_timeoperations/sCeph ceph daemon
ceph_rocksdb_rocksdb_write_memtable_time_countStorage Engine / RocksDB Write Path — Latency Measurementsmemtable_timeoperations/sCeph ceph daemon
ceph_rocksdb_rocksdb_write_pre_and_post_time_countStorage Engine / RocksDB Write Path — Latency Measurementspre_and_post_timeoperations/sCeph ceph daemon
ceph_rocksdb_rocksdb_write_wal_time_countStorage Engine / RocksDB Write Path — Latency Measurementswal_timeoperations/sCeph ceph daemon
ceph_rocksdb_rocksdb_write_delay_time_sumStorage Engine / RocksDB Write Path — Accumulated Latencydelay_timeseconds/sCeph ceph daemon
ceph_rocksdb_rocksdb_write_memtable_time_sumStorage Engine / RocksDB Write Path — Accumulated Latencymemtable_timeseconds/sCeph ceph daemon
ceph_rocksdb_rocksdb_write_pre_and_post_time_sumStorage Engine / RocksDB Write Path — Accumulated Latencypre_and_post_timeseconds/sCeph ceph daemon
ceph_rocksdb_rocksdb_write_wal_time_sumStorage Engine / RocksDB Write Path — Accumulated Latencywal_timeseconds/sCeph ceph daemon
ceph_rocksdb_binned_cache_capacityStorage Engine / Extensions / RocksDB Binned Cache — Cache MemorycapacitybytesCeph ceph daemon and rocksdb cache key
ceph_rocksdb_binned_cache_usageStorage Engine / Extensions / RocksDB Binned Cache — Cache MemoryusedbytesCeph ceph daemon and rocksdb cache key
ceph_rocksdb_binned_cache_pinnedStorage Engine / Extensions / RocksDB Binned Cache — Cache MemorypinnedbytesCeph ceph daemon and rocksdb cache key
ceph_rocksdb_binned_cache_elemsStorage Engine / Extensions / RocksDB Binned Cache — Cache EntriesitemsentriesCeph ceph daemon and rocksdb cache key
ceph_rocksdb_binned_cache_insertsStorage Engine / Extensions / RocksDB Binned Cache — Cache Insertionsinsertionsinsertions/sCeph ceph daemon and rocksdb cache key
ceph_rocksdb_binned_cache_lookupsStorage Engine / Extensions / RocksDB Binned Cache — Cache Lookupslookupslookups/sCeph ceph daemon and rocksdb cache key
ceph_rocksdb_binned_cache_hitsStorage Engine / Extensions / RocksDB Binned Cache — Cache Lookup Outcomeshitslookups/sCeph ceph daemon and rocksdb cache key
ceph_rocksdb_binned_cache_missesStorage Engine / Extensions / RocksDB Binned Cache — Cache Lookup Outcomesmisseslookups/sCeph ceph daemon and rocksdb cache key
ceph_extblkdev_fcmStorage Engine / Extensions / External Block Devices — FCM Plugin Statefcm{status}Ceph ceph daemon
ceph_extblkdev_dev_phy_sizeStorage Engine / Extensions / External Block Devices — Device SizephysicalbytesCeph ceph daemon
ceph_extblkdev_dev_log_sizeStorage Engine / Extensions / External Block Devices — Device SizelogicalbytesCeph ceph daemon
ceph_extblkdev_dev_phy_utilStorage Engine / Extensions / External Block Devices — Device UtilizationphysicalbytesCeph ceph daemon
ceph_extblkdev_dev_log_utilStorage Engine / Extensions / External Block Devices — Device UtilizationlogicalbytesCeph ceph daemon
ceph_extblkdev_part_phy_sizeStorage Engine / Extensions / External Block Devices — Partition Spacephysical_sizebytesCeph ceph daemon
ceph_extblkdev_part_log_sizeStorage Engine / Extensions / External Block Devices — Partition Spacelogical_sizebytesCeph ceph daemon
ceph_extblkdev_part_phy_availStorage Engine / Extensions / External Block Devices — Partition Spacephysical_availablebytesCeph ceph daemon
ceph_extblkdev_part_log_availStorage Engine / Extensions / External Block Devices — Partition Spacelogical_availablebytesCeph ceph daemon

Clients

Prometheus metricNetdata chartDimensionUnitScope
ceph_client_mdopsClients — Client I/O Operationsmetadataoperations/sCeph ceph daemon
ceph_client_rdopsClients — Client I/O Operationsreadoperations/sCeph ceph daemon
ceph_client_wropsClients — Client I/O Operationswriteoperations/sCeph ceph daemon

NVMe-oF

Prometheus metricNetdata chartDimensionUnitScope
ceph_nvmeof_bdev_read_bytes_totalNVMe-oF / Block Devices — Byte Throughputread_bytesbytes/sCeph bdev name
ceph_nvmeof_bdev_written_bytes_totalNVMe-oF / Block Devices — Byte Throughputwritten_bytesbytes/sCeph bdev name
ceph_nvmeof_bdev_reads_completed_totalNVMe-oF / Block Devices — Operationsreads_completedoperations/sCeph bdev name
ceph_nvmeof_bdev_writes_completed_totalNVMe-oF / Block Devices — Operationswrites_completedoperations/sCeph bdev name
ceph_nvmeof_bdev_capacity_bytesNVMe-oF / Block Devices — Space and MemoryvaluebytesCeph bdev name
ceph_nvmeof_bdev_metadataNVMe-oF / Block Devices — State and Metadatavalue{status}Ceph NVMe-oF bdev name, block size, namespace, pool name, and RBD name
ceph_nvmeof_bdev_read_seconds_totalNVMe-oF / Block Devices — Accumulated Timeread_secondsseconds/sCeph bdev name
ceph_nvmeof_bdev_write_seconds_totalNVMe-oF / Block Devices — Accumulated Timewrite_secondsseconds/sCeph bdev name
ceph_nvmeof_rpc_method_secondsNVMe-oF / Gateways — Collection DurationvaluesecondsCeph method
ceph_nvmeof_reactor_seconds_totalNVMe-oF / Gateways — Accumulated Timevalues of label modeseconds/sCeph name
ceph_nvmeof_subsystem_namespace_countNVMe-oF / Gateways — Namespace Countnamespace_countnamespacesOne direct NVMe-oF exporter endpoint selected by the collector job
ceph_nvmeof_host_connection_stateNVMe-oF / Hosts — Host Connection Statevalue{status}Ceph gw name and host addr and host nqn and nqn
ceph_nvmeof_host_keepalive_timeoutNVMe-oF / Hosts — Keepalive Timeout Statevalue{status}Ceph NVMe-oF gateway name, host NQN, and subsystem NQN
ceph_nvmeof_subsystem_host_countNVMe-oF / Subsystems — Configured HostsvaluehostsCeph nqn
ceph_nvmeof_subsystem_listener_iface_speed_bytesNVMe-oF / Subsystems — Listener Interface Link SpeedvalueMbpsCeph device
ceph_nvmeof_subsystem_listener_countNVMe-oF / Subsystems — Listener AddressesvaluelistenersCeph nqn
ceph_nvmeof_subsystem_namespace_countNVMe-oF / Subsystems — Namespacesnvmeof_subsystem_namespace_countnamespacesCeph nqn
ceph_nvmeof_subsystem_namespace_countNVMe-oF / Subsystems — Namespace CapacitycountnamespacesCeph nqn
ceph_nvmeof_subsystem_namespace_limitNVMe-oF / Subsystems — Namespace CapacitylimitnamespacesCeph nqn
ceph_nvmeof_subsystem_metadataNVMe-oF / Subsystems — State and Metadata — Metadatametadata{status}Ceph NVMe-oF subsystem security/group/HA/model/NQN/serial metadata
ceph_nvmeof_subsystem_namespace_metadataNVMe-oF / Subsystems — State and Metadata — Namespace Metadatanamespace_metadata{status}Ceph NVMe-oF namespace metadata identity

Troubleshooting

Debug Mode

Important: Debug mode is not supported for data collection jobs created via the UI using the Dyncfg feature.

To troubleshoot issues with the prometheus collector, run the go.d.plugin with the debug option enabled. The output should give you clues as to why the collector isn't working.

  • Navigate to the plugins.d directory, usually at /usr/libexec/netdata/plugins.d/. If that's not the case on your system, open netdata.conf and look for the plugins setting under [directories].

    cd /usr/libexec/netdata/plugins.d/
  • Switch to the netdata user.

    sudo -u netdata -s
  • Run the go.d.plugin to debug the collector:

    ./go.d.plugin -d -m prometheus

    To debug a specific job:

    ./go.d.plugin -d -m prometheus -j jobName

Getting Logs

If you're encountering problems with the prometheus collector, follow these steps to retrieve logs and identify potential issues:

  • Run the command specific to your system (systemd, non-systemd, or Docker container).
  • Examine the output for any warnings or error messages that might indicate issues. These messages should provide clues about the root cause of the problem.

System with systemd

Use the following command to view logs generated since the last Netdata service restart:

journalctl _SYSTEMD_INVOCATION_ID="$(systemctl show --value --property=InvocationID netdata)" --namespace=netdata --grep prometheus

System without systemd

Locate the collector log file, typically at /var/log/netdata/collector.log, and use grep to filter for collector's name:

grep prometheus /var/log/netdata/collector.log

Note: This method shows logs from all restarts. Focus on the latest entries for troubleshooting current issues.

Docker Container

If your Netdata runs in a Docker container named "netdata" (replace if different), use this command:

docker logs netdata 2>&1 | grep prometheus

Disappearing or sparse metrics not clearing alerts

The Prometheus collector detects metrics that disappear from a successful scrape response. Generated charts and individual dimensions expire after their configured successful-cycle lifetime. An expired chart or dimension makes its alerts REMOVED; this is not a normal CLEAR transition and does not send a recovery notification. Export an explicit normal value (for example 0) whenever an alert needs a reliable recovery transition. A failed scrape does not advance the expiry lifetime; use the generic collector collection-failure alert to detect that separate condition.


Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.