Ceph Prometheus
Plugin: go.d.plugin Module: prometheus
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:
| Method | Best for | How to |
|---|---|---|
| UI | Fast setup without editing files | Go to Nodes → Configure this node → Collectors → Jobs, search for prometheus, then click + to add a job. |
| File | If you prefer configuring via file, or need to automate deployments (e.g., with Ansible) | Edit go.d/prometheus.conf and add a job. |
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
| Group | Option | Description | Default | Required |
|---|---|---|---|---|
| Collection | update_every | Data collection interval (seconds). | 10 | no |
| autodetection_retry | Autodetection retry interval (seconds). Set 0 to disable. | 0 | no | |
| Target | url | Target endpoint URL. | yes | |
| timeout | HTTP request timeout (seconds). | 10 | no | |
| expected_prefix | If 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 | ||
| Customization | app | Application 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 | |
| Filters | selector | Time series selector (filter). | no | |
| Limits | max_time_series | Global time series limit applied after job and profile relabeling. If the final output exceeds it, the data is not processed. | 2000 | no |
| max_time_series_per_metric | Per-metric time series limit applied to final metric families. Metrics exceeding it are skipped. | 200 | no | |
| Customization | fallback_type | Job-level fallback type overrides for untyped metrics. | no | |
| relabeling | Job-owned Prometheus-compatible metric relabeling, applied before profile selection. | no | ||
| profiles | Curated, 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. | auto | no | |
| HTTP Auth | username | Username for Basic HTTP authentication. | no | |
| password | Password for Basic HTTP authentication. | no | ||
| bearer_token_file | Path to a file containing a bearer token (used for Authorization: Bearer). | no | ||
| TLS | tls_skip_verify | Skip TLS certificate and hostname verification (insecure). | no | no |
| tls_ca | Path to CA bundle used to validate the server certificate. | no | ||
| tls_cert | Path to client TLS certificate (for mTLS). | no | ||
| tls_key | Path to client TLS private key (for mTLS). | no | ||
| Proxy | proxy_url | HTTP proxy URL. | no | |
| proxy_username | Username for proxy Basic HTTP authentication. | no | ||
| proxy_password | Password for proxy Basic HTTP authentication. | no | ||
| Request | method | HTTP method to use. | GET | no |
| body | Request body (e.g., for POST/PUT). | no | ||
| headers | Additional HTTP headers (one per line as key: value). | no | ||
| not_follow_redirects | Do not follow HTTP redirects. | no | no | |
| force_http2 | Force HTTP/2 (including h2c over TCP). | no | no | |
| Virtual Node | vnode | Associates 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.
- Metric name pattern syntax: shell file name pattern.
- Option syntax:
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/_countsuffix, so prefer globs likeapp_lat*over an exactapp_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 whosematchhits at least one scraped metric.exact: only the profiles named inmode_exact.entries(each must match, or the job fails its check).combined:autoplus the profiles named inmode_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:
- Go to Nodes.
- 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.
- The Collectors → Jobs view opens by default.
- In the Search box, type prometheus (or scroll the list) to locate the prometheus collector.
- Click the + next to the prometheus collector to add a new job.
- 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 name | On metric | Description |
|---|---|---|
| ceph_nvmeof_subsystem_open_security | prometheus.ceph.nvme_of.subsystems.state_metadata | Every 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_accumulation | The 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_accumulation | The 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_accumulation | The 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_state | The 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_capacity | The current subsystem namespace count is at or above its configured limit. |
| ceph_nvmeof_too_many_namespaces | prometheus.ceph.nvme_of.gateways.namespace_count | The current local exporter namespace inventory is at or above the supported maximum of 4096. |
| rgw_notification_event_lost | prometheus.ceph.object_gateway.notifications.events | One 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_configurations | One 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_executions | One 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_requests | Every 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_outcomes | Every 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_events | Every 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_state | Every 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_requests | Every 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_work | Every 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_errors | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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_count | Every 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_operations | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.temperature | Every 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.state | Every available sample in the 30-second observation window reports a Ceph fan hardware error. |
| ceph_hardware_memory_error | prometheus.ceph.health.health_checks.state | Every available sample in the 30-second observation window reports a Ceph memory hardware error. |
| ceph_hardware_network_error | prometheus.ceph.health.health_checks.state | Every available sample in the 30-second observation window reports a Ceph network hardware error. |
| ceph_hardware_power_error | prometheus.ceph.health.health_checks.state | Every available sample in the 30-second observation window reports a Ceph power hardware error. |
| ceph_hardware_processor_error | prometheus.ceph.health.health_checks.state | Every available sample in the 30-second observation window reports a Ceph processor hardware error. |
| ceph_hardware_storage_error | prometheus.ceph.health.health_checks.state | Every available sample in the 30-second observation window reports a Ceph storage hardware error. |
| ceph_memory_degraded | prometheus.ceph.node_hardware.health.state | Every 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.state | Every 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.temperature | Every 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.state | Every 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.state | Every 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.temperature | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.temperature | Every 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.state | Every available sample in the 1-minute observation window reports filesystem metadata damage. |
| ceph_filesystem_degraded | prometheus.ceph.health.health_checks.state | Every available sample in the 1-minute observation window reports a degraded Ceph filesystem. |
| ceph_filesystem_failure_no_standby | prometheus.ceph.health.health_checks.state | Every 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.state | Every available sample in the 1-minute observation window reports insufficient CephFS standby daemons. |
| ceph_filesystem_mds_ranks_low | prometheus.ceph.health.health_checks.state | Every available sample in the 1-minute observation window reports fewer active MDS ranks than configured. |
| ceph_filesystem_offline | prometheus.ceph.health.health_checks.state | Every available sample in the 1-minute observation window reports all MDS ranks unavailable. |
| ceph_filesystem_read_only | prometheus.ceph.health.health_checks.state | Every 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.timestamp | The current local and remote snapshot timestamps differ for this mirrored image. |
| ceph_object_missing | prometheus.ceph.health.health_checks.state | The 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.state | Every 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.state | Every available sample in the 5-minute observation window reports placement groups overdue for deep scrub. |
| ceph_pg_not_scrubbed | prometheus.ceph.health.health_checks.state | Every available sample in the 5-minute observation window reports placement groups overdue for scrub. |
| ceph_pg_recovery_at_risk | prometheus.ceph.health.health_checks.state | Every available sample in the 1-minute observation window reports recovery blocked by OSD fullness. |
| ceph_pg_unavailable_blocking_io | prometheus.ceph.health.health_checks.state | The current PG-unavailable condition is active while the separate OSD-down condition is not. |
| ceph_pgs_damaged | prometheus.ceph.health.health_checks.state | Every available sample in the 5-minute observation window reports damaged placement-group data. |
| ceph_pgs_high_per_osd | prometheus.ceph.health.health_checks.state | Every 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_state | The 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_state | The current per-pool count reports fewer clean placement groups than the pool total. |
| ceph_pool_backfill_full | prometheus.ceph.health.health_checks.state | Every available sample in the 10-second observation window reports a pool at its backfill-full threshold. |
| ceph_pool_full | prometheus.ceph.health.health_checks.state | Every available sample in the 1-minute observation window reports a full pool. |
| ceph_pool_near_full | prometheus.ceph.health.health_checks.state | Every available sample in the 5-minute observation window reports a near-full pool. |
| ceph_mon_clock_skew | prometheus.ceph.health.health_checks.state | Every 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.state | Every 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.state | Every 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_summary | The 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_summary | The 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.state | Every 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.state | Every 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_summary | The current MGR cluster summary reports that at least 10% of configured OSDs are down. |
| ceph_osd_full | prometheus.ceph.health.health_checks.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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.state | Every 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 metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_num_objects_degraded | Capacity / Object Health — Objects | degraded | objects | Ceph cluster endpoint |
ceph_num_objects_misplaced | Capacity / Object Health — Objects | misplaced | objects | Ceph cluster endpoint |
ceph_num_objects_unfound | Capacity / Object Health — Objects | unfound | objects | Ceph cluster endpoint |
ceph_cluster_total_bytes | Capacity / Overall Cluster Space — Space and Memory | bytes | bytes | Ceph cluster endpoint |
ceph_cluster_total_used_bytes | Capacity / Overall Cluster Space — Space and Memory | used_bytes | bytes | Ceph cluster endpoint |
ceph_cluster_total_used_raw_bytes | Capacity / Overall Cluster Space — Space and Memory | used_raw_bytes | bytes | Ceph cluster endpoint |
ceph_cluster_by_class_total_bytes | Capacity / Space by Device Class — Space and Memory | bytes | bytes | Ceph device class |
ceph_cluster_by_class_total_used_bytes | Capacity / Space by Device Class — Space and Memory | used_bytes | bytes | Ceph device class |
ceph_cluster_by_class_total_used_raw_bytes | Capacity / Space by Device Class — Space and Memory | used_raw_bytes | bytes | Ceph device class |
CephFS
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_fs_metadata | CephFS / Metadata / Filesystem Metadata — State and Metadata | value | {status} | Ceph data pools and fs id and metadata pool and name |
ceph_mds_metadata | CephFS / Metadata / MDS Metadata — State and Metadata | value | {status} | Ceph ceph daemon and ceph version and fs id and hostname and public addr and rank |
ceph_smb_metadata | CephFS / SMB / Metadata — State and Metadata | value | {status} | Ceph netbiosname and share and smb version and subvolume and subvolume group and volume |
ceph_mds_server_req_rmxattr_latency_count | CephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurements | rmxattr_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_setattr_latency_count | CephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurements | setattr_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_setdirlayout_latency_count | CephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurements | setdirlayout_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_setfilelock_latency_count | CephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurements | setfilelock_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_setlayout_latency_count | CephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurements | setlayout_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_setxattr_latency_count | CephFS / MDS / Attribute and Layout Mutation Latency — Latency Measurements | setxattr_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_rmxattr_latency_sum | CephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latency | rmxattr_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_setattr_latency_sum | CephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latency | setattr_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_setdirlayout_latency_sum | CephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latency | setdirlayout_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_setfilelock_latency_sum | CephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latency | setfilelock_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_setlayout_latency_sum | CephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latency | setlayout_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_setxattr_latency_sum | CephFS / MDS / Attribute and Layout Mutation Latency — Accumulated Latency | setxattr_latency | seconds/s | Ceph ceph daemon |
ceph_mds_caps | CephFS / MDS / Capabilities — Capabilities | value | capabilities | Ceph ceph daemon |
ceph_mds_handle_client_cap_release | CephFS / MDS / Capabilities — Capability Messages | handle_client_cap_release | messages/s | Ceph ceph daemon |
ceph_mds_handle_client_caps | CephFS / MDS / Capabilities — Capability Messages | handle_client_caps | messages/s | Ceph ceph daemon |
ceph_mds_handle_client_caps_dirty | CephFS / MDS / Capabilities — Capability Messages | handle_client_caps_dirty | messages/s | Ceph ceph daemon |
ceph_mds_server_cap_acquisition_throttle | CephFS / MDS / Capabilities — Capability-Throttled Requests | server_cap_acquisition_throttle | requests/s | Ceph ceph daemon |
ceph_mds_server_cap_revoke_eviction | CephFS / MDS / Capabilities — Capability-Revoke Evictions | server_cap_revoke_eviction | clients/s | Ceph ceph daemon |
ceph_mds_inodes_with_caps | CephFS / MDS / Capabilities — Inodes | value | inodes | Ceph ceph daemon |
ceph_mds_handle_inode_file_caps | CephFS / MDS / Capabilities — Inode Work | value | inodes/s | Ceph ceph daemon |
ceph_mds_ceph_cap_op_flush_ack | CephFS / MDS / Capabilities — Operations | ceph_cap_op_flush_ack | operations/s | Ceph ceph daemon |
ceph_mds_ceph_cap_op_flushsnap_ack | CephFS / MDS / Capabilities — Operations | ceph_cap_op_flushsnap_ack | operations/s | Ceph ceph daemon |
ceph_mds_ceph_cap_op_grant | CephFS / MDS / Capabilities — Operations | ceph_cap_op_grant | operations/s | Ceph ceph daemon |
ceph_mds_ceph_cap_op_revoke | CephFS / MDS / Capabilities — Operations | ceph_cap_op_revoke | operations/s | Ceph ceph daemon |
ceph_mds_ceph_cap_op_trunc | CephFS / MDS / Capabilities — Operations | ceph_cap_op_trunc | operations/s | Ceph ceph daemon |
ceph_mds_process_request_cap_release | CephFS / MDS / Capabilities — Operations | process_request_cap_release | operations/s | Ceph ceph daemon |
ceph_mds_log_jlat_count | CephFS / MDS / Journal — Latency Measurements | value | operations/s | Ceph ceph daemon |
ceph_mds_log_jlat_sum | CephFS / MDS / Journal — Accumulated Latency | value | seconds/s | Ceph ceph daemon |
ceph_mds_log_ev | CephFS / MDS / Journal — Current Journal Events | ev | events | Ceph ceph daemon |
ceph_mds_log_evexd | CephFS / MDS / Journal — Current Journal Events | evexd | events | Ceph ceph daemon |
ceph_mds_log_evexg | CephFS / MDS / Journal — Current Journal Events | evexg | events | Ceph ceph daemon |
ceph_mds_log_evlrg | CephFS / MDS / Journal — Large Journal Events | evlrg | events/s | Ceph ceph daemon |
ceph_mds_log_evadd | CephFS / MDS / Journal — Journal Events | evadd | events/s | Ceph ceph daemon |
ceph_mds_log_evex | CephFS / MDS / Journal — Journal Events | evex | events/s | Ceph ceph daemon |
ceph_mds_log_evtrm | CephFS / MDS / Journal — Journal Events | evtrm | events/s | Ceph ceph daemon |
ceph_mds_log_replayed | CephFS / MDS / Journal — Journal Events | replayed | events/s | Ceph ceph daemon |
ceph_mds_log_expos | CephFS / MDS / Journal — Journal Positions | expos | position | Ceph ceph daemon |
ceph_mds_log_rdpos | CephFS / MDS / Journal — Journal Positions | rdpos | position | Ceph ceph daemon |
ceph_mds_log_wrpos | CephFS / MDS / Journal — Journal Positions | wrpos | position | Ceph ceph daemon |
ceph_mds_log_segadd | CephFS / MDS / Journal — Journal Segments | segadd | segments/s | Ceph ceph daemon |
ceph_mds_log_segex | CephFS / MDS / Journal — Journal Segments | segex | segments/s | Ceph ceph daemon |
ceph_mds_log_segtrm | CephFS / MDS / Journal — Journal Segments | segtrm | segments/s | Ceph ceph daemon |
ceph_mds_log_seg | CephFS / MDS / Journal — Journal Segments | seg | segments | Ceph ceph daemon |
ceph_mds_log_segexd | CephFS / MDS / Journal — Journal Segments | segexd | segments | Ceph ceph daemon |
ceph_mds_log_segexg | CephFS / MDS / Journal — Journal Segments | segexg | segments | Ceph ceph daemon |
ceph_mds_log_segmjr | CephFS / MDS / Journal — Journal Segments | segmjr | segments | Ceph ceph daemon |
ceph_mds_cache_dir_handle_discover | CephFS / MDS / Metadata Cache Directory — Discovery Messages | handle_discover | messages/s | Ceph ceph daemon |
ceph_mds_cache_dir_send_discover | CephFS / MDS / Metadata Cache Directory — Discovery Messages | send_discover | messages/s | Ceph ceph daemon |
ceph_mds_cache_dir_try_discover | CephFS / MDS / Metadata Cache Directory — Discovery Attempts | try_discover | attempts/s | Ceph ceph daemon |
ceph_mds_cache_dir_update | CephFS / MDS / Metadata Cache Directory — Replication Directives | update | directives/s | Ceph ceph daemon |
ceph_mds_cache_dir_update_receipt | CephFS / MDS / Metadata Cache Directory — Replication Directives | update_receipt | directives/s | Ceph ceph daemon |
ceph_mds_cache_ireq_inodestats | CephFS / MDS / Metadata Cache Internal Requests — Inode Work | inodestats | inodes/s | Ceph ceph daemon |
ceph_mds_cache_ireq_quiesce_inode | CephFS / MDS / Metadata Cache Internal Requests — Inode Work | quiesce_inode | inodes/s | Ceph ceph daemon |
ceph_mds_cache_ireq_exportdir | CephFS / MDS / Metadata Cache Internal Requests — Operations | exportdir | operations/s | Ceph ceph daemon |
ceph_mds_cache_ireq_flush | CephFS / MDS / Metadata Cache Internal Requests — Operations | flush | operations/s | Ceph ceph daemon |
ceph_mds_cache_ireq_fragmentdir | CephFS / MDS / Metadata Cache Internal Requests — Operations | fragmentdir | operations/s | Ceph ceph daemon |
ceph_mds_cache_ireq_fragstats | CephFS / MDS / Metadata Cache Internal Requests — Operations | fragstats | operations/s | Ceph ceph daemon |
ceph_mds_cache_ireq_quiesce_path | CephFS / MDS / Metadata Cache Internal Requests — Operations | quiesce_path | operations/s | Ceph ceph daemon |
ceph_mds_cache_ireq_enqueue_scrub | CephFS / MDS / Metadata Cache Internal Requests — Scrub Work | value | scrubs/s | Ceph ceph daemon |
ceph_mds_cache_num_strays | CephFS / MDS / Metadata Cache Recovery — Current Work | strays | items | Ceph ceph daemon |
ceph_mds_cache_num_strays_delayed | CephFS / MDS / Metadata Cache Recovery — Current Work | delayed | items | Ceph ceph daemon |
ceph_mds_cache_num_strays_enqueuing | CephFS / MDS / Metadata Cache Recovery — Current Work | enqueuing | items | Ceph ceph daemon |
ceph_mds_cache_strays_created | CephFS / MDS / Metadata Cache Recovery — Events | created | events/s | Ceph ceph daemon |
ceph_mds_cache_strays_enqueued | CephFS / MDS / Metadata Cache Recovery — Events | enqueued | events/s | Ceph ceph daemon |
ceph_mds_cache_strays_migrated | CephFS / MDS / Metadata Cache Recovery — Events | migrated | events/s | Ceph ceph daemon |
ceph_mds_cache_strays_reintegrated | CephFS / MDS / Metadata Cache Recovery — Events | reintegrated | events/s | Ceph ceph daemon |
ceph_mds_cache_num_recovering_enqueued | CephFS / MDS / Metadata Cache Recovery — Files | enqueued | files | Ceph ceph daemon |
ceph_mds_cache_num_recovering_prioritized | CephFS / MDS / Metadata Cache Recovery — Files | prioritized | files | Ceph ceph daemon |
ceph_mds_cache_num_recovering_processing | CephFS / MDS / Metadata Cache Recovery — Files | processing | files | Ceph ceph daemon |
ceph_mds_cache_recovery_completed | CephFS / MDS / Metadata Cache Recovery — File Work | completed | files/s | Ceph ceph daemon |
ceph_mds_cache_recovery_started | CephFS / MDS / Metadata Cache Recovery — File Work | started | files/s | Ceph ceph daemon |
ceph_mds_cache_uninline_started | CephFS / MDS / Metadata Cache Uninline — Events | started | events/s | Ceph ceph daemon |
ceph_mds_cache_uninline_succeeded | CephFS / MDS / Metadata Cache Uninline — Events | succeeded | events/s | Ceph ceph daemon |
ceph_mds_cache_uninline_write_failed | CephFS / MDS / Metadata Cache Uninline — Failure and Delay Outcomes | value | events/s | Ceph ceph daemon |
ceph_mds_server_req_create_latency_count | CephFS / MDS / Namespace Mutation Latency — Latency Measurements | create_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_link_latency_count | CephFS / MDS / Namespace Mutation Latency — Latency Measurements | link_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_mkdir_latency_count | CephFS / MDS / Namespace Mutation Latency — Latency Measurements | mkdir_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_mknod_latency_count | CephFS / MDS / Namespace Mutation Latency — Latency Measurements | mknod_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_rename_latency_count | CephFS / MDS / Namespace Mutation Latency — Latency Measurements | rename_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_rmdir_latency_count | CephFS / MDS / Namespace Mutation Latency — Latency Measurements | rmdir_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_symlink_latency_count | CephFS / MDS / Namespace Mutation Latency — Latency Measurements | symlink_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_unlink_latency_count | CephFS / MDS / Namespace Mutation Latency — Latency Measurements | unlink_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_create_latency_sum | CephFS / MDS / Namespace Mutation Latency — Accumulated Latency | create_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_link_latency_sum | CephFS / MDS / Namespace Mutation Latency — Accumulated Latency | link_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_mkdir_latency_sum | CephFS / MDS / Namespace Mutation Latency — Accumulated Latency | mkdir_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_mknod_latency_sum | CephFS / MDS / Namespace Mutation Latency — Accumulated Latency | mknod_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_rename_latency_sum | CephFS / MDS / Namespace Mutation Latency — Accumulated Latency | rename_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_rmdir_latency_sum | CephFS / MDS / Namespace Mutation Latency — Accumulated Latency | rmdir_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_symlink_latency_sum | CephFS / MDS / Namespace Mutation Latency — Accumulated Latency | symlink_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_unlink_latency_sum | CephFS / MDS / Namespace Mutation Latency — Accumulated Latency | unlink_latency | seconds/s | Ceph ceph daemon |
ceph_mds_dir_fetch_complete | CephFS / MDS / Namespace Traversal — Directory-Fragment Lifecycle | dir_fetch_complete | dirfrags/s | Ceph ceph daemon |
ceph_mds_dir_merge | CephFS / MDS / Namespace Traversal — Directory-Fragment Lifecycle | dir_merge | dirfrags/s | Ceph ceph daemon |
ceph_mds_dir_split | CephFS / MDS / Namespace Traversal — Directory-Fragment Lifecycle | dir_split | dirfrags/s | Ceph ceph daemon |
ceph_mds_traverse | CephFS / MDS / Namespace Traversal — Namespace Traversals | traverse | traversals/s | Ceph ceph daemon |
ceph_mds_traverse_dir_fetch | CephFS / MDS / Namespace Traversal — Namespace Traversals | traverse_dir_fetch | traversals/s | Ceph ceph daemon |
ceph_mds_traverse_discover | CephFS / MDS / Namespace Traversal — Namespace Traversals | traverse_discover | traversals/s | Ceph ceph daemon |
ceph_mds_traverse_forward | CephFS / MDS / Namespace Traversal — Namespace Traversals | traverse_forward | traversals/s | Ceph ceph daemon |
ceph_mds_traverse_lock | CephFS / MDS / Namespace Traversal — Namespace Traversals | traverse_lock | traversals/s | Ceph ceph daemon |
ceph_mds_traverse_remote_ino | CephFS / MDS / Namespace Traversal — Namespace Traversals | traverse_remote_ino | traversals/s | Ceph ceph daemon |
ceph_mds_openino_peer_discover | CephFS / MDS / Namespace Traversal — Inode Work | value | inodes/s | Ceph ceph daemon |
ceph_mds_dir_fetch_keys | CephFS / MDS / Namespace Traversal — Key Work | value | keys/s | Ceph ceph daemon |
ceph_mds_traverse_hit | CephFS / MDS / Namespace Traversal — Lookup Outcomes | value | lookups/s | Ceph ceph daemon |
ceph_mds_dir_commit | CephFS / MDS / Namespace Traversal — Operations | dir_commit | operations/s | Ceph ceph daemon |
ceph_mds_openino_backtrace_fetch | CephFS / MDS / Namespace Traversal — Operations | openino_backtrace_fetch | operations/s | Ceph ceph daemon |
ceph_mds_openino_dir_fetch | CephFS / MDS / Namespace Traversal — Operations | openino_dir_fetch | operations/s | Ceph ceph daemon |
ceph_purge_queue_pq_item_in_journal | CephFS / MDS / Purge Queue — Current Work | value | items | Ceph ceph daemon |
ceph_purge_queue_pq_executed_ops | CephFS / MDS / Purge Queue — Executed Purge Operations | value | operations/s | Ceph ceph daemon |
ceph_purge_queue_pq_executing_ops | CephFS / MDS / Purge Queue — Purge Operations in Flight | ops | operations | Ceph ceph daemon |
ceph_purge_queue_pq_executing_ops_high_water | CephFS / MDS / Purge Queue — Purge Operations in Flight | high_water | operations | Ceph ceph daemon |
ceph_purge_queue_pq_executed | CephFS / MDS / Purge Queue — Executed Purge Tasks | value | tasks/s | Ceph ceph daemon |
ceph_purge_queue_pq_executing | CephFS / MDS / Purge Queue — Purge Tasks in Flight | executing | tasks | Ceph ceph daemon |
ceph_purge_queue_pq_executing_high_water | CephFS / MDS / Purge Queue — Purge Tasks in Flight | high_water | tasks | Ceph ceph daemon |
ceph_mds_exported | CephFS / MDS / Rank Migration — Events | exported | events/s | Ceph ceph daemon |
ceph_mds_imported | CephFS / MDS / Rank Migration — Events | imported | events/s | Ceph ceph daemon |
ceph_mds_exported_inodes | CephFS / MDS / Rank Migration — Inode Work | exported_inodes | inodes/s | Ceph ceph daemon |
ceph_mds_imported_inodes | CephFS / MDS / Rank Migration — Inode Work | imported_inodes | inodes/s | Ceph ceph daemon |
ceph_mds_server_req_blockdiff_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | blockdiff_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_getattr_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | getattr_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_getfilelock_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | getfilelock_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_getvxattr_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | getvxattr_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_lookup_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | lookup_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_lookuphash_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | lookuphash_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_lookupino_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | lookupino_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_lookupname_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | lookupname_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_lookupparent_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | lookupparent_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_lookupsnap_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | lookupsnap_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_open_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | open_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_readdir_latency_count | CephFS / MDS / Read Request Latency — Latency Measurements | readdir_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_blockdiff_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | blockdiff_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_getattr_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | getattr_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_getfilelock_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | getfilelock_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_getvxattr_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | getvxattr_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_lookup_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | lookup_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_lookuphash_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | lookuphash_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_lookupino_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | lookupino_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_lookupname_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | lookupname_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_lookupparent_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | lookupparent_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_lookupsnap_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | lookupsnap_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_open_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | open_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_readdir_latency_sum | CephFS / MDS / Read Request Latency — Accumulated Latency | readdir_latency | seconds/s | Ceph ceph daemon |
ceph_mds_reply_latency_count | CephFS / MDS / Request Handling and State — Latency Measurements | value | operations/s | Ceph ceph daemon |
ceph_mds_reply_latency_sum | CephFS / MDS / Request Handling and State — Accumulated Latency | value | seconds/s | Ceph ceph daemon |
ceph_mds_client_metrics_num_clients | CephFS / MDS / Request Handling and State — Connected Clients | client_metrics_num_clients | clients | Ceph ceph daemon and fs name and id |
ceph_mds_q | CephFS / MDS / Request Handling and State — Queued Requests | q | requests | Ceph ceph daemon |
ceph_mds_reply | CephFS / MDS / Request Handling and State — Events | reply | events/s | Ceph ceph daemon |
ceph_mds_server_handle_client_session | CephFS / MDS / Request Handling and State — Events | server_handle_client_session | events/s | Ceph ceph daemon |
ceph_mds_slow_reply | CephFS / MDS / Request Handling and State — Failure and Delay Outcomes | value | events/s | Ceph ceph daemon |
ceph_mds_root_rfiles | CephFS / MDS / Request Handling and State — Files | value | files | Ceph ceph daemon |
ceph_mds_inodes | CephFS / MDS / Request Handling and State — Inodes | inodes | inodes | Ceph ceph daemon |
ceph_mds_inodes_bottom | CephFS / MDS / Request Handling and State — Inodes | bottom | inodes | Ceph ceph daemon |
ceph_mds_inodes_pin_tail | CephFS / MDS / Request Handling and State — Inodes | pin_tail | inodes | Ceph ceph daemon |
ceph_mds_inodes_pinned | CephFS / MDS / Request Handling and State — Inodes | pinned | inodes | Ceph ceph daemon |
ceph_mds_inodes_top | CephFS / MDS / Request Handling and State — Inodes | top | inodes | Ceph ceph daemon |
ceph_mds_inodes_expired | CephFS / MDS / Request Handling and State — Expired Inodes | expired | inodes/s | Ceph ceph daemon |
ceph_mds_load_cent | CephFS / MDS / Request Handling and State — Load | value | load | Ceph ceph daemon |
ceph_mds_forward | CephFS / MDS / Request Handling and State — Operations | forward | operations/s | Ceph ceph daemon |
ceph_mds_request | CephFS / MDS / Request Handling and State — Operations | request | operations/s | Ceph ceph daemon |
ceph_mds_server_dispatch_client_request | CephFS / MDS / Request Handling and State — Operations | server_dispatch_client_request | operations/s | Ceph ceph daemon |
ceph_mds_server_dispatch_server_request | CephFS / MDS / Request Handling and State — Operations | server_dispatch_server_request | operations/s | Ceph ceph daemon |
ceph_mds_server_handle_client_request | CephFS / MDS / Request Handling and State — Operations | server_handle_client_request | operations/s | Ceph ceph daemon |
ceph_mds_server_handle_peer_request | CephFS / MDS / Request Handling and State — Operations | server_handle_peer_request | operations/s | Ceph ceph daemon |
ceph_mds_root_rsnaps | CephFS / MDS / Request Handling and State — Snapshots | value | snapshots | Ceph ceph daemon |
ceph_mds_root_rbytes | CephFS / MDS / Request Handling and State — Space and Memory | value | bytes | Ceph ceph daemon |
ceph_mds_subtrees | CephFS / MDS / Request Handling and State — Subtrees | value | subtrees | Ceph ceph daemon |
ceph_mds_scrub_dir_base_inodes | CephFS / MDS / Scrubbing — Scrubbed Inodes | dir_base_inodes | inodes/s | Ceph ceph daemon |
ceph_mds_scrub_dir_inodes | CephFS / MDS / Scrubbing — Scrubbed Inodes | dir_inodes | inodes/s | Ceph ceph daemon |
ceph_mds_scrub_file_inodes | CephFS / MDS / Scrubbing — Scrubbed Inodes | file_inodes | inodes/s | Ceph ceph daemon |
ceph_mds_scrub_backtrace_fetch | CephFS / MDS / Scrubbing — Backtrace Work | backtrace_fetch | backtraces/s | Ceph ceph daemon |
ceph_mds_scrub_backtrace_repaired | CephFS / MDS / Scrubbing — Backtrace Work | backtrace_repaired | backtraces/s | Ceph ceph daemon |
ceph_mds_scrub_inotable_repaired | CephFS / MDS / Scrubbing — Repaired Inotables | inotable_repaired | inotables/s | Ceph ceph daemon |
ceph_mds_scrub_set_tag | CephFS / MDS / Scrubbing — Applied Scrub Tags | set_tag | tags/s | Ceph ceph daemon |
ceph_mds_scrub_dirfrag_rstats | CephFS / MDS / Scrubbing — Directory-Fragment Recursive-Stat Updates | value | dirfrags/s | Ceph ceph daemon |
ceph_mds_server_req_lssnap_latency_count | CephFS / MDS / Snapshot Mutation Latency — Latency Measurements | lssnap_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_mksnap_latency_count | CephFS / MDS / Snapshot Mutation Latency — Latency Measurements | mksnap_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_renamesnap_latency_count | CephFS / MDS / Snapshot Mutation Latency — Latency Measurements | renamesnap_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_rmsnap_latency_count | CephFS / MDS / Snapshot Mutation Latency — Latency Measurements | rmsnap_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_snapdiff_latency_count | CephFS / MDS / Snapshot Mutation Latency — Latency Measurements | snapdiff_latency | operations/s | Ceph ceph daemon |
ceph_mds_server_req_lssnap_latency_sum | CephFS / MDS / Snapshot Mutation Latency — Accumulated Latency | lssnap_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_mksnap_latency_sum | CephFS / MDS / Snapshot Mutation Latency — Accumulated Latency | mksnap_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_renamesnap_latency_sum | CephFS / MDS / Snapshot Mutation Latency — Accumulated Latency | renamesnap_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_rmsnap_latency_sum | CephFS / MDS / Snapshot Mutation Latency — Accumulated Latency | rmsnap_latency | seconds/s | Ceph ceph daemon |
ceph_mds_server_req_snapdiff_latency_sum | CephFS / MDS / Snapshot Mutation Latency — Accumulated Latency | snapdiff_latency | seconds/s | Ceph ceph daemon |
ceph_mds_mem_cap | CephFS / MDS / Memory — Capabilities | value | capabilities | Ceph ceph daemon |
ceph_mds_mem_cap_minus | CephFS / MDS / Memory — Capability Work | minus | capabilities/s | Ceph ceph daemon |
ceph_mds_mem_cap_plus | CephFS / MDS / Memory — Capability Work | plus | capabilities/s | Ceph ceph daemon |
ceph_mds_mem_dn | CephFS / MDS / Memory — Dentries | value | dentries | Ceph ceph daemon |
ceph_mds_mem_dn_minus | CephFS / MDS / Memory — Dentry Cache Churn | minus | dentries/s | Ceph ceph daemon |
ceph_mds_mem_dn_plus | CephFS / MDS / Memory — Dentry Cache Churn | plus | dentries/s | Ceph ceph daemon |
ceph_mds_mem_dir | CephFS / MDS / Memory — Directories | value | directories | Ceph ceph daemon |
ceph_mds_mem_dir_minus | CephFS / MDS / Memory — Directory Cache Churn | minus | directories/s | Ceph ceph daemon |
ceph_mds_mem_dir_plus | CephFS / MDS / Memory — Directory Cache Churn | plus | directories/s | Ceph ceph daemon |
ceph_mds_mem_ino | CephFS / MDS / Memory — Inodes | value | inodes | Ceph ceph daemon |
ceph_mds_mem_ino_minus | CephFS / MDS / Memory — Inode Work | minus | inodes/s | Ceph ceph daemon |
ceph_mds_mem_ino_plus | CephFS / MDS / Memory — Inode Work | plus | inodes/s | Ceph ceph daemon |
ceph_mds_mem_heap | CephFS / MDS / Memory — Space and Memory | heap | bytes | Ceph ceph daemon |
ceph_mds_mem_rss | CephFS / MDS / Memory — Space and Memory | rss | bytes | Ceph ceph daemon |
ceph_mds_sessions_avg_session_uptime | CephFS / MDS / Sessions — Duration and Time | value | seconds | Ceph ceph daemon |
ceph_mds_sessions_session_add | CephFS / MDS / Sessions — Events | add | events/s | Ceph ceph daemon |
ceph_mds_sessions_session_remove | CephFS / MDS / Sessions — Events | remove | events/s | Ceph ceph daemon |
ceph_mds_sessions_average_load | CephFS / MDS / Sessions — Average Session Load | average_load | load | Ceph ceph daemon |
ceph_mds_sessions_total_load | CephFS / MDS / Sessions — Total Session Load | total_load | load | Ceph ceph daemon |
ceph_mds_sessions_mdthresh_evicted | CephFS / MDS / Sessions — Metadata-Threshold Evictions | value | sessions/s | Ceph ceph daemon |
ceph_mds_sessions_session_count | CephFS / MDS / Sessions — Sessions | session | sessions | Ceph ceph daemon |
ceph_mds_sessions_sessions_open | CephFS / MDS / Sessions — Sessions | sessions_open | sessions | Ceph ceph daemon |
ceph_mds_sessions_sessions_stale | CephFS / MDS / Sessions — Sessions | sessions_stale | sessions | Ceph ceph daemon |
ceph_mds_per_client_cap_hits | CephFS / MDS / Clients — Capability Access Outcomes | hits | accesses/s | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_cap_miss | CephFS / MDS / Clients — Capability Access Outcomes | misses | accesses/s | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_dentry_lease_hits | CephFS / MDS / Clients — Dentry Lease Lookup Outcomes | hits | lookups/s | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_dentry_lease_miss | CephFS / MDS / Clients — Dentry Lease Lookup Outcomes | misses | lookups/s | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_avg_read_latency | CephFS / MDS / Clients — Average Operation Latency | read | seconds | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_avg_write_latency | CephFS / MDS / Clients — Average Operation Latency | write | seconds | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_avg_metadata_latency | CephFS / MDS / Clients — Average Operation Latency | metadata | seconds | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_opened_files | CephFS / MDS / Clients — Open Files | open | files | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_opened_inodes | CephFS / MDS / Clients — Inode State | open | inodes | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_total_inodes | CephFS / MDS / Clients — Inode State | total | inodes | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_pinned_icaps | CephFS / MDS / Clients — Pinned Inode Capabilities | pinned | capabilities | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_total_read_ops | CephFS / MDS / Clients — Reported I/O Operations | read | operations/s | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_total_write_ops | CephFS / MDS / Clients — Reported I/O Operations | write | operations/s | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_total_read_size | CephFS / MDS / Clients — Reported I/O Volume | read | bytes/s | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_mds_per_client_total_write_size | CephFS / MDS / Clients — Reported I/O Volume | write | bytes/s | Ceph ceph daemon and client and rank and mds filesystem key |
ceph_cephfs_mirror_mirrored_filesystems | CephFS / Mirror / Service — Mirrored Filesystems | mirrored | filesystems | Ceph ceph daemon |
ceph_cephfs_mirror_mirror_enable_failures | CephFS / Mirror / Service — Mirroring Enable Failures | failures | failures/s | Ceph ceph daemon |
ceph_cephfs_mirror_mirrored_filesystems_mirroring_peers | CephFS / Mirror / Filesystems — Mirroring Peers | peers | peers | Ceph ceph daemon and filesystem |
ceph_cephfs_mirror_mirrored_filesystems_directory_count | CephFS / Mirror / Filesystems — Mirrored Directories | directories | directories | Ceph ceph daemon and filesystem |
ceph_cephfs_mirror_peers_snaps_synced | CephFS / Mirror / Peers — Snapshot Outcomes | synced | snapshots/s | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_snaps_deleted | CephFS / Mirror / Peers — Snapshot Outcomes | deleted | snapshots/s | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_snaps_renamed | CephFS / Mirror / Peers — Snapshot Outcomes | renamed | snapshots/s | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_sync_failures | CephFS / Mirror / Peers — Snapshot Outcomes | failed | snapshots/s | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_avg_sync_time_count | CephFS / Mirror / Peers — Sync-Time Measurements | snapshots | snapshots/s | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_avg_sync_time_sum | CephFS / Mirror / Peers — Accumulated Sync Time | time | seconds/s | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_sync_bytes | CephFS / Mirror / Peers — Sync Throughput | bytes | bytes/s | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_last_synced_start | CephFS / Mirror / Peers — Last Sync Timestamps | started | seconds since epoch | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_last_synced_end | CephFS / Mirror / Peers — Last Sync Timestamps | ended | seconds since epoch | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_last_synced_duration | CephFS / Mirror / Peers — Last Sync Duration | duration | seconds | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
ceph_cephfs_mirror_peers_last_synced_bytes | CephFS / Mirror / Peers — Last Sync Size | bytes | bytes | Ceph ceph daemon and peer cluster filesystem and peer cluster name and source filesystem and source fscid |
Cluster Overview
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_prometheus_collect_duration_seconds_count | Cluster Overview — Latency Measurements | value | operations/s | Ceph method |
ceph_prometheus_collect_duration_seconds_sum | Cluster Overview — Accumulated Latency | value | seconds/s | Ceph method |
ceph_cluster_osd_blocklist_count | Cluster Overview — Current Work | value | items | Ceph cluster endpoint |
ceph_disk_occupation | Cluster Overview — State and Metadata — Occupation | occupation | {status} | Ceph ceph daemon and ceph instance and db device and device and device ids and devices and wal device |
ceph_disk_occupation_human | Cluster Overview — State and Metadata — Human | human | {status} | Ceph ceph daemon and ceph instance and device |
Control Plane
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_cephadm_daemon_status | Control Plane / Cephadm — State and Metadata | value | {status} | Ceph daemon name and hostname and service name and service type |
ceph_mgr_metadata | Control Plane / Manager — State and Metadata — Metadata | metadata | {status} | Ceph ceph daemon and ceph version and hostname |
ceph_mgr_status | Control Plane / Manager — State and Metadata — Status | status | {status} | Ceph ceph daemon |
ceph_mgr_module_can_run | Control Plane / Manager Modules — State and Metadata | can_run | {status} | Ceph name |
ceph_mgr_module_status | Control Plane / Manager Modules — State and Metadata | status | {status} | Ceph name |
ceph_mon_metadata | Control Plane / Monitor — Cluster Summary | total | monitors | Ceph cluster endpoint |
ceph_mon_quorum_status | Control Plane / Monitor — Cluster Summary | in_quorum | monitors | Ceph cluster endpoint |
ceph_mon_metadata | Control Plane / Monitor — State and Metadata — Metadata | metadata | monitors | Ceph ceph daemon and ceph version and hostname and public addr and rank |
ceph_mon_quorum_status | Control Plane / Monitor — State and Metadata — Quorum Status | quorum_status | monitors | Ceph ceph daemon |
ceph_paxos_begin_bytes_count | Control Plane / Paxos — Byte Measurement Measurements | begin_bytes | measurements/s | Ceph ceph daemon |
ceph_paxos_collect_bytes_count | Control Plane / Paxos — Byte Measurement Measurements | collect_bytes | measurements/s | Ceph ceph daemon |
ceph_paxos_commit_bytes_count | Control Plane / Paxos — Byte Measurement Measurements | commit_bytes | measurements/s | Ceph ceph daemon |
ceph_paxos_share_state_bytes_count | Control Plane / Paxos — Byte Measurement Measurements | share_state_bytes | measurements/s | Ceph ceph daemon |
ceph_paxos_store_state_bytes_count | Control Plane / Paxos — Byte Measurement Measurements | store_state_bytes | measurements/s | Ceph ceph daemon |
ceph_paxos_begin_bytes_sum | Control Plane / Paxos — Accumulated Byte Measurement | begin_bytes | bytes/s | Ceph ceph daemon |
ceph_paxos_collect_bytes_sum | Control Plane / Paxos — Accumulated Byte Measurement | collect_bytes | bytes/s | Ceph ceph daemon |
ceph_paxos_commit_bytes_sum | Control Plane / Paxos — Accumulated Byte Measurement | commit_bytes | bytes/s | Ceph ceph daemon |
ceph_paxos_share_state_bytes_sum | Control Plane / Paxos — Accumulated Byte Measurement | share_state_bytes | bytes/s | Ceph ceph daemon |
ceph_paxos_store_state_bytes_sum | Control Plane / Paxos — Accumulated Byte Measurement | store_state_bytes | bytes/s | Ceph ceph daemon |
ceph_paxos_begin_keys_count | Control Plane / Paxos — Key Measurement Measurements | begin_keys | measurements/s | Ceph ceph daemon |
ceph_paxos_collect_keys_count | Control Plane / Paxos — Key Measurement Measurements | collect_keys | measurements/s | Ceph ceph daemon |
ceph_paxos_commit_keys_count | Control Plane / Paxos — Key Measurement Measurements | commit_keys | measurements/s | Ceph ceph daemon |
ceph_paxos_share_state_keys_count | Control Plane / Paxos — Key Measurement Measurements | share_state_keys | measurements/s | Ceph ceph daemon |
ceph_paxos_store_state_keys_count | Control Plane / Paxos — Key Measurement Measurements | store_state_keys | measurements/s | Ceph ceph daemon |
ceph_paxos_begin_keys_sum | Control Plane / Paxos — Accumulated Key Measurement | begin_keys | keys/s | Ceph ceph daemon |
ceph_paxos_collect_keys_sum | Control Plane / Paxos — Accumulated Key Measurement | collect_keys | keys/s | Ceph ceph daemon |
ceph_paxos_commit_keys_sum | Control Plane / Paxos — Accumulated Key Measurement | commit_keys | keys/s | Ceph ceph daemon |
ceph_paxos_share_state_keys_sum | Control Plane / Paxos — Accumulated Key Measurement | share_state_keys | keys/s | Ceph ceph daemon |
ceph_paxos_store_state_keys_sum | Control Plane / Paxos — Accumulated Key Measurement | store_state_keys | keys/s | Ceph ceph daemon |
ceph_paxos_begin_latency_count | Control Plane / Paxos — Latency Measurements | begin_latency | operations/s | Ceph ceph daemon |
ceph_paxos_collect_latency_count | Control Plane / Paxos — Latency Measurements | collect_latency | operations/s | Ceph ceph daemon |
ceph_paxos_commit_latency_count | Control Plane / Paxos — Latency Measurements | commit_latency | operations/s | Ceph ceph daemon |
ceph_paxos_new_pn_latency_count | Control Plane / Paxos — Latency Measurements | new_pn_latency | operations/s | Ceph ceph daemon |
ceph_paxos_refresh_latency_count | Control Plane / Paxos — Latency Measurements | refresh_latency | operations/s | Ceph ceph daemon |
ceph_paxos_store_state_latency_count | Control Plane / Paxos — Latency Measurements | store_state_latency | operations/s | Ceph ceph daemon |
ceph_paxos_begin_latency_sum | Control Plane / Paxos — Accumulated Latency | begin_latency | seconds/s | Ceph ceph daemon |
ceph_paxos_collect_latency_sum | Control Plane / Paxos — Accumulated Latency | collect_latency | seconds/s | Ceph ceph daemon |
ceph_paxos_commit_latency_sum | Control Plane / Paxos — Accumulated Latency | commit_latency | seconds/s | Ceph ceph daemon |
ceph_paxos_new_pn_latency_sum | Control Plane / Paxos — Accumulated Latency | new_pn_latency | seconds/s | Ceph ceph daemon |
ceph_paxos_refresh_latency_sum | Control Plane / Paxos — Accumulated Latency | refresh_latency | seconds/s | Ceph ceph daemon |
ceph_paxos_store_state_latency_sum | Control Plane / Paxos — Accumulated Latency | store_state_latency | seconds/s | Ceph ceph daemon |
ceph_paxos_new_pn | Control Plane / Paxos — Events | new_pn | events/s | Ceph ceph daemon |
ceph_paxos_refresh | Control Plane / Paxos — Events | refresh | events/s | Ceph ceph daemon |
ceph_paxos_restart | Control Plane / Paxos — Events | restart | events/s | Ceph ceph daemon |
ceph_paxos_share_state | Control Plane / Paxos — Events | share_state | events/s | Ceph ceph daemon |
ceph_paxos_start_leader | Control Plane / Paxos — Events | start_leader | events/s | Ceph ceph daemon |
ceph_paxos_start_peon | Control Plane / Paxos — Events | start_peon | events/s | Ceph ceph daemon |
ceph_paxos_store_state | Control Plane / Paxos — Events | store_state | events/s | Ceph ceph daemon |
ceph_paxos_accept_timeout | Control Plane / Paxos — Failure and Delay Outcomes | accept_timeout | events/s | Ceph ceph daemon |
ceph_paxos_collect_timeout | Control Plane / Paxos — Failure and Delay Outcomes | collect_timeout | events/s | Ceph ceph daemon |
ceph_paxos_lease_ack_timeout | Control Plane / Paxos — Failure and Delay Outcomes | lease_ack_timeout | events/s | Ceph ceph daemon |
ceph_paxos_lease_timeout | Control Plane / Paxos — Failure and Delay Outcomes | lease_timeout | events/s | Ceph ceph daemon |
ceph_paxos_begin | Control Plane / Paxos — Paxos Operations | begin | operations/s | Ceph ceph daemon |
ceph_paxos_collect | Control Plane / Paxos — Paxos Operations | collect | operations/s | Ceph ceph daemon |
ceph_paxos_commit | Control Plane / Paxos — Paxos Operations | commit | operations/s | Ceph ceph daemon |
ceph_paxos_collect_uncommitted | Control Plane / Paxos — Collected Uncommitted Values | collect_uncommitted | values/s | Ceph ceph daemon |
Health
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_health_status | Health / Cluster Status — State and Metadata | value | {status} | Ceph cluster endpoint |
ceph_daemon_health_metrics | Health / Daemon Health — Health Metric Count | value | items | Ceph ceph daemon and type |
ceph_health_detail | Health / Health Checks — State and Metadata | value | {status} | Ceph name |
ceph_healthcheck_slow_ops | Health / Slow Operations — Slow Operations | value | operations | Ceph cluster endpoint |
OSDs
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_osd_flag_nodeep_scrub | OSDs / Capacity and State / Cluster Flags — State and Metadata | nodeep_scrub | {status} | Ceph cluster endpoint |
ceph_osd_flag_nodown | OSDs / Capacity and State / Cluster Flags — State and Metadata | nodown | {status} | Ceph cluster endpoint |
ceph_osd_flag_noin | OSDs / Capacity and State / Cluster Flags — State and Metadata | noin | {status} | Ceph cluster endpoint |
ceph_osd_flag_noout | OSDs / Capacity and State / Cluster Flags — State and Metadata | noout | {status} | Ceph cluster endpoint |
ceph_osd_flag_norebalance | OSDs / Capacity and State / Cluster Flags — State and Metadata | norebalance | {status} | Ceph cluster endpoint |
ceph_osd_flag_noscrub | OSDs / Capacity and State / Cluster Flags — State and Metadata | noscrub | {status} | Ceph cluster endpoint |
ceph_osd_flag_noup | OSDs / Capacity and State / Cluster Flags — State and Metadata | noup | {status} | Ceph cluster endpoint |
ceph_osd_full_ratio | OSDs / Capacity and State / Fullness Thresholds — Ratios | full_ratio | ratio | Ceph cluster endpoint |
ceph_osd_nearfull_ratio | OSDs / Capacity and State / Fullness Thresholds — Ratios | nearfull_ratio | ratio | Ceph cluster endpoint |
ceph_osd_metadata | OSDs / Capacity and State / Metadata — State and Metadata | value | OSDs | Ceph 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_metadata | OSDs / Capacity and State / OSD State — Cluster Summary | total | OSDs | Ceph cluster endpoint |
ceph_osd_up | OSDs / Capacity and State / OSD State — Cluster Summary | up | OSDs | Ceph cluster endpoint |
ceph_osd_in | OSDs / Capacity and State / OSD State — OSD State | in | OSDs | Ceph ceph daemon |
ceph_osd_up | OSDs / Capacity and State / OSD State — OSD State | up | OSDs | Ceph ceph daemon |
ceph_osd_weight | OSDs / Capacity and State / OSD State — OSD Weight | weight | ratio | Ceph ceph daemon |
ceph_osd_apply_latency_ms | OSDs / Overview — Latency | apply_latency_ms | milliseconds | Ceph ceph daemon |
ceph_osd_commit_latency_ms | OSDs / Overview — Latency | commit_latency_ms | milliseconds | Ceph ceph daemon |
ceph_osd_op_before_dequeue_op_lat_count | OSDs / Client IO — Latency Measurements | op_before_dequeue_op_lat | operations/s | Ceph ceph daemon |
ceph_osd_op_before_queue_op_lat_count | OSDs / Client IO — Latency Measurements | op_before_queue_op_lat | operations/s | Ceph ceph daemon |
ceph_osd_op_latency_count | OSDs / Client IO — Latency Measurements | op_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_prepare_latency_count | OSDs / Client IO — Latency Measurements | op_prepare_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_process_latency_count | OSDs / Client IO — Latency Measurements | op_process_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_r_latency_count | OSDs / Client IO — Latency Measurements | op_r_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_r_prepare_latency_count | OSDs / Client IO — Latency Measurements | op_r_prepare_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_r_process_latency_count | OSDs / Client IO — Latency Measurements | op_r_process_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_rw_latency_count | OSDs / Client IO — Latency Measurements | op_rw_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_rw_prepare_latency_count | OSDs / Client IO — Latency Measurements | op_rw_prepare_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_rw_process_latency_count | OSDs / Client IO — Latency Measurements | op_rw_process_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_w_latency_count | OSDs / Client IO — Latency Measurements | op_w_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_w_prepare_latency_count | OSDs / Client IO — Latency Measurements | op_w_prepare_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_w_process_latency_count | OSDs / Client IO — Latency Measurements | op_w_process_latency | operations/s | Ceph ceph daemon |
ceph_osd_subop_latency_count | OSDs / Client IO — Latency Measurements | subop_latency | operations/s | Ceph ceph daemon |
ceph_osd_subop_pull_latency_count | OSDs / Client IO — Latency Measurements | subop_pull_latency | operations/s | Ceph ceph daemon |
ceph_osd_subop_push_latency_count | OSDs / Client IO — Latency Measurements | subop_push_latency | operations/s | Ceph ceph daemon |
ceph_osd_subop_w_latency_count | OSDs / Client IO — Latency Measurements | subop_w_latency | operations/s | Ceph ceph daemon |
ceph_osd_op_before_dequeue_op_lat_sum | OSDs / Client IO — Accumulated Latency | op_before_dequeue_op_lat | seconds/s | Ceph ceph daemon |
ceph_osd_op_before_queue_op_lat_sum | OSDs / Client IO — Accumulated Latency | op_before_queue_op_lat | seconds/s | Ceph ceph daemon |
ceph_osd_op_latency_sum | OSDs / Client IO — Accumulated Latency | op_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_prepare_latency_sum | OSDs / Client IO — Accumulated Latency | op_prepare_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_process_latency_sum | OSDs / Client IO — Accumulated Latency | op_process_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_r_latency_sum | OSDs / Client IO — Accumulated Latency | op_r_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_r_prepare_latency_sum | OSDs / Client IO — Accumulated Latency | op_r_prepare_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_r_process_latency_sum | OSDs / Client IO — Accumulated Latency | op_r_process_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_rw_latency_sum | OSDs / Client IO — Accumulated Latency | op_rw_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_rw_prepare_latency_sum | OSDs / Client IO — Accumulated Latency | op_rw_prepare_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_rw_process_latency_sum | OSDs / Client IO — Accumulated Latency | op_rw_process_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_w_latency_sum | OSDs / Client IO — Accumulated Latency | op_w_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_w_prepare_latency_sum | OSDs / Client IO — Accumulated Latency | op_w_prepare_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_w_process_latency_sum | OSDs / Client IO — Accumulated Latency | op_w_process_latency | seconds/s | Ceph ceph daemon |
ceph_osd_subop_latency_sum | OSDs / Client IO — Accumulated Latency | subop_latency | seconds/s | Ceph ceph daemon |
ceph_osd_subop_pull_latency_sum | OSDs / Client IO — Accumulated Latency | subop_pull_latency | seconds/s | Ceph ceph daemon |
ceph_osd_subop_push_latency_sum | OSDs / Client IO — Accumulated Latency | subop_push_latency | seconds/s | Ceph ceph daemon |
ceph_osd_subop_w_latency_sum | OSDs / Client IO — Accumulated Latency | subop_w_latency | seconds/s | Ceph ceph daemon |
ceph_osd_op_in_bytes | OSDs / Client IO — Byte Throughput | op_in_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_op_out_bytes | OSDs / Client IO — Byte Throughput | op_out_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_op_r_out_bytes | OSDs / Client IO — Byte Throughput | op_r_out_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_op_rw_in_bytes | OSDs / Client IO — Byte Throughput | op_rw_in_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_op_rw_out_bytes | OSDs / Client IO — Byte Throughput | op_rw_out_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_op_w_in_bytes | OSDs / Client IO — Byte Throughput | op_w_in_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_subop_in_bytes | OSDs / Client IO — Byte Throughput | subop_in_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_subop_push_in_bytes | OSDs / Client IO — Byte Throughput | subop_push_in_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_subop_w_in_bytes | OSDs / Client IO — Byte Throughput | subop_w_in_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_op_wip | OSDs / Client IO — Operations in Progress | value | operations | Ceph ceph daemon |
ceph_osd_subop_push | OSDs / Client IO — Events | value | events/s | Ceph ceph daemon |
ceph_osd_slow_ops_slow_ops_count | OSDs / Client IO — Failure and Delay Outcomes | value | events/s | Ceph ceph daemon |
ceph_osd_op_cache_hit | OSDs / Client IO — Lookup Outcomes | value | lookups/s | Ceph ceph daemon |
ceph_osd_op_delayed_degraded | OSDs / Client IO — Object Work | op_delayed_degraded | objects/s | Ceph ceph daemon |
ceph_osd_op_delayed_unreadable | OSDs / Client IO — Object Work | op_delayed_unreadable | objects/s | Ceph ceph daemon |
ceph_osd_replica_read_redirect_missing | OSDs / Client IO — Object Work | replica_read_redirect_missing | objects/s | Ceph ceph daemon |
ceph_osd_op | OSDs / Client IO — Operations | op | operations/s | Ceph ceph daemon |
ceph_osd_op_r | OSDs / Client IO — Operations | op_r | operations/s | Ceph ceph daemon |
ceph_osd_op_rw | OSDs / Client IO — Operations | op_rw | operations/s | Ceph ceph daemon |
ceph_osd_op_w | OSDs / Client IO — Operations | op_w | operations/s | Ceph ceph daemon |
ceph_osd_replica_read | OSDs / Client IO — Operations | replica_read | operations/s | Ceph ceph daemon |
ceph_osd_replica_read_redirect_conflict | OSDs / Client IO — Operations | replica_read_redirect_conflict | operations/s | Ceph ceph daemon |
ceph_osd_replica_read_served | OSDs / Client IO — Operations | replica_read_served | operations/s | Ceph ceph daemon |
ceph_osd_subop_pull | OSDs / Client IO — Operations | subop_pull | operations/s | Ceph ceph daemon |
ceph_osd_subop_w | OSDs / Client IO — Operations | subop_w | operations/s | Ceph ceph daemon |
ceph_osd_tier_proxy_read | OSDs / Client IO — Operations | tier_proxy_read | operations/s | Ceph ceph daemon |
ceph_osd_tier_proxy_write | OSDs / Client IO — Operations | tier_proxy_write | operations/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_backfill_queue_latency_count | OSDs / Recovery — Latency Measurements | backfill_queue_latency | operations/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_backfill_remove_queue_latency_count | OSDs / Recovery — Latency Measurements | backfill_remove_queue_latency | operations/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_context_queue_latency_count | OSDs / Recovery — Latency Measurements | context_queue_latency | operations/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_pull_queue_latency_count | OSDs / Recovery — Latency Measurements | pull_queue_latency | operations/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_push_queue_latency_count | OSDs / Recovery — Latency Measurements | push_queue_latency | operations/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_push_reply_queue_latency_count | OSDs / Recovery — Latency Measurements | push_reply_queue_latency | operations/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_queue_latency_count | OSDs / Recovery — Latency Measurements | queue_latency | operations/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_scan_queue_latency_count | OSDs / Recovery — Latency Measurements | scan_queue_latency | operations/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_backfill_queue_latency_sum | OSDs / Recovery — Accumulated Latency | backfill_queue_latency | seconds/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_backfill_remove_queue_latency_sum | OSDs / Recovery — Accumulated Latency | backfill_remove_queue_latency | seconds/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_context_queue_latency_sum | OSDs / Recovery — Accumulated Latency | context_queue_latency | seconds/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_pull_queue_latency_sum | OSDs / Recovery — Accumulated Latency | pull_queue_latency | seconds/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_push_queue_latency_sum | OSDs / Recovery — Accumulated Latency | push_queue_latency | seconds/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_push_reply_queue_latency_sum | OSDs / Recovery — Accumulated Latency | push_reply_queue_latency | seconds/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_queue_latency_sum | OSDs / Recovery — Accumulated Latency | queue_latency | seconds/s | Ceph ceph daemon |
ceph_osd_l_osd_recovery_scan_queue_latency_sum | OSDs / Recovery — Accumulated Latency | scan_queue_latency | seconds/s | Ceph ceph daemon |
ceph_osd_recovery_bytes | OSDs / Recovery — Byte Throughput | value | bytes/s | Ceph ceph daemon |
ceph_osd_recovery_ops | OSDs / Recovery — Operations | value | operations/s | Ceph ceph daemon |
ceph_recoverystate_perf_pg_rebuild_duration_count | OSDs / Recovery — PG Rebuild Duration Measurements | value | duration measurements/s | Ceph ceph daemon |
ceph_recoverystate_perf_pg_rebuild_duration_sum | OSDs / Recovery — PG Rebuild Accumulated Duration | value | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_pg_rebuild_max_secs | OSDs / Recovery — PG Rebuild Duration Range | maximum | seconds | Ceph ceph daemon |
ceph_recoverystate_perf_pg_rebuild_min_secs | OSDs / Recovery — PG Rebuild Duration Range | minimum | seconds | Ceph ceph daemon |
ceph_osd_osd_tier_flush_lat_count | OSDs / Runtime — Latency Measurements | flush_lat | operations/s | Ceph ceph daemon |
ceph_osd_osd_tier_promote_lat_count | OSDs / Runtime — Latency Measurements | promote_lat | operations/s | Ceph ceph daemon |
ceph_osd_osd_tier_r_lat_count | OSDs / Runtime — Latency Measurements | r_lat | operations/s | Ceph ceph daemon |
ceph_osd_osd_tier_flush_lat_sum | OSDs / Runtime — Accumulated Latency | flush_lat | seconds/s | Ceph ceph daemon |
ceph_osd_osd_tier_promote_lat_sum | OSDs / Runtime — Accumulated Latency | promote_lat | seconds/s | Ceph ceph daemon |
ceph_osd_osd_tier_r_lat_sum | OSDs / Runtime — Accumulated Latency | r_lat | seconds/s | Ceph ceph daemon |
ceph_osd_osd_map_cache_miss_low_avg_count | OSDs / Runtime — Value Measurement Measurements | value | measurements/s | Ceph ceph daemon |
ceph_osd_osd_map_cache_miss_low_avg_sum | OSDs / Runtime — Accumulated Value Measurement | value | value/s | Ceph ceph daemon |
ceph_osd_push_out_bytes | OSDs / Runtime — Byte Throughput | value | bytes/s | Ceph ceph daemon |
ceph_osd_cached_crc | OSDs / Runtime — CRC Cache Lookup Outcomes | cached_crc | lookups/s | Ceph ceph daemon |
ceph_osd_cached_crc_adjusted | OSDs / Runtime — CRC Cache Lookup Outcomes | cached_crc_adjusted | lookups/s | Ceph ceph daemon |
ceph_osd_missed_crc | OSDs / Runtime — CRC Cache Lookup Outcomes | missed_crc | lookups/s | Ceph ceph daemon |
ceph_osd_agent_evict | OSDs / Runtime — Tier-Agent Actions | agent_evict | actions/s | Ceph ceph daemon |
ceph_osd_agent_wake | OSDs / Runtime — Tier-Agent Actions | agent_wake | actions/s | Ceph ceph daemon |
ceph_osd_tier_clean | OSDs / Runtime — Tier-Agent Actions | tier_clean | actions/s | Ceph ceph daemon |
ceph_osd_tier_delay | OSDs / Runtime — Tier-Agent Actions | tier_delay | actions/s | Ceph ceph daemon |
ceph_osd_tier_dirty | OSDs / Runtime — Tier-Agent Actions | tier_dirty | actions/s | Ceph ceph daemon |
ceph_osd_tier_evict | OSDs / Runtime — Tier-Agent Actions | tier_evict | actions/s | Ceph ceph daemon |
ceph_osd_tier_promote | OSDs / Runtime — Tier-Agent Actions | tier_promote | actions/s | Ceph ceph daemon |
ceph_osd_copyfrom | OSDs / Runtime — Copy-From Operations | copyfrom | operations/s | Ceph ceph daemon |
ceph_osd_map_messages | OSDs / Runtime — OSD-Map Messages | map_messages | messages/s | Ceph ceph daemon |
ceph_osd_messages_delayed_for_map | OSDs / Runtime — OSD-Map Messages | messages_delayed_for_map | messages/s | Ceph ceph daemon |
ceph_osd_map_message_epochs | OSDs / Runtime — OSD-Map Epochs | map_message_epochs | epochs/s | Ceph ceph daemon |
ceph_osd_map_message_epoch_dups | OSDs / Runtime — OSD-Map Epochs | map_message_epoch_dups | epochs/s | Ceph ceph daemon |
ceph_osd_osd_pg_biginfo | OSDs / Runtime — Placement-Group Updates | osd_pg_biginfo | updates/s | Ceph ceph daemon |
ceph_osd_osd_pg_fastinfo | OSDs / Runtime — Placement-Group Updates | osd_pg_fastinfo | updates/s | Ceph ceph daemon |
ceph_osd_osd_pg_info | OSDs / Runtime — Total Placement-Group Updates | total | placement group updates/s | Ceph ceph daemon |
ceph_osd_push | OSDs / Runtime — Pushes | push | pushes/s | Ceph ceph daemon |
ceph_osd_subop | OSDs / Runtime — Suboperations | subop | suboperations/s | Ceph ceph daemon |
ceph_osd_tier_flush_fail | OSDs / Runtime — Failed Tier Flush Attempts | tier_flush_fail | attempts/s | Ceph ceph daemon |
ceph_osd_tier_try_flush_fail | OSDs / Runtime — Failed Tier Flush Attempts | tier_try_flush_fail | attempts/s | Ceph ceph daemon |
ceph_osd_watch_timeouts | OSDs / Runtime — Watch Timeouts | watch_timeouts | watches/s | Ceph ceph daemon |
ceph_osd_osd_map_bl_cache_hit | OSDs / Runtime — OSD-Map Buffer-Cache Lookup Outcomes | osd_map_bl_cache_hit | lookups/s | Ceph ceph daemon |
ceph_osd_osd_map_bl_cache_miss | OSDs / Runtime — OSD-Map Buffer-Cache Lookup Outcomes | osd_map_bl_cache_miss | lookups/s | Ceph ceph daemon |
ceph_osd_osd_map_cache_hit | OSDs / Runtime — Decoded OSD-Map Cache Lookup Outcomes | osd_map_cache_hit | lookups/s | Ceph ceph daemon |
ceph_osd_osd_map_cache_miss | OSDs / Runtime — Decoded OSD-Map Cache Lookup Outcomes | osd_map_cache_miss | lookups/s | Ceph ceph daemon |
ceph_osd_osd_map_cache_miss_low | OSDs / Runtime — Decoded OSD-Map Cache Lookup Outcomes | osd_map_cache_miss_low | lookups/s | Ceph ceph daemon |
ceph_osd_tier_whiteout | OSDs / Runtime — Tier Whiteouts | tier_whiteout | whiteouts/s | Ceph ceph daemon |
ceph_osd_agent_skip | OSDs / Runtime — Skipped Objects | agent_skip | objects/s | Ceph ceph daemon |
ceph_osd_object_ctx_cache_hit | OSDs / Runtime — Object-Context Cache Lookup Outcomes | object_ctx_cache_hit | lookups/s | Ceph ceph daemon |
ceph_osd_object_ctx_cache_total | OSDs / Runtime — Object-Context Cache Lookup Outcomes | object_ctx_cache | lookups/s | Ceph ceph daemon |
ceph_osd_agent_flush | OSDs / Runtime — Tier Flush Attempts | agent_flush | attempts/s | Ceph ceph daemon |
ceph_osd_tier_flush | OSDs / Runtime — Tier Flush Attempts | tier_flush | attempts/s | Ceph ceph daemon |
ceph_osd_tier_try_flush | OSDs / Runtime — Tier Flush Attempts | tier_try_flush | attempts/s | Ceph ceph daemon |
ceph_osd_pull | OSDs / Runtime — Pulls | pull | pulls/s | Ceph ceph daemon |
ceph_osd_numpg | OSDs / Runtime — Placement Groups | numpg | PGs | Ceph ceph daemon |
ceph_osd_numpg_primary | OSDs / Runtime — Placement Groups | primary | PGs | Ceph ceph daemon |
ceph_osd_numpg_removing | OSDs / Runtime — Placement Groups | removing | PGs | Ceph ceph daemon |
ceph_osd_numpg_replica | OSDs / Runtime — Placement Groups | replica | PGs | Ceph ceph daemon |
ceph_osd_numpg_stray | OSDs / Runtime — Placement Groups | stray | PGs | Ceph ceph daemon |
ceph_osd_stat_bytes | OSDs / Runtime — Space and Memory | bytes | bytes | Ceph ceph daemon |
ceph_osd_stat_bytes_avail | OSDs / Runtime — Space and Memory | avail | bytes | Ceph ceph daemon |
ceph_osd_stat_bytes_used | OSDs / Runtime — Space and Memory | used | bytes | Ceph ceph daemon |
ceph_osd_heartbeat_to_peers | OSDs / Runtime — Heartbeat Peers | heartbeat_to_peers | peers | Ceph ceph daemon |
ceph_osd_loadavg | OSDs / Runtime — OSD Load Average | loadavg | load | Ceph ceph daemon |
ceph_osd_scrub_dp_ec_failed_scrubs_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurements | dp_ec_failed_scrubs_elapsed | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_successful_scrubs_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurements | dp_ec_successful_scrubs_elapsed | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_failed_scrubs_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurements | dp_repl_failed_scrubs_elapsed | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_successful_scrubs_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurements | dp_repl_successful_scrubs_elapsed | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_failed_scrubs_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurements | sh_ec_failed_scrubs_elapsed | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_successful_scrubs_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurements | sh_ec_successful_scrubs_elapsed | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_failed_scrubs_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurements | sh_repl_failed_scrubs_elapsed | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_successful_scrubs_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Scrub Elapsed-Time Measurements | sh_repl_successful_scrubs_elapsed | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_failed_reservations_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurements | dp_ec_failed_reservations_elapsed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_successful_reservations_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurements | dp_ec_successful_reservations_elapsed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_failed_reservations_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurements | dp_repl_failed_reservations_elapsed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_successful_reservations_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurements | dp_repl_successful_reservations_elapsed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_failed_reservations_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurements | sh_ec_failed_reservations_elapsed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_successful_reservations_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurements | sh_ec_successful_reservations_elapsed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_failed_reservations_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurements | sh_repl_failed_reservations_elapsed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_successful_reservations_elapsed_count | OSDs / Scrubbing Ceph 19 / Elapsed Time — Reservation Elapsed-Time Measurements | sh_repl_successful_reservations_elapsed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_failed_scrubs_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Time | dp_ec_failed_scrubs_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_successful_scrubs_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Time | dp_ec_successful_scrubs_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_failed_scrubs_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Time | dp_repl_failed_scrubs_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_successful_scrubs_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Time | dp_repl_successful_scrubs_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_failed_scrubs_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Time | sh_ec_failed_scrubs_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_successful_scrubs_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Time | sh_ec_successful_scrubs_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_failed_scrubs_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Time | sh_repl_failed_scrubs_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_successful_scrubs_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Scrub Elapsed Time | sh_repl_successful_scrubs_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_failed_reservations_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Time | dp_ec_failed_reservations_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_successful_reservations_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Time | dp_ec_successful_reservations_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_failed_reservations_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Time | dp_repl_failed_reservations_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_successful_reservations_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Time | dp_repl_successful_reservations_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_failed_reservations_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Time | sh_ec_failed_reservations_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_successful_reservations_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Time | sh_ec_successful_reservations_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_failed_reservations_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Time | sh_repl_failed_reservations_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_successful_reservations_elapsed_sum | OSDs / Scrubbing Ceph 19 / Elapsed Time — Accumulated Reservation Elapsed Time | sh_repl_successful_reservations_elapsed | seconds/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_failed_scrubs | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | dp_ec_failed_scrubs | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_num_scrubs_started | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | dp_ec_num_scrubs_started | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_successful_scrubs | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | dp_ec_successful_scrubs | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_failed_scrubs | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | dp_repl_failed_scrubs | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_num_scrubs_started | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | dp_repl_num_scrubs_started | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_successful_scrubs | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | dp_repl_successful_scrubs | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_failed_scrubs | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | sh_ec_failed_scrubs | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_num_scrubs_started | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | sh_ec_num_scrubs_started | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_successful_scrubs | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | sh_ec_successful_scrubs | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_failed_scrubs | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | sh_repl_failed_scrubs | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_num_scrubs_started | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | sh_repl_num_scrubs_started | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_successful_scrubs | OSDs / Scrubbing Ceph 19 / Outcomes — Scrub Work | sh_repl_successful_scrubs | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_replicas_in_reservation | OSDs / Scrubbing Ceph 19 / Reservations — Replicas in Reservation | dp_ec_replicas_in_reservation | replicas | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_replicas_in_reservation | OSDs / Scrubbing Ceph 19 / Reservations — Replicas in Reservation | dp_repl_replicas_in_reservation | replicas | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_replicas_in_reservation | OSDs / Scrubbing Ceph 19 / Reservations — Replicas in Reservation | sh_ec_replicas_in_reservation | replicas | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_replicas_in_reservation | OSDs / Scrubbing Ceph 19 / Reservations — Replicas in Reservation | sh_repl_replicas_in_reservation | replicas | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_num_scrubs_past_reservation | OSDs / Scrubbing Ceph 19 / Reservations — Scrubs Past Reservation | dp_ec_num_scrubs_past_reservation | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_num_scrubs_past_reservation | OSDs / Scrubbing Ceph 19 / Reservations — Scrubs Past Reservation | dp_repl_num_scrubs_past_reservation | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_num_scrubs_past_reservation | OSDs / Scrubbing Ceph 19 / Reservations — Scrubs Past Reservation | sh_ec_num_scrubs_past_reservation | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_num_scrubs_past_reservation | OSDs / Scrubbing Ceph 19 / Reservations — Scrubs Past Reservation | sh_repl_num_scrubs_past_reservation | scrubs/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_reservation_process_aborted | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | dp_ec_reservation_process_aborted | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_reservation_process_failure | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | dp_ec_reservation_process_failure | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_reservation_process_skipped | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | dp_ec_reservation_process_skipped | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_reservation_process_aborted | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | dp_repl_reservation_process_aborted | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_reservation_process_failure | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | dp_repl_reservation_process_failure | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_reservation_process_skipped | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | dp_repl_reservation_process_skipped | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_reservation_process_aborted | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | sh_ec_reservation_process_aborted | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_reservation_process_failure | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | sh_ec_reservation_process_failure | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_reservation_process_skipped | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | sh_ec_reservation_process_skipped | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_reservation_process_aborted | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | sh_repl_reservation_process_aborted | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_reservation_process_failure | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | sh_repl_reservation_process_failure | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_reservation_process_skipped | OSDs / Scrubbing Ceph 19 / Reservations — Reservation Process Outcomes | sh_repl_reservation_process_skipped | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_failed_scrubs_ec_elapsed_count | OSDs / Scrubbing Ceph 20 / Elapsed Time — Scrub Elapsed-Time Measurements | failed_scrubs_ec_elapsed | scrubs/s | Ceph ceph daemon |
ceph_osd_failed_scrubs_replicated_elapsed_count | OSDs / Scrubbing Ceph 20 / Elapsed Time — Scrub Elapsed-Time Measurements | failed_scrubs_replicated_elapsed | scrubs/s | Ceph ceph daemon |
ceph_osd_successful_scrubs_ec_elapsed_count | OSDs / Scrubbing Ceph 20 / Elapsed Time — Scrub Elapsed-Time Measurements | successful_scrubs_ec_elapsed | scrubs/s | Ceph ceph daemon |
ceph_osd_successful_scrubs_replicated_elapsed_count | OSDs / Scrubbing Ceph 20 / Elapsed Time — Scrub Elapsed-Time Measurements | successful_scrubs_replicated_elapsed | scrubs/s | Ceph ceph daemon |
ceph_osd_scrub_ec_failed_reservations_elapsed_count | OSDs / Scrubbing Ceph 20 / Elapsed Time — Reservation Elapsed-Time Measurements | scrub_ec_failed_reservations_elapsed | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_ec_successful_reservations_elapsed_count | OSDs / Scrubbing Ceph 20 / Elapsed Time — Reservation Elapsed-Time Measurements | scrub_ec_successful_reservations_elapsed | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_failed_reservations_elapsed_count | OSDs / Scrubbing Ceph 20 / Elapsed Time — Reservation Elapsed-Time Measurements | scrub_replicated_failed_reservations_elapsed | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_successful_reservations_elapsed_count | OSDs / Scrubbing Ceph 20 / Elapsed Time — Reservation Elapsed-Time Measurements | scrub_replicated_successful_reservations_elapsed | reservations/s | Ceph ceph daemon |
ceph_osd_failed_scrubs_ec_elapsed_sum | OSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Scrub Elapsed Time | failed_scrubs_ec_elapsed | seconds/s | Ceph ceph daemon |
ceph_osd_failed_scrubs_replicated_elapsed_sum | OSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Scrub Elapsed Time | failed_scrubs_replicated_elapsed | seconds/s | Ceph ceph daemon |
ceph_osd_successful_scrubs_ec_elapsed_sum | OSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Scrub Elapsed Time | successful_scrubs_ec_elapsed | seconds/s | Ceph ceph daemon |
ceph_osd_successful_scrubs_replicated_elapsed_sum | OSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Scrub Elapsed Time | successful_scrubs_replicated_elapsed | seconds/s | Ceph ceph daemon |
ceph_osd_scrub_ec_failed_reservations_elapsed_sum | OSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Reservation Elapsed Time | scrub_ec_failed_reservations_elapsed | seconds/s | Ceph ceph daemon |
ceph_osd_scrub_ec_successful_reservations_elapsed_sum | OSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Reservation Elapsed Time | scrub_ec_successful_reservations_elapsed | seconds/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_failed_reservations_elapsed_sum | OSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Reservation Elapsed Time | scrub_replicated_failed_reservations_elapsed | seconds/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_successful_reservations_elapsed_sum | OSDs / Scrubbing Ceph 20 / Elapsed Time — Accumulated Reservation Elapsed Time | scrub_replicated_successful_reservations_elapsed | seconds/s | Ceph ceph daemon |
ceph_osd_scrub_ec_io_blocked | OSDs / Scrubbing Ceph 20 / Interference and Scheduling — Client Write Interference | ec_io_blocked | writes/s | Ceph ceph daemon |
ceph_osd_scrub_ec_io_intersects | OSDs / Scrubbing Ceph 20 / Interference and Scheduling — Client Write Interference | ec_io_intersects | writes/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_io_blocked | OSDs / Scrubbing Ceph 20 / Interference and Scheduling — Client Write Interference | replicated_io_blocked | writes/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_io_intersects | OSDs / Scrubbing Ceph 20 / Interference and Scheduling — Client Write Interference | replicated_io_intersects | writes/s | Ceph ceph daemon |
ceph_osd_failed_scrubs_ec | OSDs / Scrubbing Ceph 20 / Outcomes — Scrub Work | failed_scrubs_ec | scrubs/s | Ceph ceph daemon |
ceph_osd_failed_scrubs_replicated | OSDs / Scrubbing Ceph 20 / Outcomes — Scrub Work | failed_scrubs_replicated | scrubs/s | Ceph ceph daemon |
ceph_osd_num_scrubs_started_ec | OSDs / Scrubbing Ceph 20 / Outcomes — Scrub Work | num_scrubs_started_ec | scrubs/s | Ceph ceph daemon |
ceph_osd_num_scrubs_started_replicated | OSDs / Scrubbing Ceph 20 / Outcomes — Scrub Work | num_scrubs_started_replicated | scrubs/s | Ceph ceph daemon |
ceph_osd_successful_scrubs_ec | OSDs / Scrubbing Ceph 20 / Outcomes — Scrub Work | successful_scrubs_ec | scrubs/s | Ceph ceph daemon |
ceph_osd_successful_scrubs_replicated | OSDs / Scrubbing Ceph 20 / Outcomes — Scrub Work | successful_scrubs_replicated | scrubs/s | Ceph ceph daemon |
ceph_osd_scrub_ec_replicas_in_reservation | OSDs / Scrubbing Ceph 20 / Reservations — Replicas in Reservation | ec_replicas_in_reservation | replicas | Ceph ceph daemon |
ceph_osd_scrub_replicated_replicas_in_reservation | OSDs / Scrubbing Ceph 20 / Reservations — Replicas in Reservation | replicated_replicas_in_reservation | replicas | Ceph ceph daemon |
ceph_osd_num_scrubs_past_reservation_ec | OSDs / Scrubbing Ceph 20 / Reservations — Scrubs Past Reservation | num_scrubs_past_reservation_ec | scrubs/s | Ceph ceph daemon |
ceph_osd_num_scrubs_past_reservation_replicated | OSDs / Scrubbing Ceph 20 / Reservations — Scrubs Past Reservation | num_scrubs_past_reservation_replicated | scrubs/s | Ceph ceph daemon |
ceph_osd_scrub_ec_reservation_process_aborted | OSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomes | scrub_ec_reservation_process_aborted | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_ec_reservation_process_failure | OSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomes | scrub_ec_reservation_process_failure | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_ec_reservation_process_skipped | OSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomes | scrub_ec_reservation_process_skipped | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_ec_reservations_completed | OSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomes | scrub_ec_reservations_completed | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_reservation_process_aborted | OSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomes | scrub_replicated_reservation_process_aborted | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_reservation_process_failure | OSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomes | scrub_replicated_reservation_process_failure | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_reservation_process_skipped | OSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomes | scrub_replicated_reservation_process_skipped | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_scrub_reservations_completed | OSDs / Scrubbing Ceph 20 / Reservations — Reservation Process Outcomes | scrub_replicated_scrub_reservations_completed | reservations/s | Ceph ceph daemon |
ceph_osd_scrub_ec_read_bytes | OSDs / Scrubbing Ceph 20 / Scrub Work — Byte Throughput | ec_read_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_read_bytes | OSDs / Scrubbing Ceph 20 / Scrub Work — Byte Throughput | replicated_read_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_scrub_ec_getattr_cnt | OSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Calls | ec_getattr_cnt | calls/s | Ceph ceph daemon |
ceph_osd_scrub_ec_read_cnt | OSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Calls | ec_read_cnt | calls/s | Ceph ceph daemon |
ceph_osd_scrub_ec_stats_cnt | OSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Calls | ec_stats_cnt | calls/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_getattr_cnt | OSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Calls | replicated_getattr_cnt | calls/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_read_cnt | OSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Calls | replicated_read_cnt | calls/s | Ceph ceph daemon |
ceph_osd_scrub_replicated_stats_cnt | OSDs / Scrubbing Ceph 20 / Scrub Work — Scrub Calls | replicated_stats_cnt | calls/s | Ceph ceph daemon |
ceph_osd_scrub_dp_ec_locked_object | OSDs / Scrubbing Common Work / Interference and Scheduling — Object-Lock Waits | dp_ec_locked_object | waits/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_locked_object | OSDs / Scrubbing Common Work / Interference and Scheduling — Object-Lock Waits | dp_repl_locked_object | waits/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_locked_object | OSDs / Scrubbing Common Work / Interference and Scheduling — Object-Lock Waits | sh_ec_locked_object | waits/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_locked_object | OSDs / Scrubbing Common Work / Interference and Scheduling — Object-Lock Waits | sh_repl_locked_object | waits/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_chunk_busy | OSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomes | dp_ec_chunk_busy | chunks/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_chunk_selected | OSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomes | dp_ec_chunk_selected | chunks/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_chunk_busy | OSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomes | dp_repl_chunk_busy | chunks/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_chunk_selected | OSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomes | dp_repl_chunk_selected | chunks/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_chunk_busy | OSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomes | sh_ec_chunk_busy | chunks/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_chunk_selected | OSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomes | sh_ec_chunk_selected | chunks/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_chunk_busy | OSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomes | sh_repl_chunk_busy | chunks/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_chunk_selected | OSDs / Scrubbing Common Work / Interference and Scheduling — Chunk Selection Outcomes | sh_repl_chunk_selected | chunks/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_preemptions | OSDs / Scrubbing Common Work / Interference and Scheduling — Scrub Preemptions | dp_ec_preemptions | preemptions/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_preemptions | OSDs / Scrubbing Common Work / Interference and Scheduling — Scrub Preemptions | dp_repl_preemptions | preemptions/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_preemptions | OSDs / Scrubbing Common Work / Interference and Scheduling — Scrub Preemptions | sh_ec_preemptions | preemptions/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_preemptions | OSDs / Scrubbing Common Work / Interference and Scheduling — Scrub Preemptions | sh_repl_preemptions | preemptions/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_write_blocked_by_scrub | OSDs / Scrubbing Common Work / Interference and Scheduling — Client Writes Blocked by Scrub | dp_ec_write_blocked_by_scrub | writes/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_write_blocked_by_scrub | OSDs / Scrubbing Common Work / Interference and Scheduling — Client Writes Blocked by Scrub | dp_repl_write_blocked_by_scrub | writes/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_write_blocked_by_scrub | OSDs / Scrubbing Common Work / Interference and Scheduling — Client Writes Blocked by Scrub | sh_ec_write_blocked_by_scrub | writes/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_write_blocked_by_scrub | OSDs / Scrubbing Common Work / Interference and Scheduling — Client Writes Blocked by Scrub | sh_repl_write_blocked_by_scrub | writes/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_ec_scrub_reservations_completed | OSDs / Scrubbing Common Work / Reservations — Completed Scrub Reservations | dp_ec_scrub_reservations_completed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_dp_repl_scrub_reservations_completed | OSDs / Scrubbing Common Work / Reservations — Completed Scrub Reservations | dp_repl_scrub_reservations_completed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_ec_scrub_reservations_completed | OSDs / Scrubbing Common Work / Reservations — Completed Scrub Reservations | sh_ec_scrub_reservations_completed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_sh_repl_scrub_reservations_completed | OSDs / Scrubbing Common Work / Reservations — Completed Scrub Reservations | sh_repl_scrub_reservations_completed | reservations/s | Ceph ceph daemon and level and pooltype |
ceph_osd_scrub_omapget_bytes | OSDs / Scrubbing Common Work / Scrub Work — Byte Throughput | omapget_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_scrub_omapgetheader_bytes | OSDs / Scrubbing Common Work / Scrub Work — Byte Throughput | omapgetheader_bytes | bytes/s | Ceph ceph daemon |
ceph_osd_scrub_omapget_cnt | OSDs / Scrubbing Common Work / Scrub Work — OMAP Scrub Calls | omapget_cnt | calls/s | Ceph ceph daemon |
ceph_osd_scrub_omapgetheader_cnt | OSDs / Scrubbing Common Work / Scrub Work — OMAP Scrub Calls | omapgetheader_cnt | calls/s | Ceph ceph daemon |
Hardware
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_hardware_cpu_cores | Hardware / Processors — CPU Cores | value | cpu cores | Ceph node CPU and processor inventory identity |
ceph_hardware_fan_rpm | Hardware / Cooling — Fan Speed | value | fan revolutions per minute | Ceph node fan |
ceph_hardware_health | Hardware / Health — Hardware Health | value | {status} | Ceph node hardware component |
ceph_hardware_memory_capacity_bytes | Hardware / Memory — Memory Module Capacity | value | bytes | Ceph node memory module and type |
ceph_hardware_storage_capacity_bytes | Hardware / Storage — Storage Device Capacity | value | bytes | Ceph node storage device and inventory identity |
ceph_hardware_temperature_celsius | Hardware / Temperature — Sensor Temperature | value | Celsius | Ceph node temperature sensor |
Object Gateway
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_rgw_metadata | Object Gateway / Metadata — State and Metadata | value | {status} | Ceph ceph daemon and ceph version and hostname and instance id |
ceph_rgw_op_copy_obj_ops | Object Gateway / Global Operations — Operations | copy_obj | operations/s | Ceph instance id |
ceph_rgw_op_del_bucket_ops | Object Gateway / Global Operations — Operations | del_bucket | operations/s | Ceph instance id |
ceph_rgw_op_del_obj_ops | Object Gateway / Global Operations — Operations | del_obj | operations/s | Ceph instance id |
ceph_rgw_op_get_obj_ops | Object Gateway / Global Operations — Operations | get_obj | operations/s | Ceph instance id |
ceph_rgw_op_list_buckets_ops | Object Gateway / Global Operations — Operations | list_buckets | operations/s | Ceph instance id |
ceph_rgw_op_list_obj_ops | Object Gateway / Global Operations — Operations | list_obj | operations/s | Ceph instance id |
ceph_rgw_op_put_obj_ops | Object Gateway / Global Operations — Operations | put_obj | operations/s | Ceph instance id |
ceph_rgw_op_copy_obj_bytes | Object Gateway / Global Operations — Object Bytes | copy_obj | bytes/s | Ceph instance id |
ceph_rgw_op_del_obj_bytes | Object Gateway / Global Operations — Object Bytes | del_obj | bytes/s | Ceph instance id |
ceph_rgw_op_get_obj_bytes | Object Gateway / Global Operations — Object Bytes | get_obj | bytes/s | Ceph instance id |
ceph_rgw_op_put_obj_bytes | Object Gateway / Global Operations — Object Bytes | put_obj | bytes/s | Ceph instance id |
ceph_rgw_op_copy_obj_lat_count | Object Gateway / Global Operations — Latency Measurements | copy_obj | operations/s | Ceph instance id |
ceph_rgw_op_del_bucket_lat_count | Object Gateway / Global Operations — Latency Measurements | del_bucket | operations/s | Ceph instance id |
ceph_rgw_op_del_obj_lat_count | Object Gateway / Global Operations — Latency Measurements | del_obj | operations/s | Ceph instance id |
ceph_rgw_op_get_obj_lat_count | Object Gateway / Global Operations — Latency Measurements | get_obj | operations/s | Ceph instance id |
ceph_rgw_op_list_buckets_lat_count | Object Gateway / Global Operations — Latency Measurements | list_buckets | operations/s | Ceph instance id |
ceph_rgw_op_list_obj_lat_count | Object Gateway / Global Operations — Latency Measurements | list_obj | operations/s | Ceph instance id |
ceph_rgw_op_put_obj_lat_count | Object Gateway / Global Operations — Latency Measurements | put_obj | operations/s | Ceph instance id |
ceph_rgw_op_copy_obj_lat_sum | Object Gateway / Global Operations — Accumulated Latency | copy_obj | seconds/s | Ceph instance id |
ceph_rgw_op_del_bucket_lat_sum | Object Gateway / Global Operations — Accumulated Latency | del_bucket | seconds/s | Ceph instance id |
ceph_rgw_op_del_obj_lat_sum | Object Gateway / Global Operations — Accumulated Latency | del_obj | seconds/s | Ceph instance id |
ceph_rgw_op_get_obj_lat_sum | Object Gateway / Global Operations — Accumulated Latency | get_obj | seconds/s | Ceph instance id |
ceph_rgw_op_list_buckets_lat_sum | Object Gateway / Global Operations — Accumulated Latency | list_buckets | seconds/s | Ceph instance id |
ceph_rgw_op_list_obj_lat_sum | Object Gateway / Global Operations — Accumulated Latency | list_obj | seconds/s | Ceph instance id |
ceph_rgw_op_put_obj_lat_sum | Object Gateway / Global Operations — Accumulated Latency | put_obj | seconds/s | Ceph instance id |
ceph_rgw_op_per_user_copy_obj_ops | Object Gateway / User Operations — Operations | copy_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_del_bucket_ops | Object Gateway / User Operations — Operations | del_bucket | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_del_obj_ops | Object Gateway / User Operations — Operations | del_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_get_obj_ops | Object Gateway / User Operations — Operations | get_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_list_buckets_ops | Object Gateway / User Operations — Operations | list_buckets | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_list_obj_ops | Object Gateway / User Operations — Operations | list_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_put_obj_ops | Object Gateway / User Operations — Operations | put_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_copy_obj_bytes | Object Gateway / User Operations — Object Bytes | copy_obj | bytes/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_del_obj_bytes | Object Gateway / User Operations — Object Bytes | del_obj | bytes/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_get_obj_bytes | Object Gateway / User Operations — Object Bytes | get_obj | bytes/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_put_obj_bytes | Object Gateway / User Operations — Object Bytes | put_obj | bytes/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_copy_obj_lat_count | Object Gateway / User Operations — Latency Measurements | copy_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_del_bucket_lat_count | Object Gateway / User Operations — Latency Measurements | del_bucket | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_del_obj_lat_count | Object Gateway / User Operations — Latency Measurements | del_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_get_obj_lat_count | Object Gateway / User Operations — Latency Measurements | get_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_list_buckets_lat_count | Object Gateway / User Operations — Latency Measurements | list_buckets | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_list_obj_lat_count | Object Gateway / User Operations — Latency Measurements | list_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_put_obj_lat_count | Object Gateway / User Operations — Latency Measurements | put_obj | operations/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_copy_obj_lat_sum | Object Gateway / User Operations — Accumulated Latency | copy_obj | seconds/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_del_bucket_lat_sum | Object Gateway / User Operations — Accumulated Latency | del_bucket | seconds/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_del_obj_lat_sum | Object Gateway / User Operations — Accumulated Latency | del_obj | seconds/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_get_obj_lat_sum | Object Gateway / User Operations — Accumulated Latency | get_obj | seconds/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_list_buckets_lat_sum | Object Gateway / User Operations — Accumulated Latency | list_buckets | seconds/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_list_obj_lat_sum | Object Gateway / User Operations — Accumulated Latency | list_obj | seconds/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_user_put_obj_lat_sum | Object Gateway / User Operations — Accumulated Latency | put_obj | seconds/s | Ceph instance id and user and tenant |
ceph_rgw_op_per_bucket_copy_obj_ops | Object Gateway / Bucket Operations — Operations | copy_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_del_bucket_ops | Object Gateway / Bucket Operations — Operations | del_bucket | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_del_obj_ops | Object Gateway / Bucket Operations — Operations | del_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_get_obj_ops | Object Gateway / Bucket Operations — Operations | get_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_list_buckets_ops | Object Gateway / Bucket Operations — Operations | list_buckets | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_list_obj_ops | Object Gateway / Bucket Operations — Operations | list_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_put_obj_ops | Object Gateway / Bucket Operations — Operations | put_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_copy_obj_bytes | Object Gateway / Bucket Operations — Object Bytes | copy_obj | bytes/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_del_obj_bytes | Object Gateway / Bucket Operations — Object Bytes | del_obj | bytes/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_get_obj_bytes | Object Gateway / Bucket Operations — Object Bytes | get_obj | bytes/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_put_obj_bytes | Object Gateway / Bucket Operations — Object Bytes | put_obj | bytes/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_copy_obj_lat_count | Object Gateway / Bucket Operations — Latency Measurements | copy_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_del_bucket_lat_count | Object Gateway / Bucket Operations — Latency Measurements | del_bucket | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_del_obj_lat_count | Object Gateway / Bucket Operations — Latency Measurements | del_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_get_obj_lat_count | Object Gateway / Bucket Operations — Latency Measurements | get_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_list_buckets_lat_count | Object Gateway / Bucket Operations — Latency Measurements | list_buckets | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_list_obj_lat_count | Object Gateway / Bucket Operations — Latency Measurements | list_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_put_obj_lat_count | Object Gateway / Bucket Operations — Latency Measurements | put_obj | operations/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_copy_obj_lat_sum | Object Gateway / Bucket Operations — Accumulated Latency | copy_obj | seconds/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_del_bucket_lat_sum | Object Gateway / Bucket Operations — Accumulated Latency | del_bucket | seconds/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_del_obj_lat_sum | Object Gateway / Bucket Operations — Accumulated Latency | del_obj | seconds/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_get_obj_lat_sum | Object Gateway / Bucket Operations — Accumulated Latency | get_obj | seconds/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_list_buckets_lat_sum | Object Gateway / Bucket Operations — Accumulated Latency | list_buckets | seconds/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_list_obj_lat_sum | Object Gateway / Bucket Operations — Accumulated Latency | list_obj | seconds/s | Ceph instance id and bucket and tenant |
ceph_rgw_op_per_bucket_put_obj_lat_sum | Object Gateway / Bucket Operations — Accumulated Latency | put_obj | seconds/s | Ceph instance id and bucket and tenant |
ceph_rgw_lc_expire_current | Object Gateway / Lifecycle — Lifecycle Actions | expire_current | actions/s | Ceph instance id |
ceph_rgw_lc_expire_dm | Object Gateway / Lifecycle — Lifecycle Actions | expire_dm | actions/s | Ceph instance id |
ceph_rgw_lc_expire_noncurrent | Object Gateway / Lifecycle — Lifecycle Actions | expire_noncurrent | actions/s | Ceph instance id |
ceph_rgw_lc_transition_current | Object Gateway / Lifecycle — Lifecycle Actions | transition_current | actions/s | Ceph instance id |
ceph_rgw_lc_transition_noncurrent | Object Gateway / Lifecycle — Lifecycle Actions | transition_noncurrent | actions/s | Ceph instance id |
ceph_rgw_lc_abort_mpu | Object Gateway / Lifecycle — Aborted Multipart Uploads | value | uploads/s | Ceph instance id |
ceph_rgw_lua_current_vms | Object Gateway / Lua — Current Lua Virtual Machines | value | VMs | Ceph instance id |
ceph_rgw_lua_script_ok | Object Gateway / Lua — Lua Script Executions | success | executions/s | Ceph instance id |
ceph_rgw_lua_script_fail | Object Gateway / Lua — Lua Script Executions | failure | executions/s | Ceph instance id |
ceph_rgw_pubsub_push_pending | Object Gateway / Notifications — Pending Notification Events | value | events | Ceph instance id |
ceph_rgw_pubsub_events | Object Gateway / Notifications — Stored Events | value | events | Ceph instance id |
ceph_rgw_pubsub_event_lost | Object Gateway / Notifications — Events | event_lost | events/s | Ceph instance id |
ceph_rgw_pubsub_event_triggered | Object Gateway / Notifications — Events | event_triggered | events/s | Ceph instance id |
ceph_rgw_pubsub_push_ok | Object Gateway / Notifications — Events | push_ok | events/s | Ceph instance id |
ceph_rgw_pubsub_store_ok | Object Gateway / Notifications — Events | store_ok | events/s | Ceph instance id |
ceph_rgw_pubsub_push_failed | Object Gateway / Notifications — Failure and Delay Outcomes | push_failed | events/s | Ceph instance id |
ceph_rgw_pubsub_store_fail | Object Gateway / Notifications — Failure and Delay Outcomes | store_fail | events/s | Ceph instance id |
ceph_rgw_pubsub_missing_conf | Object Gateway / Notifications — Missing Notification Configurations | value | events/s | Ceph instance id |
ceph_rgw_topic_persistent_topic_len | Object Gateway / Persistent Topics — Persistent Topic Queue Length | entries | entries | Ceph instance id and topic |
ceph_rgw_topic_persistent_topic_size | Object Gateway / Persistent Topics — Persistent Topic Queue Size | bytes | bytes | Ceph instance id and topic |
ceph_rgw_get_initial_lat_count | Object Gateway / Requests and Queue — Latency Measurements | get_initial_lat | operations/s | Ceph instance id |
ceph_rgw_put_initial_lat_count | Object Gateway / Requests and Queue — Latency Measurements | put_initial_lat | operations/s | Ceph instance id |
ceph_rgw_get_initial_lat_sum | Object Gateway / Requests and Queue — Accumulated Latency | get_initial_lat | seconds/s | Ceph instance id |
ceph_rgw_put_initial_lat_sum | Object Gateway / Requests and Queue — Accumulated Latency | put_initial_lat | seconds/s | Ceph instance id |
ceph_rgw_get_b | Object Gateway / Requests and Queue — Byte Throughput | get_b | bytes/s | Ceph instance id |
ceph_rgw_put_b | Object Gateway / Requests and Queue — Byte Throughput | put_b | bytes/s | Ceph instance id |
ceph_rgw_qactive | Object Gateway / Requests and Queue — Queued and Active Requests | qactive | requests | Ceph instance id |
ceph_rgw_qlen | Object Gateway / Requests and Queue — Queued and Active Requests | qlen | requests | Ceph instance id |
ceph_rgw_failed_req | Object Gateway / Requests and Queue — Failed Requests | value | requests/s | Ceph instance id |
ceph_rgw_gc_retire_object | Object Gateway / Requests and Queue — Object Work | value | objects/s | Ceph instance id |
ceph_rgw_get | Object Gateway / Requests and Queue — Requests | get | requests/s | Ceph instance id |
ceph_rgw_put | Object Gateway / Requests and Queue — Requests | put | requests/s | Ceph instance id |
ceph_rgw_req | Object Gateway / Requests and Queue — Requests | req | requests/s | Ceph instance id |
ceph_rgw_keystone_token_cache_hit | Object Gateway / Cache — Keystone Token Cache Lookup Outcomes | hit | lookups/s | Ceph instance id |
ceph_rgw_keystone_token_cache_miss | Object Gateway / Cache — Keystone Token Cache Lookup Outcomes | miss | lookups/s | Ceph instance id |
ceph_rgw_d4n_cache_hits | Object Gateway / Cache — D4N Cache Lookup Outcomes | hit | lookups/s | Ceph instance id |
ceph_rgw_d4n_cache_misses | Object Gateway / Cache — D4N Cache Lookup Outcomes | miss | lookups/s | Ceph instance id |
ceph_rgw_d4n_cache_evictions | Object Gateway / Cache — D4N Cache Evictions | eviction | evictions/s | Ceph instance id |
ceph_rgw_cache_hit | Object Gateway / Cache — Lookup Outcomes | cache_hit | lookups/s | Ceph instance id |
ceph_rgw_cache_miss | Object Gateway / Cache — Lookup Outcomes | cache_miss | lookups/s | Ceph instance id |
ceph_data_sync_from_zone_fetch_bytes_count | Object Gateway / Multisite — Replicated Objects | value | objects/s | Ceph instance id and source zone |
ceph_rgw_sync_delta_sync_delta | Object Gateway / Multisite — Data Log Shard Delay | sync_delta | seconds | Ceph instance id, zone identities, shard id, and dynamic grammar identity |
ceph_data_sync_from_zone_fetch_bytes_sum | Object Gateway / Multisite — Accumulated Byte Measurement | value | bytes/s | Ceph instance id and source zone |
ceph_data_sync_from_zone_lock_latency_count | Object Gateway / Multisite — Latency Measurements | lock_latency | operations/s | Ceph instance id and source zone |
ceph_data_sync_from_zone_poll_latency_count | Object Gateway / Multisite — Latency Measurements | poll_latency | operations/s | Ceph instance id and source zone |
ceph_data_sync_from_zone_lock_latency_sum | Object Gateway / Multisite — Accumulated Latency | lock_latency | seconds/s | Ceph instance id and source zone |
ceph_data_sync_from_zone_poll_latency_sum | Object Gateway / Multisite — Accumulated Latency | poll_latency | seconds/s | Ceph instance id and source zone |
ceph_data_sync_from_zone_poll_errors | Object Gateway / Multisite — Replication-Log Request Errors | value | requests/s | Ceph instance id and source zone |
ceph_data_sync_from_zone_fetch_errors | Object Gateway / Multisite — Object Work | errors | objects/s | Ceph instance id and source zone |
ceph_data_sync_from_zone_fetch_not_modified | Object Gateway / Multisite — Object Work | not_modified | objects/s | Ceph instance id and source zone |
ceph_dmclock_admin_qlen | Object Gateway / Scheduling — Queue Depth | admin | requests | Ceph ceph daemon |
ceph_dmclock_auth_qlen | Object Gateway / Scheduling — Queue Depth | auth | requests | Ceph ceph daemon |
ceph_dmclock_data_qlen | Object Gateway / Scheduling — Queue Depth | data | requests | Ceph ceph daemon |
ceph_dmclock_metadata_qlen | Object Gateway / Scheduling — Queue Depth | metadata | requests | Ceph ceph daemon |
ceph_simple_throttler_outstanding | Object Gateway / Scheduling — Simple Throttler Outstanding Requests | outstanding | requests | Ceph instance id |
ceph_simple_throttler_throttle | Object Gateway / Scheduling — Simple Throttler Rejections | throttled | requests/s | Ceph instance id |
ceph_dmclock_admin_cost | Object Gateway / Scheduling — Queued Request Cost | admin | cost | Ceph ceph daemon |
ceph_dmclock_auth_cost | Object Gateway / Scheduling — Queued Request Cost | auth | cost | Ceph ceph daemon |
ceph_dmclock_data_cost | Object Gateway / Scheduling — Queued Request Cost | data | cost | Ceph ceph daemon |
ceph_dmclock_metadata_cost | Object Gateway / Scheduling — Queued Request Cost | metadata | cost | Ceph ceph daemon |
ceph_dmclock_admin_res | Object Gateway / Scheduling — Scheduled Requests | admin_reservation | requests/s | Ceph ceph daemon |
ceph_dmclock_admin_prio | Object Gateway / Scheduling — Scheduled Requests | admin_priority | requests/s | Ceph ceph daemon |
ceph_dmclock_auth_res | Object Gateway / Scheduling — Scheduled Requests | auth_reservation | requests/s | Ceph ceph daemon |
ceph_dmclock_auth_prio | Object Gateway / Scheduling — Scheduled Requests | auth_priority | requests/s | Ceph ceph daemon |
ceph_dmclock_data_res | Object Gateway / Scheduling — Scheduled Requests | data_reservation | requests/s | Ceph ceph daemon |
ceph_dmclock_data_prio | Object Gateway / Scheduling — Scheduled Requests | data_priority | requests/s | Ceph ceph daemon |
ceph_dmclock_metadata_res | Object Gateway / Scheduling — Scheduled Requests | metadata_reservation | requests/s | Ceph ceph daemon |
ceph_dmclock_metadata_prio | Object Gateway / Scheduling — Scheduled Requests | metadata_priority | requests/s | Ceph ceph daemon |
ceph_dmclock_admin_limit | Object Gateway / Scheduling — Rejected and Cancelled Requests | admin_limited | requests/s | Ceph ceph daemon |
ceph_dmclock_admin_cancel | Object Gateway / Scheduling — Rejected and Cancelled Requests | admin_cancelled | requests/s | Ceph ceph daemon |
ceph_dmclock_auth_limit | Object Gateway / Scheduling — Rejected and Cancelled Requests | auth_limited | requests/s | Ceph ceph daemon |
ceph_dmclock_auth_cancel | Object Gateway / Scheduling — Rejected and Cancelled Requests | auth_cancelled | requests/s | Ceph ceph daemon |
ceph_dmclock_data_limit | Object Gateway / Scheduling — Rejected and Cancelled Requests | data_limited | requests/s | Ceph ceph daemon |
ceph_dmclock_data_cancel | Object Gateway / Scheduling — Rejected and Cancelled Requests | data_cancelled | requests/s | Ceph ceph daemon |
ceph_dmclock_metadata_limit | Object Gateway / Scheduling — Rejected and Cancelled Requests | metadata_limited | requests/s | Ceph ceph daemon |
ceph_dmclock_metadata_cancel | Object Gateway / Scheduling — Rejected and Cancelled Requests | metadata_cancelled | requests/s | Ceph ceph daemon |
ceph_dmclock_admin_res_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | admin_reservation | cost/s | Ceph ceph daemon |
ceph_dmclock_admin_prio_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | admin_priority | cost/s | Ceph ceph daemon |
ceph_dmclock_admin_limit_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | admin_limited | cost/s | Ceph ceph daemon |
ceph_dmclock_admin_cancel_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | admin_cancelled | cost/s | Ceph ceph daemon |
ceph_dmclock_auth_res_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | auth_reservation | cost/s | Ceph ceph daemon |
ceph_dmclock_auth_prio_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | auth_priority | cost/s | Ceph ceph daemon |
ceph_dmclock_auth_limit_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | auth_limited | cost/s | Ceph ceph daemon |
ceph_dmclock_auth_cancel_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | auth_cancelled | cost/s | Ceph ceph daemon |
ceph_dmclock_data_res_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | data_reservation | cost/s | Ceph ceph daemon |
ceph_dmclock_data_prio_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | data_priority | cost/s | Ceph ceph daemon |
ceph_dmclock_data_limit_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | data_limited | cost/s | Ceph ceph daemon |
ceph_dmclock_data_cancel_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | data_cancelled | cost/s | Ceph ceph daemon |
ceph_dmclock_metadata_res_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | metadata_reservation | cost/s | Ceph ceph daemon |
ceph_dmclock_metadata_prio_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | metadata_priority | cost/s | Ceph ceph daemon |
ceph_dmclock_metadata_limit_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | metadata_limited | cost/s | Ceph ceph daemon |
ceph_dmclock_metadata_cancel_cost | Object Gateway / Scheduling — Scheduled and Rejected Cost | metadata_cancelled | cost/s | Ceph ceph daemon |
ceph_dmclock_admin_res_latency_count | Object Gateway / Scheduling — Scheduling-Latency Measurements | admin_reservation | requests/s | Ceph ceph daemon |
ceph_dmclock_admin_prio_latency_count | Object Gateway / Scheduling — Scheduling-Latency Measurements | admin_priority | requests/s | Ceph ceph daemon |
ceph_dmclock_auth_res_latency_count | Object Gateway / Scheduling — Scheduling-Latency Measurements | auth_reservation | requests/s | Ceph ceph daemon |
ceph_dmclock_auth_prio_latency_count | Object Gateway / Scheduling — Scheduling-Latency Measurements | auth_priority | requests/s | Ceph ceph daemon |
ceph_dmclock_data_res_latency_count | Object Gateway / Scheduling — Scheduling-Latency Measurements | data_reservation | requests/s | Ceph ceph daemon |
ceph_dmclock_data_prio_latency_count | Object Gateway / Scheduling — Scheduling-Latency Measurements | data_priority | requests/s | Ceph ceph daemon |
ceph_dmclock_metadata_res_latency_count | Object Gateway / Scheduling — Scheduling-Latency Measurements | metadata_reservation | requests/s | Ceph ceph daemon |
ceph_dmclock_metadata_prio_latency_count | Object Gateway / Scheduling — Scheduling-Latency Measurements | metadata_priority | requests/s | Ceph ceph daemon |
ceph_dmclock_admin_res_latency_sum | Object Gateway / Scheduling — Accumulated Scheduling Latency | admin_reservation | seconds/s | Ceph ceph daemon |
ceph_dmclock_admin_prio_latency_sum | Object Gateway / Scheduling — Accumulated Scheduling Latency | admin_priority | seconds/s | Ceph ceph daemon |
ceph_dmclock_auth_res_latency_sum | Object Gateway / Scheduling — Accumulated Scheduling Latency | auth_reservation | seconds/s | Ceph ceph daemon |
ceph_dmclock_auth_prio_latency_sum | Object Gateway / Scheduling — Accumulated Scheduling Latency | auth_priority | seconds/s | Ceph ceph daemon |
ceph_dmclock_data_res_latency_sum | Object Gateway / Scheduling — Accumulated Scheduling Latency | data_reservation | seconds/s | Ceph ceph daemon |
ceph_dmclock_data_prio_latency_sum | Object Gateway / Scheduling — Accumulated Scheduling Latency | data_priority | seconds/s | Ceph ceph daemon |
ceph_dmclock_metadata_res_latency_sum | Object Gateway / Scheduling — Accumulated Scheduling Latency | metadata_reservation | seconds/s | Ceph ceph daemon |
ceph_dmclock_metadata_prio_latency_sum | Object Gateway / Scheduling — Accumulated Scheduling Latency | metadata_priority | seconds/s | Ceph ceph daemon |
ceph_dmclock_scheduler_throttle | Object Gateway / Scheduling — Throttled Requests | throttled | requests/s | Ceph ceph daemon |
ceph_dmclock_scheduler_outstanding | Object Gateway / Scheduling — Outstanding Requests | outstanding | requests | Ceph ceph daemon |
Placement Groups
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_pg_backfill_toofull | Placement Groups / Backfill — Placement Groups | backfill_toofull | PGs | Ceph pool id |
ceph_pg_backfill_unfound | Placement Groups / Backfill — Placement Groups | backfill_unfound | PGs | Ceph pool id |
ceph_pg_backfill_wait | Placement Groups / Backfill — Placement Groups | backfill_wait | PGs | Ceph pool id |
ceph_pg_backfilling | Placement Groups / Backfill — Placement Groups | backfilling | PGs | Ceph pool id |
ceph_pg_forced_backfill | Placement Groups / Backfill — Placement Groups | forced_backfill | PGs | Ceph pool id |
ceph_pg_remapped | Placement Groups / Backfill — Placement Groups | remapped | PGs | Ceph pool id |
ceph_pg_active | Placement Groups / Healthy State — Placement Groups | active | PGs | Ceph pool id |
ceph_pg_clean | Placement Groups / Healthy State — Placement Groups | clean | PGs | Ceph pool id |
ceph_pg_deep | Placement Groups / Healthy State — Placement Groups | deep | PGs | Ceph pool id |
ceph_pg_total | Placement Groups / Healthy State — Placement Groups | pg_total | PGs | Ceph pool id |
ceph_pg_activating | Placement Groups / Peering and Availability — Placement Groups | activating | PGs | Ceph pool id |
ceph_pg_creating | Placement Groups / Peering and Availability — Placement Groups | creating | PGs | Ceph pool id |
ceph_pg_down | Placement Groups / Peering and Availability — Placement Groups | down | PGs | Ceph pool id |
ceph_pg_incomplete | Placement Groups / Peering and Availability — Placement Groups | incomplete | PGs | Ceph pool id |
ceph_pg_laggy | Placement Groups / Peering and Availability — Placement Groups | laggy | PGs | Ceph pool id |
ceph_pg_peered | Placement Groups / Peering and Availability — Placement Groups | peered | PGs | Ceph pool id |
ceph_pg_peering | Placement Groups / Peering and Availability — Placement Groups | peering | PGs | Ceph pool id |
ceph_pg_premerge | Placement Groups / Peering and Availability — Placement Groups | premerge | PGs | Ceph pool id |
ceph_pg_stale | Placement Groups / Peering and Availability — Placement Groups | stale | PGs | Ceph pool id |
ceph_pg_unknown | Placement Groups / Peering and Availability — Placement Groups | unknown | PGs | Ceph pool id |
ceph_pg_wait | Placement Groups / Peering and Availability — Placement Groups | wait | PGs | Ceph pool id |
ceph_osd_flag_nobackfill | Placement Groups / Recovery Flags — State and Metadata | nobackfill | {status} | Ceph cluster endpoint |
ceph_osd_flag_norecover | Placement Groups / Recovery Flags — State and Metadata | norecover | {status} | Ceph cluster endpoint |
ceph_pg_degraded | Placement Groups / Recovery and Degradation — Placement Groups | degraded | PGs | Ceph pool id |
ceph_pg_forced_recovery | Placement Groups / Recovery and Degradation — Placement Groups | forced_recovery | PGs | Ceph pool id |
ceph_pg_recovering | Placement Groups / Recovery and Degradation — Placement Groups | recovering | PGs | Ceph pool id |
ceph_pg_recovery_toofull | Placement Groups / Recovery and Degradation — Placement Groups | recovery_toofull | PGs | Ceph pool id |
ceph_pg_recovery_unfound | Placement Groups / Recovery and Degradation — Placement Groups | recovery_unfound | PGs | Ceph pool id |
ceph_pg_recovery_wait | Placement Groups / Recovery and Degradation — Placement Groups | recovery_wait | PGs | Ceph pool id |
ceph_pg_undersized | Placement Groups / Recovery and Degradation — Placement Groups | undersized | PGs | Ceph pool id |
ceph_pg_failed_repair | Placement Groups / Scrub and Repair State — Placement Groups | failed_repair | PGs | Ceph pool id |
ceph_pg_inconsistent | Placement Groups / Scrub and Repair State — Placement Groups | inconsistent | PGs | Ceph pool id |
ceph_pg_repair | Placement Groups / Scrub and Repair State — Placement Groups | repair | PGs | Ceph pool id |
ceph_pg_scrubbing | Placement Groups / Scrub and Repair State — Placement Groups | scrubbing | PGs | Ceph pool id |
ceph_pg_snaptrim | Placement Groups / Scrub and Repair State — Placement Groups | snaptrim | PGs | Ceph pool id |
ceph_pg_snaptrim_error | Placement Groups / Scrub and Repair State — Placement Groups | snaptrim_error | PGs | Ceph pool id |
ceph_pg_snaptrim_wait | Placement Groups / Scrub and Repair State — Placement Groups | snaptrim_wait | PGs | Ceph pool id |
Pools
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_pool_quota_objects | Pools / Capacity and Quotas — Objects | value | objects | Ceph pool id |
ceph_pool_max_avail | Pools / Capacity and Quotas — Logical Pool Capacity | max_avail | bytes | Ceph pool id |
ceph_pool_quota_bytes | Pools / Capacity and Quotas — Logical Pool Capacity | quota_bytes | bytes | Ceph pool id |
ceph_pool_stored | Pools / Capacity and Quotas — Logical Pool Capacity | stored | bytes | Ceph pool id |
ceph_pool_avail_raw | Pools / Capacity and Quotas — Raw Pool Capacity | avail_raw | bytes | Ceph pool id |
ceph_pool_bytes_used | Pools / Capacity and Quotas — Raw Pool Capacity | bytes_used | bytes | Ceph pool id |
ceph_pool_stored_raw | Pools / Capacity and Quotas — Raw Pool Capacity | stored_raw | bytes | Ceph pool id |
ceph_pool_compress_bytes_used | Pools / Capacity and Quotas — Compression Space | compress_bytes_used | bytes | Ceph pool id |
ceph_pool_compress_under_bytes | Pools / Capacity and Quotas — Compression Space | compress_under_bytes | bytes | Ceph pool id |
ceph_pool_percent_used | Pools / Capacity and Quotas — Utilization | value | percentage | Ceph pool id |
ceph_pool_rd_bytes | Pools / Client IO — Byte Throughput | rd_bytes | bytes/s | Ceph pool id |
ceph_pool_wr_bytes | Pools / Client IO — Byte Throughput | wr_bytes | bytes/s | Ceph pool id |
ceph_pool_rd | Pools / Client IO — Operations | rd | operations/s | Ceph pool id |
ceph_pool_wr | Pools / Client IO — Operations | wr | operations/s | Ceph pool id |
ceph_pool_metadata | Pools / Metadata — State and Metadata | value | {status} | Ceph application and compression mode and description and name and pool id and type |
ceph_pool_dirty | Pools / Objects — Objects | dirty | objects | Ceph pool id |
ceph_pool_objects | Pools / Objects — Objects | objects | objects | Ceph pool id |
ceph_pool_recovering_bytes_per_sec | Pools / Recovery — Current Throughput | value | bytes/s | Ceph pool id |
ceph_pool_recovering_keys_per_sec | Pools / Recovery — Current Throughput | value | keys/s | Ceph pool id |
ceph_pool_recovering_objects_per_sec | Pools / Recovery — Current Throughput | value | objects/s | Ceph pool id |
ceph_pool_num_objects_recovered | Pools / Recovery — Objects | value | objects | Ceph pool id |
ceph_pool_objects_repaired | Pools / Recovery — Object Work | value | objects/s | Ceph pool id |
ceph_pool_num_bytes_recovered | Pools / Recovery — Pool Capacity and Data Volume | value | bytes | Ceph pool id |
RBD Images
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_rbd_read_bytes | RBD Images / IO — Byte Throughput | read_bytes | bytes/s | Ceph image and namespace and pool |
ceph_rbd_write_bytes | RBD Images / IO — Byte Throughput | write_bytes | bytes/s | Ceph image and namespace and pool |
ceph_rbd_read_ops | RBD Images / IO — Operations | read_ops | operations/s | Ceph image and namespace and pool |
ceph_rbd_write_ops | RBD Images / IO — Operations | write_ops | operations/s | Ceph image and namespace and pool |
ceph_rbd_image_metadata | RBD Images / Image Metadata — State and Metadata | value | {status} | Ceph image name and pool id |
ceph_rbd_read_latency_count | RBD Images / Latency — Latency Measurements | read_latency | operations/s | Ceph image and namespace and pool |
ceph_rbd_write_latency_count | RBD Images / Latency — Latency Measurements | write_latency | operations/s | Ceph image and namespace and pool |
ceph_rbd_read_latency_sum | RBD Images / Latency — Accumulated Latency | read_latency | seconds/s | Ceph image and namespace and pool |
ceph_rbd_write_latency_sum | RBD Images / Latency — Accumulated Latency | write_latency | seconds/s | Ceph image and namespace and pool |
ceph_rbd_mirror_metadata | RBD Images / Mirror Metadata — State and Metadata | value | {status} | Ceph ceph daemon and ceph version and hostname and id and instance id |
ceph_rbd_librbd_image_rd | RBD Images / Client Images — I/O Operations | read | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_wr | RBD Images / Client Images — I/O Operations | write | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_rd_bytes | RBD Images / Client Images — I/O Byte Throughput | read | bytes/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_wr_bytes | RBD Images / Client Images — I/O Byte Throughput | write | bytes/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_rd_latency_count | RBD Images / Client Images — I/O Latency Measurements | read | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_wr_latency_count | RBD Images / Client Images — I/O Latency Measurements | write | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_rd_latency_sum | RBD Images / Client Images — Accumulated I/O Latency | read | seconds/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_wr_latency_sum | RBD Images / Client Images — Accumulated I/O Latency | write | seconds/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_opened_time | RBD Images / Client Images — Lifecycle Timestamps | opened | seconds since epoch | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_lock_acquired_time | RBD Images / Client Images — Lifecycle Timestamps | lock_acquired | seconds since epoch | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_discard | RBD Images / Client Images — Data Operations | discard | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_ws | RBD Images / Client Images — Data Operations | write_same | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_cmp | RBD Images / Client Images — Data Operations | compare_and_write | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_discard_bytes | RBD Images / Client Images — Data Operation Byte Throughput | discard | bytes/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_ws_bytes | RBD Images / Client Images — Data Operation Byte Throughput | write_same | bytes/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_cmp_bytes | RBD Images / Client Images — Data Operation Byte Throughput | compare_and_write | bytes/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_discard_latency_count | RBD Images / Client Images — Data Operation Latency Measurements | discard | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_ws_latency_count | RBD Images / Client Images — Data Operation Latency Measurements | write_same | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_cmp_latency_count | RBD Images / Client Images — Data Operation Latency Measurements | compare_and_write | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_discard_latency_sum | RBD Images / Client Images — Accumulated Data Operation Latency | discard | seconds/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_ws_latency_sum | RBD Images / Client Images — Accumulated Data Operation Latency | write_same | seconds/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_cmp_latency_sum | RBD Images / Client Images — Accumulated Data Operation Latency | compare_and_write | seconds/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_flush | RBD Images / Client Images — Flush Operations | flush | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_flush_latency_count | RBD Images / Client Images — Flush Latency Measurements | flush | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_flush_latency_sum | RBD Images / Client Images — Accumulated Flush Latency | flush | seconds/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_snap_create | RBD Images / Client Images — Snapshot Mutations | create | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_snap_remove | RBD Images / Client Images — Snapshot Mutations | remove | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_snap_rollback | RBD Images / Client Images — Snapshot Mutations | rollback | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_snap_rename | RBD Images / Client Images — Snapshot Mutations | rename | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_notify | RBD Images / Client Images — Maintenance Operations | notify | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_resize | RBD Images / Client Images — Maintenance Operations | resize | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_readahead | RBD Images / Client Images — Maintenance Operations | readahead | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_invalidate_cache | RBD Images / Client Images — Maintenance Operations | invalidate_cache | operations/s | Ceph ceph daemon and librbd image key |
ceph_rbd_librbd_image_readahead_bytes | RBD Images / Client Images — Readahead Byte Throughput | readahead | bytes/s | Ceph ceph daemon and librbd image key |
ceph_rbd_mirror_journal_replay_latency_count | RBD Images / Mirror / Journal — Journal Replay Latency Measurements | value | entries/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_journal_image_replay_latency_count | RBD Images / Mirror / Journal — Image Journal Replay Latency Measurements | value | entries/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_journal_replay_latency_sum | RBD Images / Mirror / Journal — Accumulated Latency | value | seconds/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_journal_image_replay_latency_sum | RBD Images / Mirror / Journal — Accumulated Image Journal Replay Latency | value | seconds/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_journal_replay_bytes | RBD Images / Mirror / Journal — Byte Throughput | value | bytes/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_journal_image_replay_bytes | RBD Images / Mirror / Journal — Image Journal Replay Byte Throughput | value | bytes/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_journal_entries | RBD Images / Mirror / Journal — Journal Entries | value | entries/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_journal_image_entries | RBD Images / Mirror / Journal — Journal Entries Queued for Replay | value | entries/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_snapshot_image_sync_time_count | RBD Images / Mirror / Snapshot Replication — Snapshot Sync Latency Measurements — Image Sync Time | image_sync_time | snapshots/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_snapshot_sync_time_count | RBD Images / Mirror / Snapshot Replication — Snapshot Sync Latency Measurements — Sync Time | sync_time | snapshots/s | Ceph ceph daemon |
ceph_rbd_mirror_snapshot_image_sync_time_sum | RBD Images / Mirror / Snapshot Replication — Accumulated Latency — Image Sync Time | image_sync_time | seconds/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_snapshot_sync_time_sum | RBD Images / Mirror / Snapshot Replication — Accumulated Latency — Sync Time | sync_time | seconds/s | Ceph ceph daemon |
ceph_rbd_mirror_snapshot_image_sync_bytes | RBD Images / Mirror / Snapshot Replication — Byte Throughput — Image Sync Bytes | image_sync_bytes | bytes/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_snapshot_sync_bytes | RBD Images / Mirror / Snapshot Replication — Byte Throughput — Sync Bytes | sync_bytes | bytes/s | Ceph ceph daemon |
ceph_rbd_mirror_snapshot_image_last_sync_time | RBD Images / Mirror / Snapshot Replication — Last Snapshot Sync Duration | value | seconds | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_snapshot_image_last_sync_bytes | RBD Images / Mirror / Snapshot Replication — Last Snapshot Sync Size | value | bytes | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_snapshot_image_snapshots | RBD Images / Mirror / Snapshot Replication — Snapshot Work — Image Snapshots | image_snapshots | snapshots/s | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_snapshot_snapshots | RBD Images / Mirror / Snapshot Replication — Snapshot Work — Snapshots | snapshots | snapshots/s | Ceph ceph daemon |
ceph_rbd_mirror_snapshot_image_local_timestamp | RBD Images / Mirror / Snapshot Replication — Timestamps | local_timestamp | seconds since epoch | Ceph ceph daemon and image and namespace and pool |
ceph_rbd_mirror_snapshot_image_remote_timestamp | RBD Images / Mirror / Snapshot Replication — Timestamps | remote_timestamp | seconds since epoch | Ceph ceph daemon and image and namespace and pool |
BlueFS
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_bluefs_db_alloc_lat_count | BlueFS / Allocation — Latency Measurements | db_alloc_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_slow_alloc_lat_count | BlueFS / Allocation — Latency Measurements | slow_alloc_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_wal_alloc_lat_count | BlueFS / Allocation — Latency Measurements | wal_alloc_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_db_alloc_lat_sum | BlueFS / Allocation — Accumulated Latency | db_alloc_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_slow_alloc_lat_sum | BlueFS / Allocation — Accumulated Latency | slow_alloc_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_wal_alloc_lat_sum | BlueFS / Allocation — Accumulated Latency | wal_alloc_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_alloc_unit_db | BlueFS / Allocation — Allocation Sizes and High-Water Marks | db | bytes | Ceph ceph daemon |
ceph_bluefs_alloc_unit_slow | BlueFS / Allocation — Allocation Sizes and High-Water Marks | slow | bytes | Ceph ceph daemon |
ceph_bluefs_alloc_unit_wal | BlueFS / Allocation — Allocation Sizes and High-Water Marks | wal | bytes | Ceph ceph daemon |
ceph_bluefs_alloc_db_max_lat | BlueFS / Allocation — Duration and Time | db_max_lat | seconds | Ceph ceph daemon |
ceph_bluefs_alloc_slow_max_lat | BlueFS / Allocation — Duration and Time | slow_max_lat | seconds | Ceph ceph daemon |
ceph_bluefs_alloc_wal_max_lat | BlueFS / Allocation — Duration and Time | wal_max_lat | seconds | Ceph ceph daemon |
ceph_bluefs_alloc_slow_fallback | BlueFS / Allocation — Failure and Delay Outcomes | fallback | events/s | Ceph ceph daemon |
ceph_bluefs_alloc_slow_size_fallback | BlueFS / Allocation — Failure and Delay Outcomes | size_fallback | events/s | Ceph ceph daemon |
ceph_bluefs_compact_lat_count | BlueFS / Compaction — Latency Measurements | lat | operations/s | Ceph ceph daemon |
ceph_bluefs_compact_lock_lat_count | BlueFS / Compaction — Latency Measurements | lock_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_compact_lat_sum | BlueFS / Compaction — Accumulated Latency | lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_compact_lock_lat_sum | BlueFS / Compaction — Accumulated Latency | lock_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_log_compactions | BlueFS / Compaction — Events | value | events/s | Ceph ceph daemon |
ceph_bluefs_flush_lat_count | BlueFS / IO and Files — Latency Measurements | flush_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_fsync_lat_count | BlueFS / IO and Files — Latency Measurements | fsync_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_read_lat_count | BlueFS / IO and Files — Latency Measurements | read_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_read_random_lat_count | BlueFS / IO and Files — Latency Measurements | read_random_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_truncate_lat_count | BlueFS / IO and Files — Latency Measurements | truncate_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_unlink_lat_count | BlueFS / IO and Files — Latency Measurements | unlink_lat | operations/s | Ceph ceph daemon |
ceph_bluefs_flush_lat_sum | BlueFS / IO and Files — Accumulated Latency | flush_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_fsync_lat_sum | BlueFS / IO and Files — Accumulated Latency | fsync_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_read_lat_sum | BlueFS / IO and Files — Accumulated Latency | read_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_read_random_lat_sum | BlueFS / IO and Files — Accumulated Latency | read_random_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_truncate_lat_sum | BlueFS / IO and Files — Accumulated Latency | truncate_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_unlink_lat_sum | BlueFS / IO and Files — Accumulated Latency | unlink_lat | seconds/s | Ceph ceph daemon |
ceph_bluefs_read_bytes | BlueFS / IO and Files — Byte Throughput | read_bytes | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_disk_bytes | BlueFS / IO and Files — Byte Throughput | read_disk_bytes | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_disk_bytes_db | BlueFS / IO and Files — Byte Throughput | read_disk_bytes_db | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_disk_bytes_slow | BlueFS / IO and Files — Byte Throughput | read_disk_bytes_slow | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_disk_bytes_wal | BlueFS / IO and Files — Byte Throughput | read_disk_bytes_wal | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_prefetch_bytes | BlueFS / IO and Files — Byte Throughput | read_prefetch_bytes | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_random_buffer_bytes | BlueFS / IO and Files — Byte Throughput | read_random_buffer_bytes | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_random_bytes | BlueFS / IO and Files — Byte Throughput | read_random_bytes | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_random_disk_bytes | BlueFS / IO and Files — Byte Throughput | read_random_disk_bytes | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_random_disk_bytes_db | BlueFS / IO and Files — Byte Throughput | read_random_disk_bytes_db | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_random_disk_bytes_slow | BlueFS / IO and Files — Byte Throughput | read_random_disk_bytes_slow | bytes/s | Ceph ceph daemon |
ceph_bluefs_read_random_disk_bytes_wal | BlueFS / IO and Files — Byte Throughput | read_random_disk_bytes_wal | bytes/s | Ceph ceph daemon |
ceph_bluefs_write_bytes | BlueFS / IO and Files — Byte Throughput | write_bytes | bytes/s | Ceph ceph daemon |
ceph_bluefs_log_write_count | BlueFS / IO and Files — Operations | log_write | operations/s | Ceph ceph daemon |
ceph_bluefs_read_count | BlueFS / IO and Files — Operations | read | operations/s | Ceph ceph daemon |
ceph_bluefs_read_disk_count | BlueFS / IO and Files — Operations | read_disk | operations/s | Ceph ceph daemon |
ceph_bluefs_read_prefetch_count | BlueFS / IO and Files — Operations | read_prefetch | operations/s | Ceph ceph daemon |
ceph_bluefs_read_random_buffer_count | BlueFS / IO and Files — Operations | read_random_buffer | operations/s | Ceph ceph daemon |
ceph_bluefs_read_random_count | BlueFS / IO and Files — Operations | read_random | operations/s | Ceph ceph daemon |
ceph_bluefs_read_random_disk_count | BlueFS / IO and Files — Operations | read_random_disk | operations/s | Ceph ceph daemon |
ceph_bluefs_write_count | BlueFS / IO and Files — Operations | write | operations/s | Ceph ceph daemon |
ceph_bluefs_write_count_sst | BlueFS / IO and Files — Operations | write_count_sst | operations/s | Ceph ceph daemon |
ceph_bluefs_write_count_wal | BlueFS / IO and Files — Operations | write_count_wal | operations/s | Ceph ceph daemon |
ceph_bluefs_write_disk_count | BlueFS / IO and Files — Operations | write_disk | operations/s | Ceph ceph daemon |
ceph_bluefs_read_zeros_candidate | BlueFS / IO and Files — Zero-Read Outcomes | candidate | reads/s | Ceph ceph daemon |
ceph_bluefs_read_zeros_errors | BlueFS / IO and Files — Zero-Read Outcomes | errors | reads/s | Ceph ceph daemon |
ceph_bluefs_max_bytes_db | BlueFS / Space and Files — Allocation Sizes and High-Water Marks | db | bytes | Ceph ceph daemon |
ceph_bluefs_max_bytes_slow | BlueFS / Space and Files — Allocation Sizes and High-Water Marks | slow | bytes | Ceph ceph daemon |
ceph_bluefs_max_bytes_wal | BlueFS / Space and Files — Allocation Sizes and High-Water Marks | wal | bytes | Ceph ceph daemon |
ceph_bluefs_bytes_written_slow | BlueFS / Space and Files — Byte Throughput | bytes_written_slow | bytes/s | Ceph ceph daemon |
ceph_bluefs_bytes_written_sst | BlueFS / Space and Files — Byte Throughput | bytes_written_sst | bytes/s | Ceph ceph daemon |
ceph_bluefs_bytes_written_wal | BlueFS / Space and Files — Byte Throughput | bytes_written_wal | bytes/s | Ceph ceph daemon |
ceph_bluefs_logged_bytes | BlueFS / Space and Files — Byte Throughput | logged_bytes | bytes/s | Ceph ceph daemon |
ceph_bluefs_num_files | BlueFS / Space and Files — Files | value | files | Ceph ceph daemon |
ceph_bluefs_files_written_sst | BlueFS / Space and Files — File Work | sst | files/s | Ceph ceph daemon |
ceph_bluefs_files_written_wal | BlueFS / Space and Files — File Work | wal | files/s | Ceph ceph daemon |
ceph_bluefs_db_total_bytes | BlueFS / Space and Files — Space and Memory | db_total_bytes | bytes | Ceph ceph daemon |
ceph_bluefs_db_used_bytes | BlueFS / Space and Files — Space and Memory | db_used_bytes | bytes | Ceph ceph daemon |
ceph_bluefs_log_bytes | BlueFS / Space and Files — Space and Memory | log_bytes | bytes | Ceph ceph daemon |
ceph_bluefs_slow_total_bytes | BlueFS / Space and Files — Space and Memory | slow_total_bytes | bytes | Ceph ceph daemon |
ceph_bluefs_slow_used_bytes | BlueFS / Space and Files — Space and Memory | slow_used_bytes | bytes | Ceph ceph daemon |
ceph_bluefs_wal_total_bytes | BlueFS / Space and Files — Space and Memory | wal_total_bytes | bytes | Ceph ceph daemon |
ceph_bluefs_wal_used_bytes | BlueFS / Space and Files — Space and Memory | wal_used_bytes | bytes | Ceph ceph daemon |
BlueStore
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_bluestore_allocator_lat_count | BlueStore / Allocation — Latency Measurements | value | operations/s | Ceph ceph daemon |
ceph_bluestore_allocator_lat_sum | BlueStore / Allocation — Accumulated Latency | value | seconds/s | Ceph ceph daemon |
ceph_bluestore_alloc_unit | BlueStore / Allocation — Allocation Unit | alloc_unit | bytes | Ceph ceph daemon |
ceph_bluestore_allocated | BlueStore / Allocation — Allocated Space | allocated | bytes | Ceph ceph daemon |
ceph_bluestore_compress_lat_count | BlueStore / Compression and Checksums — Latency Measurements | compress_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_csum_lat_count | BlueStore / Compression and Checksums — Latency Measurements | csum_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_decompress_lat_count | BlueStore / Compression and Checksums — Latency Measurements | decompress_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_compress_lat_sum | BlueStore / Compression and Checksums — Accumulated Latency | compress_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_csum_lat_sum | BlueStore / Compression and Checksums — Accumulated Latency | csum_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_decompress_lat_sum | BlueStore / Compression and Checksums — Accumulated Latency | decompress_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_compress_rejected_count | BlueStore / Compression and Checksums — Compression Operations | compress_rejected | operations/s | Ceph ceph daemon |
ceph_bluestore_compress_success_count | BlueStore / Compression and Checksums — Compression Operations | compress_success | operations/s | Ceph ceph daemon |
ceph_bluestore_extent_compress | BlueStore / Compression and Checksums — Compressed Extents | extent_compress | extents/s | Ceph ceph daemon |
ceph_bluestore_compressed | BlueStore / Compression and Checksums — Space and Memory | compressed | bytes | Ceph ceph daemon |
ceph_bluestore_compressed_allocated | BlueStore / Compression and Checksums — Space and Memory | allocated | bytes | Ceph ceph daemon |
ceph_bluestore_compressed_original | BlueStore / Compression and Checksums — Space and Memory | original | bytes | Ceph ceph daemon |
ceph_bluestore_read_lat_count | BlueStore / IO — Latency Measurements | read_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_read_onode_meta_lat_count | BlueStore / IO — Latency Measurements | read_onode_meta_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_read_wait_aio_lat_count | BlueStore / IO — Latency Measurements | read_wait_aio_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_remove_lat_count | BlueStore / IO — Latency Measurements | remove_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_truncate_lat_count | BlueStore / IO — Latency Measurements | truncate_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_write_lat_count | BlueStore / IO — Latency Measurements | write_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_read_lat_sum | BlueStore / IO — Accumulated Latency | read_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_read_onode_meta_lat_sum | BlueStore / IO — Accumulated Latency | read_onode_meta_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_read_wait_aio_lat_sum | BlueStore / IO — Accumulated Latency | read_wait_aio_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_remove_lat_sum | BlueStore / IO — Accumulated Latency | remove_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_truncate_lat_sum | BlueStore / IO — Accumulated Latency | truncate_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_write_lat_sum | BlueStore / IO — Accumulated Latency | write_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_issued_deferred_write_bytes | BlueStore / IO — Byte Throughput | issued_deferred_write_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_submitted_deferred_write_bytes | BlueStore / IO — Byte Throughput | submitted_deferred_write_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_write_big_bytes | BlueStore / IO — Byte Throughput | write_big_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_write_big_skipped_bytes | BlueStore / IO — Byte Throughput | write_big_skipped_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_write_pad_bytes | BlueStore / IO — Byte Throughput | write_pad_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_write_small_bytes | BlueStore / IO — Byte Throughput | write_small_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_write_small_skipped_bytes | BlueStore / IO — Byte Throughput | write_small_skipped_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_read_eio | BlueStore / IO — Read Outcomes | read_eio | reads/s | Ceph ceph daemon |
ceph_bluestore_reads_with_retries | BlueStore / IO — Read Outcomes | reads_with_retries | reads/s | Ceph ceph daemon |
ceph_bluestore_slow_read_onode_meta_count | BlueStore / IO — Slow Reads | slow_read_onode_meta | reads/s | Ceph ceph daemon |
ceph_bluestore_slow_read_wait_aio_count | BlueStore / IO — Slow Reads | slow_read_wait_aio | reads/s | Ceph ceph daemon |
ceph_bluestore_slow_aio_wait_count | BlueStore / IO — Slow AIO Waits | slow_aio_wait | waits/s | Ceph ceph daemon |
ceph_bluestore_write_big_skipped_blobs | BlueStore / IO — Skipped Blobs | write_big_skipped_blobs | blobs/s | Ceph ceph daemon |
ceph_bluestore_write_small_skipped | BlueStore / IO — Skipped Writes | write_small_skipped | writes/s | Ceph ceph daemon |
ceph_bluestore_issued_deferred_writes | BlueStore / IO — Write Operations | issued_deferred_writes | writes/s | Ceph ceph daemon |
ceph_bluestore_submitted_deferred_writes | BlueStore / IO — Write Operations | submitted_deferred_writes | writes/s | Ceph ceph daemon |
ceph_bluestore_write_big | BlueStore / IO — Write Operations | write_big | writes/s | Ceph ceph daemon |
ceph_bluestore_write_big_deferred | BlueStore / IO — Write Operations | write_big_deferred | writes/s | Ceph ceph daemon |
ceph_bluestore_write_new | BlueStore / IO — Write Operations | write_new | writes/s | Ceph ceph daemon |
ceph_bluestore_write_small | BlueStore / IO — Write Operations | write_small | writes/s | Ceph ceph daemon |
ceph_bluestore_write_small_pre_read | BlueStore / IO — Write Operations | write_small_pre_read | writes/s | Ceph ceph daemon |
ceph_bluestore_write_small_unused | BlueStore / IO — Write Operations | write_small_unused | writes/s | Ceph ceph daemon |
ceph_bluestore_write_big_blobs | BlueStore / IO — Written Blobs | write_big_blobs | blobs/s | Ceph ceph daemon |
ceph_bluestore_write_penalty_read_ops | BlueStore / IO — Penalty Reads | write_penalty_read_ops | reads/s | Ceph ceph daemon |
ceph_bluestore_omap_clear_lat_count | BlueStore / OMAP — Latency Measurements | clear_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_omap_get_keys_lat_count | BlueStore / OMAP — Latency Measurements | get_keys_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_omap_get_values_lat_count | BlueStore / OMAP — Latency Measurements | get_values_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_omap_lower_bound_lat_count | BlueStore / OMAP — Latency Measurements | lower_bound_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_omap_next_lat_count | BlueStore / OMAP — Latency Measurements | next_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_omap_seek_to_first_lat_count | BlueStore / OMAP — Latency Measurements | seek_to_first_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_omap_upper_bound_lat_count | BlueStore / OMAP — Latency Measurements | upper_bound_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_omap_clear_lat_sum | BlueStore / OMAP — Accumulated Latency | clear_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_omap_get_keys_lat_sum | BlueStore / OMAP — Accumulated Latency | get_keys_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_omap_get_values_lat_sum | BlueStore / OMAP — Accumulated Latency | get_values_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_omap_lower_bound_lat_sum | BlueStore / OMAP — Accumulated Latency | lower_bound_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_omap_next_lat_sum | BlueStore / OMAP — Accumulated Latency | next_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_omap_seek_to_first_lat_sum | BlueStore / OMAP — Accumulated Latency | seek_to_first_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_omap_upper_bound_lat_sum | BlueStore / OMAP — Accumulated Latency | upper_bound_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_omap_setheader_bytes | BlueStore / OMAP — Byte Throughput | setheader_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_omap_setkeys_bytes | BlueStore / OMAP — Byte Throughput | setkeys_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_omap_iterator_count | BlueStore / OMAP — Open Iterators | iterator | iterators | Ceph ceph daemon |
ceph_bluestore_omap_setheader_count | BlueStore / OMAP — Mutation Calls | setheader | calls/s | Ceph ceph daemon |
ceph_bluestore_omap_setkeys_count | BlueStore / OMAP — Mutation Calls | setkeys | calls/s | Ceph ceph daemon |
ceph_bluestore_omap_rmkey_range_count | BlueStore / OMAP — Removed Key Ranges | rmkey_range | ranges/s | Ceph ceph daemon |
ceph_bluestore_omap_rmkeys_count | BlueStore / OMAP — Key Mutations | rmkeys | keys/s | Ceph ceph daemon |
ceph_bluestore_omap_setkeys_records | BlueStore / OMAP — Key Mutations | setkeys_records | keys/s | Ceph ceph daemon |
ceph_bluestore_onode_blobs | BlueStore / Onode Cache — Onode Blobs | onode_blobs | blobs | Ceph ceph daemon |
ceph_bluestore_onode_spanning_blobs | BlueStore / Onode Cache — Onode Blobs | onode_spanning_blobs | blobs | Ceph ceph daemon |
ceph_bluestore_onode_extents | BlueStore / Onode Cache — Onode Extents | onode_extents | extents | Ceph ceph daemon |
ceph_bluestore_onodes | BlueStore / Onode Cache — Onodes | onodes | onodes | Ceph ceph daemon |
ceph_bluestore_onodes_pinned | BlueStore / Onode Cache — Onodes | onodes_pinned | onodes | Ceph ceph daemon |
ceph_bluestore_onode_reshard | BlueStore / Onode Cache — Events | value | events/s | Ceph ceph daemon |
ceph_bluestore_onode_hits | BlueStore / Onode Cache — Onode Lookup Outcomes | hits | lookups/s | Ceph ceph daemon |
ceph_bluestore_onode_misses | BlueStore / Onode Cache — Onode Lookup Outcomes | misses | lookups/s | Ceph ceph daemon |
ceph_bluestore_onode_shard_hits | BlueStore / Onode Cache — Onode Shard Lookup Outcomes | shard_hits | lookups/s | Ceph ceph daemon |
ceph_bluestore_onode_shard_misses | BlueStore / Onode Cache — Onode Shard Lookup Outcomes | shard_misses | lookups/s | Ceph ceph daemon |
ceph_bluestore_pricache:data_committed_bytes | BlueStore / Priority Cache Data — Space and Memory | committed_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri0_bytes | BlueStore / Priority Cache Data — Space and Memory | pri0_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri10_bytes | BlueStore / Priority Cache Data — Space and Memory | pri10_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri11_bytes | BlueStore / Priority Cache Data — Space and Memory | pri11_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri1_bytes | BlueStore / Priority Cache Data — Space and Memory | pri1_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri2_bytes | BlueStore / Priority Cache Data — Space and Memory | pri2_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri3_bytes | BlueStore / Priority Cache Data — Space and Memory | pri3_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri4_bytes | BlueStore / Priority Cache Data — Space and Memory | pri4_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri5_bytes | BlueStore / Priority Cache Data — Space and Memory | pri5_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri6_bytes | BlueStore / Priority Cache Data — Space and Memory | pri6_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri7_bytes | BlueStore / Priority Cache Data — Space and Memory | pri7_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri8_bytes | BlueStore / Priority Cache Data — Space and Memory | pri8_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_pri9_bytes | BlueStore / Priority Cache Data — Space and Memory | pri9_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:data_reserved_bytes | BlueStore / Priority Cache Data — Space and Memory | reserved_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_committed_bytes | BlueStore / Priority Cache KV — Space and Memory | committed_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri0_bytes | BlueStore / Priority Cache KV — Space and Memory | pri0_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri10_bytes | BlueStore / Priority Cache KV — Space and Memory | pri10_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri11_bytes | BlueStore / Priority Cache KV — Space and Memory | pri11_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri1_bytes | BlueStore / Priority Cache KV — Space and Memory | pri1_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri2_bytes | BlueStore / Priority Cache KV — Space and Memory | pri2_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri3_bytes | BlueStore / Priority Cache KV — Space and Memory | pri3_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri4_bytes | BlueStore / Priority Cache KV — Space and Memory | pri4_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri5_bytes | BlueStore / Priority Cache KV — Space and Memory | pri5_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri6_bytes | BlueStore / Priority Cache KV — Space and Memory | pri6_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri7_bytes | BlueStore / Priority Cache KV — Space and Memory | pri7_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri8_bytes | BlueStore / Priority Cache KV — Space and Memory | pri8_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_pri9_bytes | BlueStore / Priority Cache KV — Space and Memory | pri9_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_reserved_bytes | BlueStore / Priority Cache KV — Space and Memory | reserved_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_committed_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | committed_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri0_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri0_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri10_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri10_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri11_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri11_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri1_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri1_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri2_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri2_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri3_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri3_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri4_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri4_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri5_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri5_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri6_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri6_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri7_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri7_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri8_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri8_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_pri9_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | pri9_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:kv_onode_reserved_bytes | BlueStore / Priority Cache KV Onode — Space and Memory | reserved_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_committed_bytes | BlueStore / Priority Cache Metadata — Space and Memory | committed_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri0_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri0_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri10_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri10_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri11_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri11_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri1_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri1_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri2_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri2_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri3_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri3_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri4_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri4_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri5_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri5_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri6_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri6_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri7_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri7_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri8_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri8_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_pri9_bytes | BlueStore / Priority Cache Metadata — Space and Memory | pri9_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache:meta_reserved_bytes | BlueStore / Priority Cache Metadata — Space and Memory | reserved_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache_cache_bytes | BlueStore / Priority Cache Runtime — Space and Memory | cache_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache_heap_bytes | BlueStore / Priority Cache Runtime — Space and Memory | heap_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache_mapped_bytes | BlueStore / Priority Cache Runtime — Space and Memory | mapped_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache_target_bytes | BlueStore / Priority Cache Runtime — Space and Memory | target_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_pricache_unmapped_bytes | BlueStore / Priority Cache Runtime — Space and Memory | unmapped_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_clist_lat_count | BlueStore / Space and Core State — Latency Measurements | clist_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_kv_commit_lat_count | BlueStore / Space and Core State — Latency Measurements | kv_commit_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_kv_final_lat_count | BlueStore / Space and Core State — Latency Measurements | kv_final_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_kv_flush_lat_count | BlueStore / Space and Core State — Latency Measurements | kv_flush_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_kv_sync_lat_count | BlueStore / Space and Core State — Latency Measurements | kv_sync_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_clist_lat_sum | BlueStore / Space and Core State — Accumulated Latency | clist_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_kv_commit_lat_sum | BlueStore / Space and Core State — Accumulated Latency | kv_commit_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_kv_final_lat_sum | BlueStore / Space and Core State — Accumulated Latency | kv_final_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_kv_flush_lat_sum | BlueStore / Space and Core State — Accumulated Latency | kv_flush_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_kv_sync_lat_sum | BlueStore / Space and Core State — Accumulated Latency | kv_sync_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_buffer_hit_bytes | BlueStore / Space and Core State — Byte Throughput | hit_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_buffer_miss_bytes | BlueStore / Space and Core State — Byte Throughput | miss_bytes | bytes/s | Ceph ceph daemon |
ceph_bluestore_buffers | BlueStore / Space and Core State — Current Work | value | items | Ceph ceph daemon |
ceph_bluestore_blob_split | BlueStore / Space and Core State — Blob Splits | blob_split | blobs/s | Ceph ceph daemon |
ceph_bluestore_gc_merged | BlueStore / Space and Core State — Garbage-Collection Merge Throughput | gc_merged | bytes/s | Ceph ceph daemon |
ceph_bluestore_slow_committed_kv_count | BlueStore / Space and Core State — Failure and Delay Outcomes | value | events/s | Ceph ceph daemon |
ceph_bluestore_fragmentation_micros | BlueStore / Space and Core State — Fragmentation | value | per mille | Ceph ceph daemon |
ceph_bluestore_buffer_bytes | BlueStore / Space and Core State — Buffer Cache Residency | buffer_bytes | bytes | Ceph ceph daemon |
ceph_bluestore_stored | BlueStore / Space and Core State — Logical Stored Data | stored | bytes | Ceph ceph daemon |
ceph_bluestore_state_aio_wait_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_aio_wait_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_deferred_aio_wait_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_deferred_aio_wait_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_deferred_cleanup_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_deferred_cleanup_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_deferred_queued_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_deferred_queued_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_done_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_done_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_finishing_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_finishing_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_io_done_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_io_done_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_kv_commiting_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_kv_commiting_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_kv_done_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_kv_done_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_kv_queued_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_kv_queued_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_prepare_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | state_prepare_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_txc_commit_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | txc_commit_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_txc_submit_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | txc_submit_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_txc_throttle_lat_count | BlueStore / Transaction Pipeline — Latency Measurements | txc_throttle_lat | operations/s | Ceph ceph daemon |
ceph_bluestore_state_aio_wait_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_aio_wait_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_deferred_aio_wait_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_deferred_aio_wait_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_deferred_cleanup_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_deferred_cleanup_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_deferred_queued_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_deferred_queued_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_done_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_done_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_finishing_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_finishing_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_io_done_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_io_done_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_kv_commiting_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_kv_commiting_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_kv_done_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_kv_done_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_kv_queued_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_kv_queued_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_state_prepare_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | state_prepare_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_txc_commit_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | txc_commit_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_txc_submit_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | txc_submit_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_txc_throttle_lat_sum | BlueStore / Transaction Pipeline — Accumulated Latency | txc_throttle_lat | seconds/s | Ceph ceph daemon |
ceph_bluestore_txc_count | BlueStore / Transaction Pipeline — Operations | value | operations/s | Ceph ceph daemon |
Exporter and Process
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_exporter_scrape_time | Exporter and Process / Collection — Collection Duration | duration | seconds | Ceph function and host |
ceph_daemon_socket_up | Exporter and Process / Daemon Availability — Daemon Socket State | reachable | {status} | Ceph ceph daemon and hostname |
ceph_exporter_minflt_total | Exporter and Process / Daemon Processes — Page Faults | minor | faults/s | Ceph ceph daemon |
ceph_exporter_majflt_total | Exporter and Process / Daemon Processes — Page Faults | major | faults/s | Ceph ceph daemon |
ceph_exporter_num_threads | Exporter and Process / Daemon Processes — Threads | threads | threads | Ceph ceph daemon |
ceph_exporter_cpu_usage | Exporter and Process / Daemon Processes — CPU Utilization | utilization | percentage | Ceph ceph daemon |
ceph_exporter_cpu_total | Exporter and Process / Daemon Processes — CPU Time | values of label mode | seconds/s | Ceph ceph daemon |
ceph_exporter_vm_size | Exporter and Process / Daemon Processes — Memory | virtual | bytes | Ceph ceph daemon |
ceph_exporter_resident_size | Exporter and Process / Daemon Processes — Memory | resident | bytes | Ceph ceph daemon |
Managers
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_mgr_cache_hit | Managers / Daemons — Lookup Outcomes | hit | lookups/s | Ceph ceph daemon |
ceph_mgr_cache_miss | Managers / Daemons — Lookup Outcomes | miss | lookups/s | Ceph ceph daemon |
Messenger
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_AsyncMessenger_RDMADispatcher_handshake_errors | Messenger — RDMA Errors | rdmadispatcher_handshake_errors | errors/s | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_rx_total_wc_errors | Messenger — RDMA Errors | rdmadispatcher_rx_total_wc_errors | errors/s | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_tx_retry_errors | Messenger — RDMA Errors | rdmadispatcher_tx_retry_errors | errors/s | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_tx_total_wc_errors | Messenger — RDMA Errors | rdmadispatcher_tx_total_wc_errors | errors/s | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_tx_wr_flush_errors | Messenger — RDMA Errors | rdmadispatcher_tx_wr_flush_errors | errors/s | Ceph ceph daemon |
ceph_AsyncMessenger_Worker_msgr_connection_idle_timeouts | Messenger — Connection Timeouts | worker_msgr_connection_idle_timeouts | connections/s | Ceph labeled worker ID with exactly one daemon-owner identity |
ceph_AsyncMessenger_Worker_msgr_connection_ready_timeouts | Messenger — Connection Timeouts | worker_msgr_connection_ready_timeouts | connections/s | Ceph labeled worker ID with exactly one daemon-owner identity |
ceph_AsyncMessenger_RDMADispatcher_active_queue_pair | Messenger — Active Queue Pairs | active_queue_pair | queue pairs | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_created_queue_pair | Messenger — Created Queue Pairs | created_queue_pair | queue pairs/s | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_inflight_tx_chunks | Messenger — In-Flight Transmit Chunks | inflight_tx_chunks | chunks | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_polling | Messenger — Polling State | polling | {status} | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_rx_bufs_in_use | Messenger — Receive Buffers | rx_bufs_in_use | buffers | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_rx_bufs_total | Messenger — Receive Buffers | rx_bufs | buffers | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_async_last_wqe_events | Messenger — Asynchronous Events | async_last_wqe_events | events/s | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_total_async_events | Messenger — Asynchronous Events | total_async_events | events/s | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_rx_total_wc | Messenger — Work Completions | rx_total_wc | completions/s | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_tx_total_wc | Messenger — Work Completions | tx_total_wc | completions/s | Ceph ceph daemon |
ceph_AsyncMessenger_RDMADispatcher_rx_fin | Messenger — Received FIN Messages | rx_fin | messages/s | Ceph ceph daemon |
Monitors
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_mon_election_call | Monitors / Daemons — Elections | election_call | elections/s | Ceph ceph daemon |
ceph_mon_election_lose | Monitors / Daemons — Elections | election_lose | elections/s | Ceph ceph daemon |
ceph_mon_election_win | Monitors / Daemons — Elections | election_win | elections/s | Ceph ceph daemon |
ceph_mon_num_elections | Monitors / Daemons — Elections | num_elections | elections/s | Ceph ceph daemon |
ceph_mon_num_sessions | Monitors / Daemons — Sessions | value | sessions | Ceph ceph daemon |
ceph_mon_session_add | Monitors / Daemons — Session Churn | add | sessions/s | Ceph ceph daemon |
ceph_mon_session_rm | Monitors / Daemons — Session Churn | rm | sessions/s | Ceph ceph daemon |
ceph_mon_session_trim | Monitors / Daemons — Session Churn | trim | sessions/s | Ceph ceph daemon |
Runtime and Clients
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_objecter_op_latency_count | Runtime and Clients / Objecter — Latency Measurements | value | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_op_latency_sum | Runtime and Clients / Objecter — Accumulated Latency | value | seconds/s | Ceph ceph daemon and instance id |
ceph_objecter_oplen_avg_count | Runtime and Clients / Objecter — Submitted Top-Level Operations | value | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_oplen_avg_sum | Runtime and Clients / Objecter — Operation-Vector Entries | value | entries/s | Ceph ceph daemon and instance id |
ceph_objecter_op_send_bytes | Runtime and Clients / Objecter — Byte Throughput | value | bytes/s | Ceph ceph daemon and instance id |
ceph_objecter_command_active | Runtime and Clients / Objecter — Active Commands | command_active | commands | Ceph ceph daemon and instance id |
ceph_objecter_linger_active | Runtime and Clients / Objecter — Active Lingering Operations | linger_active | operations | Ceph ceph daemon and instance id |
ceph_objecter_map_epoch | Runtime and Clients / Objecter — OSD-Map Epoch | map_epoch | epoch | Ceph ceph daemon and instance id |
ceph_objecter_op_active | Runtime and Clients / Objecter — Objecter Operations | op_active | operations | Ceph ceph daemon and instance id |
ceph_objecter_op_inflight | Runtime and Clients / Objecter — Objecter Operations | op_inflight | operations | Ceph ceph daemon and instance id |
ceph_objecter_op_laggy | Runtime and Clients / Objecter — Objecter Operations | op_laggy | operations | Ceph ceph daemon and instance id |
ceph_objecter_poolop_active | Runtime and Clients / Objecter — Active Pool Operations | poolop_active | operations | Ceph ceph daemon and instance id |
ceph_objecter_poolstat_active | Runtime and Clients / Objecter — Active Pool-Stat Requests | poolstat_active | requests | Ceph ceph daemon and instance id |
ceph_objecter_statfs_active | Runtime and Clients / Objecter — Active StatFS Requests | statfs_active | requests | Ceph ceph daemon and instance id |
ceph_objecter_command_resend | Runtime and Clients / Objecter — Commands | command_resend | commands/s | Ceph ceph daemon and instance id |
ceph_objecter_command_send | Runtime and Clients / Objecter — Commands | command_send | commands/s | Ceph ceph daemon and instance id |
ceph_objecter_linger_ping | Runtime and Clients / Objecter — Lingering Operations | linger_ping | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_linger_resend | Runtime and Clients / Objecter — Lingering Operations | linger_resend | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_linger_send | Runtime and Clients / Objecter — Lingering Operations | linger_send | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_map_full | Runtime and Clients / Objecter — OSD Maps | map_full | maps/s | Ceph ceph daemon and instance id |
ceph_objecter_map_inc | Runtime and Clients / Objecter — OSD Maps | map_inc | maps/s | Ceph ceph daemon and instance id |
ceph_objecter_omap_del | Runtime and Clients / Objecter — Object Operations | omap_del | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_omap_rd | Runtime and Clients / Objecter — Object Operations | omap_rd | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_omap_wr | Runtime and Clients / Objecter — Object Operations | omap_wr | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_op | Runtime and Clients / Objecter — Object Operations | op | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_op_pg | Runtime and Clients / Objecter — Object Operations | op_pg | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_op_r | Runtime and Clients / Objecter — Object Operations | op_r | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_op_reply | Runtime and Clients / Objecter — Object Operations | op_reply | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_op_resend | Runtime and Clients / Objecter — Object Operations | op_resend | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_op_rmw | Runtime and Clients / Objecter — Object Operations | op_rmw | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_op_send | Runtime and Clients / Objecter — Object Operations | op_send | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_op_w | Runtime and Clients / Objecter — Object Operations | op_w | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_append | Runtime and Clients / Objecter — Object Operations | osdop_append | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_call | Runtime and Clients / Objecter — Object Operations | osdop_call | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_clonerange | Runtime and Clients / Objecter — Object Operations | osdop_clonerange | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_cmpxattr | Runtime and Clients / Objecter — Object Operations | osdop_cmpxattr | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_create | Runtime and Clients / Objecter — Object Operations | osdop_create | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_delete | Runtime and Clients / Objecter — Object Operations | osdop_delete | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_getxattr | Runtime and Clients / Objecter — Object Operations | osdop_getxattr | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_mapext | Runtime and Clients / Objecter — Object Operations | osdop_mapext | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_notify | Runtime and Clients / Objecter — Object Operations | osdop_notify | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_other | Runtime and Clients / Objecter — Object Operations | osdop_other | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_pgls | Runtime and Clients / Objecter — Object Operations | osdop_pgls | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_pgls_filter | Runtime and Clients / Objecter — Object Operations | osdop_pgls_filter | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_read | Runtime and Clients / Objecter — Object Operations | osdop_read | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_resetxattrs | Runtime and Clients / Objecter — Object Operations | osdop_resetxattrs | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_rmxattr | Runtime and Clients / Objecter — Object Operations | osdop_rmxattr | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_setxattr | Runtime and Clients / Objecter — Object Operations | osdop_setxattr | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_sparse_read | Runtime and Clients / Objecter — Object Operations | osdop_sparse_read | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_src_cmpxattr | Runtime and Clients / Objecter — Object Operations | osdop_src_cmpxattr | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_stat | Runtime and Clients / Objecter — Object Operations | osdop_stat | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_truncate | Runtime and Clients / Objecter — Object Operations | osdop_truncate | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_watch | Runtime and Clients / Objecter — Object Operations | osdop_watch | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_write | Runtime and Clients / Objecter — Object Operations | osdop_write | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_writefull | Runtime and Clients / Objecter — Object Operations | osdop_writefull | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_writesame | Runtime and Clients / Objecter — Object Operations | osdop_writesame | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_osdop_zero | Runtime and Clients / Objecter — Object Operations | osdop_zero | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_replica_read_sent | Runtime and Clients / Objecter — Replica Reads | replica_read_sent | reads/s | Ceph ceph daemon and instance id |
ceph_objecter_replica_read_bounced | Runtime and Clients / Objecter — Replica Reads | replica_read_bounced | reads/s | Ceph ceph daemon and instance id |
ceph_objecter_replica_read_completed | Runtime and Clients / Objecter — Replica Reads | replica_read_completed | reads/s | Ceph ceph daemon and instance id |
ceph_objecter_osd_session_close | Runtime and Clients / Objecter — OSD Sessions | osd_session_close | sessions/s | Ceph ceph daemon and instance id |
ceph_objecter_osd_session_open | Runtime and Clients / Objecter — OSD Sessions | osd_session_open | sessions/s | Ceph ceph daemon and instance id |
ceph_objecter_poolop_resend | Runtime and Clients / Objecter — Pool Operations | poolop_resend | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_poolop_send | Runtime and Clients / Objecter — Pool Operations | poolop_send | operations/s | Ceph ceph daemon and instance id |
ceph_objecter_poolstat_resend | Runtime and Clients / Objecter — Pool-Stat and StatFS Requests | poolstat_resend | requests/s | Ceph ceph daemon and instance id |
ceph_objecter_poolstat_send | Runtime and Clients / Objecter — Pool-Stat and StatFS Requests | poolstat_send | requests/s | Ceph ceph daemon and instance id |
ceph_objecter_statfs_resend | Runtime and Clients / Objecter — Pool-Stat and StatFS Requests | statfs_resend | requests/s | Ceph ceph daemon and instance id |
ceph_objecter_statfs_send | Runtime and Clients / Objecter — Pool-Stat and StatFS Requests | statfs_send | requests/s | Ceph ceph daemon and instance id |
ceph_objecter_osd_laggy | Runtime and Clients / Objecter — Sessions | laggy | sessions | Ceph ceph daemon and instance id |
ceph_objecter_osd_sessions | Runtime and Clients / Objecter — Sessions | sessions | sessions | Ceph ceph daemon and instance id |
ceph_rbd_librbd_pwl_rd | Runtime and Clients / RBD Persistent Write Log — Reads | rd | reads/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_hit_rd | Runtime and Clients / RBD Persistent Write Log — Reads | hit_rd | reads/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_part_hit_rd | Runtime and Clients / RBD Persistent Write Log — Reads | part_hit_rd | reads/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr | Runtime and Clients / RBD Persistent Write Log — Writes | wr | writes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_def | Runtime and Clients / RBD Persistent Write Log — Writes | wr_def | writes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_def_lanes | Runtime and Clients / RBD Persistent Write Log — Writes | wr_def_lanes | writes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_def_log | Runtime and Clients / RBD Persistent Write Log — Writes | wr_def_log | writes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_def_buf | Runtime and Clients / RBD Persistent Write Log — Writes | wr_def_buf | writes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_overlap | Runtime and Clients / RBD Persistent Write Log — Writes | wr_overlap | writes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_q_barrier | Runtime and Clients / RBD Persistent Write Log — Writes | wr_q_barrier | writes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_log_ops | Runtime and Clients / RBD Persistent Write Log — Log Appends | log_ops | appends/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_discard | Runtime and Clients / RBD Persistent Write Log — Cache and Image Operations | discard | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_aio_flush | Runtime and Clients / RBD Persistent Write Log — Cache and Image Operations | aio_flush | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_aio_flush_def | Runtime and Clients / RBD Persistent Write Log — Cache and Image Operations | aio_flush_def | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_ws | Runtime and Clients / RBD Persistent Write Log — Cache and Image Operations | ws | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_cmp | Runtime and Clients / RBD Persistent Write Log — Cache and Image Operations | cmp | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_cmp_fails | Runtime and Clients / RBD Persistent Write Log — Cache and Image Operations | cmp_fails | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_internal_flush | Runtime and Clients / RBD Persistent Write Log — Cache and Image Operations | internal_flush | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_invalidate | Runtime and Clients / RBD Persistent Write Log — Cache and Image Operations | invalidate | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_rd_bytes | Runtime and Clients / RBD Persistent Write Log — Read Throughput | rd_bytes | bytes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_rd_hit_bytes | Runtime and Clients / RBD Persistent Write Log — Read Throughput | rd_hit_bytes | bytes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_bytes | Runtime and Clients / RBD Persistent Write Log — Write Throughput | wr_bytes | bytes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_discard_bytes | Runtime and Clients / RBD Persistent Write Log — Data-Operation Throughput | discard_bytes | bytes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_ws_bytes | Runtime and Clients / RBD Persistent Write Log — Data-Operation Throughput | ws_bytes | bytes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_cmp_bytes | Runtime and Clients / RBD Persistent Write Log — Data-Operation Throughput | cmp_bytes | bytes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_log_op_bytes_sum | Runtime and Clients / RBD Persistent Write Log — Log-Append Throughput | log_op_bytes_sum | bytes/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_rd_latency_count | Runtime and Clients / RBD Persistent Write Log — Read Request Latency Measurements | rd_latency_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_hit_rd_latency_count | Runtime and Clients / RBD Persistent Write Log — Read Request Latency Measurements | hit_rd_latency_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_log_op_bytes_count | Runtime and Clients / RBD Persistent Write Log — Log-Append Size Measurements | log_op_bytes_count | appends/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_arr_to_all_t_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | req_arr_to_all_t_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_arr_to_dis_t_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | req_arr_to_dis_t_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_all_to_dis_t_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | req_all_to_dis_t_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_latency_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | wr_latency_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_caller_wr_latency_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | caller_wr_latency_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_arr_to_all_nw_t_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | req_arr_to_all_nw_t_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_arr_to_dis_nw_t_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | req_arr_to_dis_nw_t_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_all_to_dis_nw_t_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | req_all_to_dis_nw_t_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_latency_nw_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | wr_latency_nw_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_caller_wr_latency_nw_count | Runtime and Clients / RBD Persistent Write Log — Write Request Latency Measurements | caller_wr_latency_nw_count | requests/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_alloc_t_count | Runtime and Clients / RBD Persistent Write Log — Log Operation Latency Measurements | op_alloc_t_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_dis_to_buf_t_count | Runtime and Clients / RBD Persistent Write Log — Log Operation Latency Measurements | op_dis_to_buf_t_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_dis_to_app_t_count | Runtime and Clients / RBD Persistent Write Log — Log Operation Latency Measurements | op_dis_to_app_t_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_dis_to_cmp_t_count | Runtime and Clients / RBD Persistent Write Log — Log Operation Latency Measurements | op_dis_to_cmp_t_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_buf_to_app_t_count | Runtime and Clients / RBD Persistent Write Log — Log Operation Latency Measurements | op_buf_to_app_t_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_buf_to_bufc_t_count | Runtime and Clients / RBD Persistent Write Log — Log Operation Latency Measurements | op_buf_to_bufc_t_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_app_to_cmp_t_count | Runtime and Clients / RBD Persistent Write Log — Log Operation Latency Measurements | op_app_to_cmp_t_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_app_to_appc_t_count | Runtime and Clients / RBD Persistent Write Log — Log Operation Latency Measurements | op_app_to_appc_t_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_discard_lat_count | Runtime and Clients / RBD Persistent Write Log — Data Operation Latency Measurements | discard_lat_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_aio_flush_lat_count | Runtime and Clients / RBD Persistent Write Log — Data Operation Latency Measurements | aio_flush_lat_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_ws_lat_count | Runtime and Clients / RBD Persistent Write Log — Data Operation Latency Measurements | ws_lat_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_cmp_lat_count | Runtime and Clients / RBD Persistent Write Log — Data Operation Latency Measurements | cmp_lat_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_writeback_lat_count | Runtime and Clients / RBD Persistent Write Log — Data Operation Latency Measurements | writeback_lat_count | operations/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_append_tx_lat_count | Runtime and Clients / RBD Persistent Write Log — Transaction Latency Measurements | append_tx_lat_count | transactions/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_retire_tx_lat_count | Runtime and Clients / RBD Persistent Write Log — Transaction Latency Measurements | retire_tx_lat_count | transactions/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_rd_latency_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Read Request Latency | rd_latency_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_hit_rd_latency_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Read Request Latency | hit_rd_latency_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_arr_to_all_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | req_arr_to_all_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_arr_to_dis_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | req_arr_to_dis_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_all_to_dis_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | req_all_to_dis_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_latency_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | wr_latency_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_caller_wr_latency_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | caller_wr_latency_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_arr_to_all_nw_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | req_arr_to_all_nw_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_arr_to_dis_nw_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | req_arr_to_dis_nw_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_req_all_to_dis_nw_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | req_all_to_dis_nw_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_wr_latency_nw_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | wr_latency_nw_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_caller_wr_latency_nw_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Write Request Latency | caller_wr_latency_nw_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_alloc_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latency | op_alloc_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_dis_to_buf_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latency | op_dis_to_buf_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_dis_to_app_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latency | op_dis_to_app_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_dis_to_cmp_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latency | op_dis_to_cmp_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_buf_to_app_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latency | op_buf_to_app_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_buf_to_bufc_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latency | op_buf_to_bufc_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_app_to_cmp_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latency | op_app_to_cmp_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_op_app_to_appc_t_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Log Operation Latency | op_app_to_appc_t_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_discard_lat_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latency | discard_lat_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_aio_flush_lat_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latency | aio_flush_lat_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_ws_lat_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latency | ws_lat_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_cmp_lat_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latency | cmp_lat_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_writeback_lat_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Data Operation Latency | writeback_lat_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_append_tx_lat_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Transaction Latency | append_tx_lat_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_rbd_librbd_pwl_retire_tx_lat_sum | Runtime and Clients / RBD Persistent Write Log — Accumulated Transaction Latency | retire_tx_lat_sum | seconds/s | Ceph ceph daemon and librbd pwl key |
ceph_objectcacher_cache_ops_hit | Runtime and Clients / Object Caches — Cache Outcomes | hit | operations/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_cache_ops_miss | Runtime and Clients / Object Caches — Cache Outcomes | miss | operations/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_cache_bytes_hit | Runtime and Clients / Object Caches — Cache Byte Outcomes | hit | bytes/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_cache_bytes_miss | Runtime and Clients / Object Caches — Cache Byte Outcomes | miss | bytes/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_data_read | Runtime and Clients / Object Caches — Data Throughput | read | bytes/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_data_written | Runtime and Clients / Object Caches — Data Throughput | written | bytes/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_data_flushed | Runtime and Clients / Object Caches — Data Throughput | flushed | bytes/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_data_overwritten_while_flushing | Runtime and Clients / Object Caches — Data Throughput | overwritten_while_flushing | bytes/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_write_ops_blocked | Runtime and Clients / Object Caches — Blocked Writes | operations | operations/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_write_bytes_blocked | Runtime and Clients / Object Caches — Blocked Write Throughput | bytes | bytes/s | Ceph ceph daemon and objectcacher key |
ceph_objectcacher_write_time_blocked | Runtime and Clients / Object Caches — Blocked Write Time | time | seconds/s | Ceph ceph daemon and objectcacher key |
ceph_finisher_queue_len | Runtime and Clients / Finishers — Queued Callbacks | queued | callbacks | Ceph ceph daemon and finisher key |
ceph_finisher_complete_latency_count | Runtime and Clients / Finishers — Drained Completion Batches | completed | batches/s | Ceph ceph daemon and finisher key |
ceph_finisher_complete_latency_sum | Runtime and Clients / Finishers — Accumulated Completion Latency | latency | seconds/s | Ceph ceph daemon and finisher key |
ceph_throttle_val | Runtime and Clients / Throttles — Utilization | val | slots | Ceph ceph daemon and throttle key |
ceph_throttle_max | Runtime and Clients / Throttles — Utilization | max | slots | Ceph ceph daemon and throttle key |
ceph_throttle_get_started | Runtime and Clients / Throttles — Operations | get_started | operations/s | Ceph ceph daemon and throttle key |
ceph_throttle_get | Runtime and Clients / Throttles — Operations | get | operations/s | Ceph ceph daemon and throttle key |
ceph_throttle_get_or_fail_fail | Runtime and Clients / Throttles — Operations | get_or_fail_fail | operations/s | Ceph ceph daemon and throttle key |
ceph_throttle_get_or_fail_success | Runtime and Clients / Throttles — Operations | get_or_fail_success | operations/s | Ceph ceph daemon and throttle key |
ceph_throttle_take | Runtime and Clients / Throttles — Operations | take | operations/s | Ceph ceph daemon and throttle key |
ceph_throttle_put | Runtime and Clients / Throttles — Operations | put | operations/s | Ceph ceph daemon and throttle key |
ceph_throttle_get_sum | Runtime and Clients / Throttles — Slot Throughput | get_sum | slots/s | Ceph throttle key |
ceph_throttle_take_sum | Runtime and Clients / Throttles — Slot Throughput | take_sum | slots/s | Ceph throttle key |
ceph_throttle_put_sum | Runtime and Clients / Throttles — Slot Throughput | put_sum | slots/s | Ceph throttle key |
ceph_throttle_wait_count | Runtime and Clients / Throttles — Waits | waits | waits/s | Ceph ceph daemon and throttle key |
ceph_throttle_wait_sum | Runtime and Clients / Throttles — Accumulated Wait Time | wait | seconds/s | Ceph ceph daemon and throttle key |
ceph_kernel_device_discard_op | Runtime and Clients / Kernel Devices — Discard Operations | discard | operations/s | Ceph ceph daemon and kernel device key |
ceph_kernel_device_discard_threads | Runtime and Clients / Kernel Devices — Discard Threads | threads | threads | Ceph ceph daemon and kernel device key |
ceph_mclock_shard_mclock_immediate_queue_len | Runtime and Clients / mClock Shards — Queue Depth | immediate | operations | Ceph ceph daemon and mclock shard |
ceph_mclock_shard_mclock_client_queue_len | Runtime and Clients / mClock Shards — Queue Depth | client | operations | Ceph ceph daemon and mclock shard |
ceph_mclock_shard_mclock_recovery_queue_len | Runtime and Clients / mClock Shards — Queue Depth | recovery | operations | Ceph ceph daemon and mclock shard |
ceph_mclock_shard_mclock_best_effort_queue_len | Runtime and Clients / mClock Shards — Queue Depth | best_effort | operations | Ceph ceph daemon and mclock shard |
ceph_mclock_shard_mclock_all_type_queue_len | Runtime and Clients / mClock Shards — Queue Depth | all_type | operations | Ceph ceph daemon and mclock shard |
ceph_async_messenger_worker_msgr_recv_messages | Runtime and Clients / Messenger Workers — Messages | recv | messages/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_send_messages | Runtime and Clients / Messenger Workers — Messages | send | messages/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_recv_bytes | Runtime and Clients / Messenger Workers — Byte Throughput | recv | bytes/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_send_bytes | Runtime and Clients / Messenger Workers — Byte Throughput | send | bytes/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_recv_encrypted_bytes | Runtime and Clients / Messenger Workers — Byte Throughput | recv_encrypted | bytes/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_send_encrypted_bytes | Runtime and Clients / Messenger Workers — Byte Throughput | send_encrypted | bytes/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_active_connections | Runtime and Clients / Messenger Workers — Connections | active | connections | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_created_connections | Runtime and Clients / Messenger Workers — Created Connections | created | connections/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_running_total_time | Runtime and Clients / Messenger Workers — Accumulated Worker Time | total | seconds/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_running_send_time | Runtime and Clients / Messenger Workers — Accumulated Worker Time | send | seconds/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_running_recv_time | Runtime and Clients / Messenger Workers — Accumulated Worker Time | recv | seconds/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_running_fast_dispatch_time | Runtime and Clients / Messenger Workers — Accumulated Worker Time | fast_dispatch | seconds/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_send_messages_queue_lat_count | Runtime and Clients / Messenger Workers — Send-Queue Latency Measurements | send_messages_queue | messages/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_handle_ack_lat_count | Runtime and Clients / Messenger Workers — Acknowledgement Latency Measurements | handle_ack | acknowledgements/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_send_messages_queue_lat_sum | Runtime and Clients / Messenger Workers — Accumulated Send-Queue Latency | send_messages_queue | seconds/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_worker_msgr_handle_ack_lat_sum | Runtime and Clients / Messenger Workers — Accumulated Acknowledgement Latency | handle_ack | seconds/s | Ceph ceph daemon and messenger worker |
ceph_async_messenger_rdma_worker_tx_no_mem | Runtime and Clients / RDMA Workers — RDMA Transfer Errors | tx_no_mem | errors/s | Ceph ceph daemon and rdma worker |
ceph_async_messenger_rdma_worker_tx_parital_mem | Runtime and Clients / RDMA Workers — RDMA Transfer Errors | tx_parital_mem | errors/s | Ceph ceph daemon and rdma worker |
ceph_async_messenger_rdma_worker_tx_failed_post | Runtime and Clients / RDMA Workers — RDMA Transfer Errors | tx_failed_post | errors/s | Ceph ceph daemon and rdma worker |
ceph_async_messenger_rdma_worker_tx_chunks | Runtime and Clients / RDMA Workers — Chunk Throughput | tx | chunks/s | Ceph ceph daemon and rdma worker |
ceph_async_messenger_rdma_worker_rx_chunks | Runtime and Clients / RDMA Workers — Chunk Throughput | rx | chunks/s | Ceph ceph daemon and rdma worker |
ceph_async_messenger_rdma_worker_tx_bytes | Runtime and Clients / RDMA Workers — Byte Throughput | tx | bytes/s | Ceph ceph daemon and rdma worker |
ceph_async_messenger_rdma_worker_rx_bytes | Runtime and Clients / RDMA Workers — Byte Throughput | rx | bytes/s | Ceph ceph daemon and rdma worker |
ceph_async_messenger_rdma_worker_pending_sent_conns | Runtime and Clients / RDMA Workers — Pending Connections | pending | connections | Ceph ceph daemon and rdma worker |
ceph_dpdk_queue_dpdk_receive_packets | Runtime and Clients / DPDK Queues — Packets | receive | packets/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_send_packets | Runtime and Clients / DPDK Queues — Packets | send | packets/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_receive_bytes | Runtime and Clients / DPDK Queues — Byte Throughput | receive | bytes/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_send_bytes | Runtime and Clients / DPDK Queues — Byte Throughput | send | bytes/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_receive_copy_bytes | Runtime and Clients / DPDK Queues — Byte Throughput | receive_copy | bytes/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_send_copy_bytes | Runtime and Clients / DPDK Queues — Byte Throughput | send_copy | bytes/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_receive_fragments | Runtime and Clients / DPDK Queues — Packet Fragments | receive_fragments | fragments/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_send_fragments | Runtime and Clients / DPDK Queues — Packet Fragments | send_fragments | fragments/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_receive_copy_ops | Runtime and Clients / DPDK Queues — Copy and Linearize Operations | receive_copy_ops | operations/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_send_copy_ops | Runtime and Clients / DPDK Queues — Copy and Linearize Operations | send_copy_ops | operations/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_receive_linearize_ops | Runtime and Clients / DPDK Queues — Copy and Linearize Operations | receive_linearize_ops | operations/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_send_linearize_ops | Runtime and Clients / DPDK Queues — Copy and Linearize Operations | send_linearize_ops | operations/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_receive_bad_checksum_errors | Runtime and Clients / DPDK Queues — Receive Errors | bad_checksum | errors/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_receive_no_memory_errors | Runtime and Clients / DPDK Queues — Receive Errors | no_memory | errors/s | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_receive_last_bunch | Runtime and Clients / DPDK Queues — Last Batch Size | receive | packets | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_send_last_bunch | Runtime and Clients / DPDK Queues — Last Batch Size | send | packets | Ceph ceph daemon and dpdk queue |
ceph_dpdk_queue_dpdk_send_queue_length | Runtime and Clients / DPDK Queues — Send Queue Depth | queued | packets | Ceph ceph daemon and dpdk queue |
ceph_dpdk_port_dpdk_device_receive_multicast_packets | Runtime and Clients / DPDK Ports — Multicast Packets | received | packets/s | Ceph ceph daemon and dpdk port |
ceph_dpdk_port_dpdk_device_receive_badcrc_errors | Runtime and Clients / DPDK Ports — Receive Errors | badcrc | errors/s | Ceph ceph daemon and dpdk port |
ceph_dpdk_port_dpdk_device_receive_total_errors | Runtime and Clients / DPDK Ports — Receive Errors | total | errors/s | Ceph ceph daemon and dpdk port |
ceph_dpdk_port_dpdk_device_receive_dropped_errors | Runtime and Clients / DPDK Ports — Receive Errors | dropped | errors/s | Ceph ceph daemon and dpdk port |
ceph_dpdk_port_dpdk_device_receive_nombuf_errors | Runtime and Clients / DPDK Ports — Receive Errors | nombuf | errors/s | Ceph ceph daemon and dpdk port |
ceph_dpdk_port_dpdk_device_send_total_errors | Runtime and Clients / DPDK Ports — Send Errors | total | errors/s | Ceph ceph daemon and dpdk port |
ceph_service_unique_id | Runtime and Clients / Service Identity — Service Identity Metadata Sentinel | present | identifier | Ceph ceph daemon and service unique id |
ceph_libcephsqlite_striper_update_metadata | Runtime and Clients / RADOS Striper — Metadata and Lock Work | update_metadata | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_striper_update_allocated | Runtime and Clients / RADOS Striper — Metadata and Lock Work | update_allocated | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_striper_update_size | Runtime and Clients / RADOS Striper — Metadata and Lock Work | update_size | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_striper_update_version | Runtime and Clients / RADOS Striper — Metadata and Lock Work | update_version | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_striper_shrink | Runtime and Clients / RADOS Striper — Metadata and Lock Work | shrink | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_striper_lock | Runtime and Clients / RADOS Striper — Metadata and Lock Work | lock | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_striper_unlock | Runtime and Clients / RADOS Striper — Metadata and Lock Work | unlock | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_striper_shrink_bytes | Runtime and Clients / RADOS Striper — Shrink Throughput | bytes | bytes/s | Ceph ceph daemon |
ceph_mempool_bloom_filter_bytes | Runtime and Clients / Memory Pools — Memory Use | bloom_filter | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_alloc_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_alloc | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_cache_data_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_cache_data | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_cache_onode_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_cache_onode | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_cache_meta_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_cache_meta | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_cache_other_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_cache_other | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_cache_buffer_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_cache_buffer | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_extent_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_extent | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_blob_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_blob | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_shared_blob_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_shared_blob | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_inline_bl_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_inline_bl | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_fsck_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_fsck | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_txc_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_txc | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_writing_deferred_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_writing_deferred | bytes | Ceph ceph daemon |
ceph_mempool_bluestore_writing_bytes | Runtime and Clients / Memory Pools — Memory Use | bluestore_writing | bytes | Ceph ceph daemon |
ceph_mempool_bluefs_bytes | Runtime and Clients / Memory Pools — Memory Use | bluefs | bytes | Ceph ceph daemon |
ceph_mempool_bluefs_file_reader_bytes | Runtime and Clients / Memory Pools — Memory Use | bluefs_file_reader | bytes | Ceph ceph daemon |
ceph_mempool_bluefs_file_writer_bytes | Runtime and Clients / Memory Pools — Memory Use | bluefs_file_writer | bytes | Ceph ceph daemon |
ceph_mempool_buffer_anon_bytes | Runtime and Clients / Memory Pools — Memory Use | buffer_anon | bytes | Ceph ceph daemon |
ceph_mempool_buffer_meta_bytes | Runtime and Clients / Memory Pools — Memory Use | buffer_meta | bytes | Ceph ceph daemon |
ceph_mempool_osd_bytes | Runtime and Clients / Memory Pools — Memory Use | osd | bytes | Ceph ceph daemon |
ceph_mempool_osd_mapbl_bytes | Runtime and Clients / Memory Pools — Memory Use | osd_mapbl | bytes | Ceph ceph daemon |
ceph_mempool_osd_pglog_bytes | Runtime and Clients / Memory Pools — Memory Use | osd_pglog | bytes | Ceph ceph daemon |
ceph_mempool_osdmap_bytes | Runtime and Clients / Memory Pools — Memory Use | osdmap | bytes | Ceph ceph daemon |
ceph_mempool_osdmap_mapping_bytes | Runtime and Clients / Memory Pools — Memory Use | osdmap_mapping | bytes | Ceph ceph daemon |
ceph_mempool_pgmap_bytes | Runtime and Clients / Memory Pools — Memory Use | pgmap | bytes | Ceph ceph daemon |
ceph_mempool_mds_co_bytes | Runtime and Clients / Memory Pools — Memory Use | mds_co | bytes | Ceph ceph daemon |
ceph_mempool_unittest_1_bytes | Runtime and Clients / Memory Pools — Memory Use | unittest_1 | bytes | Ceph ceph daemon |
ceph_mempool_unittest_2_bytes | Runtime and Clients / Memory Pools — Memory Use | unittest_2 | bytes | Ceph ceph daemon |
ceph_mempool_ec_extent_cache_bytes | Runtime and Clients / Memory Pools — Memory Use | ec_extent_cache | bytes | Ceph ceph daemon |
ceph_mempool_bloom_filter_items | Runtime and Clients / Memory Pools — Item Count | bloom_filter | items | Ceph ceph daemon |
ceph_mempool_bluestore_alloc_items | Runtime and Clients / Memory Pools — Item Count | bluestore_alloc | items | Ceph ceph daemon |
ceph_mempool_bluestore_cache_data_items | Runtime and Clients / Memory Pools — Item Count | bluestore_cache_data | items | Ceph ceph daemon |
ceph_mempool_bluestore_cache_onode_items | Runtime and Clients / Memory Pools — Item Count | bluestore_cache_onode | items | Ceph ceph daemon |
ceph_mempool_bluestore_cache_meta_items | Runtime and Clients / Memory Pools — Item Count | bluestore_cache_meta | items | Ceph ceph daemon |
ceph_mempool_bluestore_cache_other_items | Runtime and Clients / Memory Pools — Item Count | bluestore_cache_other | items | Ceph ceph daemon |
ceph_mempool_bluestore_cache_buffer_items | Runtime and Clients / Memory Pools — Item Count | bluestore_cache_buffer | items | Ceph ceph daemon |
ceph_mempool_bluestore_extent_items | Runtime and Clients / Memory Pools — Item Count | bluestore_extent | items | Ceph ceph daemon |
ceph_mempool_bluestore_blob_items | Runtime and Clients / Memory Pools — Item Count | bluestore_blob | items | Ceph ceph daemon |
ceph_mempool_bluestore_shared_blob_items | Runtime and Clients / Memory Pools — Item Count | bluestore_shared_blob | items | Ceph ceph daemon |
ceph_mempool_bluestore_inline_bl_items | Runtime and Clients / Memory Pools — Item Count | bluestore_inline_bl | items | Ceph ceph daemon |
ceph_mempool_bluestore_fsck_items | Runtime and Clients / Memory Pools — Item Count | bluestore_fsck | items | Ceph ceph daemon |
ceph_mempool_bluestore_txc_items | Runtime and Clients / Memory Pools — Item Count | bluestore_txc | items | Ceph ceph daemon |
ceph_mempool_bluestore_writing_deferred_items | Runtime and Clients / Memory Pools — Item Count | bluestore_writing_deferred | items | Ceph ceph daemon |
ceph_mempool_bluestore_writing_items | Runtime and Clients / Memory Pools — Item Count | bluestore_writing | items | Ceph ceph daemon |
ceph_mempool_bluefs_items | Runtime and Clients / Memory Pools — Item Count | bluefs | items | Ceph ceph daemon |
ceph_mempool_bluefs_file_reader_items | Runtime and Clients / Memory Pools — Item Count | bluefs_file_reader | items | Ceph ceph daemon |
ceph_mempool_bluefs_file_writer_items | Runtime and Clients / Memory Pools — Item Count | bluefs_file_writer | items | Ceph ceph daemon |
ceph_mempool_buffer_anon_items | Runtime and Clients / Memory Pools — Item Count | buffer_anon | items | Ceph ceph daemon |
ceph_mempool_buffer_meta_items | Runtime and Clients / Memory Pools — Item Count | buffer_meta | items | Ceph ceph daemon |
ceph_mempool_osd_items | Runtime and Clients / Memory Pools — Item Count | osd | items | Ceph ceph daemon |
ceph_mempool_osd_mapbl_items | Runtime and Clients / Memory Pools — Item Count | osd_mapbl | items | Ceph ceph daemon |
ceph_mempool_osd_pglog_items | Runtime and Clients / Memory Pools — Item Count | osd_pglog | items | Ceph ceph daemon |
ceph_mempool_osdmap_items | Runtime and Clients / Memory Pools — Item Count | osdmap | items | Ceph ceph daemon |
ceph_mempool_osdmap_mapping_items | Runtime and Clients / Memory Pools — Item Count | osdmap_mapping | items | Ceph ceph daemon |
ceph_mempool_pgmap_items | Runtime and Clients / Memory Pools — Item Count | pgmap | items | Ceph ceph daemon |
ceph_mempool_mds_co_items | Runtime and Clients / Memory Pools — Item Count | mds_co | items | Ceph ceph daemon |
ceph_mempool_unittest_1_items | Runtime and Clients / Memory Pools — Item Count | unittest_1 | items | Ceph ceph daemon |
ceph_mempool_unittest_2_items | Runtime and Clients / Memory Pools — Item Count | unittest_2 | items | Ceph ceph daemon |
ceph_mempool_ec_extent_cache_items | Runtime and Clients / Memory Pools — Item Count | ec_extent_cache | items | Ceph ceph daemon |
Runtime
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_KStore_state_done_lat_count | Runtime / Shared Daemon — KStore Transaction Latency Measurements | kstore_state_done_lat | transactions/s | Ceph ceph daemon |
ceph_KStore_state_finishing_lat_count | Runtime / Shared Daemon — KStore Transaction Latency Measurements | kstore_state_finishing_lat | transactions/s | Ceph ceph daemon |
ceph_KStore_state_kv_done_lat_count | Runtime / Shared Daemon — KStore Transaction Latency Measurements | kstore_state_kv_done_lat | transactions/s | Ceph ceph daemon |
ceph_KStore_state_kv_queued_lat_count | Runtime / Shared Daemon — KStore Transaction Latency Measurements | kstore_state_kv_queued_lat | transactions/s | Ceph ceph daemon |
ceph_KStore_state_prepare_lat_count | Runtime / Shared Daemon — KStore Transaction Latency Measurements | kstore_state_prepare_lat | transactions/s | Ceph ceph daemon |
ceph_client_lat_count | Runtime / Shared Daemon — Client Request Latency Measurements | client_lat | requests/s | Ceph ceph daemon |
ceph_recoverystate_perf_activating_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_activating_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_active_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_active_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_backfilling_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_backfilling_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_clean_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_clean_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_down_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_down_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_getinfo_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_getinfo_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_getlog_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_getlog_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_getmissing_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_getmissing_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_incomplete_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_incomplete_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_initial_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_initial_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_notbackfilling_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_notbackfilling_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_notrecovering_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_notrecovering_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_peering_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_peering_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_primary_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_primary_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_recovered_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_recovered_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_recovering_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_recovering_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_replicaactive_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_replicaactive_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_repnotrecovering_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_repnotrecovering_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_reprecovering_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_reprecovering_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_repwaitbackfillreserved_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_repwaitbackfillreserved_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_repwaitrecoveryreserved_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_repwaitrecoveryreserved_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_reset_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_reset_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_start_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_start_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_started_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_started_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_stray_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_stray_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitactingchange_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_waitactingchange_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitlocalbackfillreserved_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_waitlocalbackfillreserved_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitlocalrecoveryreserved_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_waitlocalrecoveryreserved_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitremotebackfillreserved_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_waitremotebackfillreserved_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitremoterecoveryreserved_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_waitremoterecoveryreserved_latency | state transitions/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitupthru_latency_count | Runtime / Shared Daemon — Recovery-State Transition Latency Measurements | recoverystate_perf_waitupthru_latency | state transitions/s | Ceph ceph daemon |
ceph_KStore_state_done_lat_sum | Runtime / Shared Daemon — Accumulated KStore Transaction Latency | kstore_state_done_lat | seconds/s | Ceph ceph daemon |
ceph_KStore_state_finishing_lat_sum | Runtime / Shared Daemon — Accumulated KStore Transaction Latency | kstore_state_finishing_lat | seconds/s | Ceph ceph daemon |
ceph_KStore_state_kv_done_lat_sum | Runtime / Shared Daemon — Accumulated KStore Transaction Latency | kstore_state_kv_done_lat | seconds/s | Ceph ceph daemon |
ceph_KStore_state_kv_queued_lat_sum | Runtime / Shared Daemon — Accumulated KStore Transaction Latency | kstore_state_kv_queued_lat | seconds/s | Ceph ceph daemon |
ceph_KStore_state_prepare_lat_sum | Runtime / Shared Daemon — Accumulated KStore Transaction Latency | kstore_state_prepare_lat | seconds/s | Ceph ceph daemon |
ceph_client_lat_sum | Runtime / Shared Daemon — Accumulated Client Request Latency | client_lat | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_activating_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_activating_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_active_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_active_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_backfilling_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_backfilling_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_clean_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_clean_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_down_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_down_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_getinfo_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_getinfo_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_getlog_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_getlog_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_getmissing_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_getmissing_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_incomplete_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_incomplete_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_initial_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_initial_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_notbackfilling_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_notbackfilling_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_notrecovering_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_notrecovering_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_peering_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_peering_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_primary_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_primary_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_recovered_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_recovered_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_recovering_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_recovering_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_replicaactive_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_replicaactive_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_repnotrecovering_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_repnotrecovering_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_reprecovering_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_reprecovering_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_repwaitbackfillreserved_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_repwaitbackfillreserved_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_repwaitrecoveryreserved_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_repwaitrecoveryreserved_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_reset_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_reset_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_start_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_start_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_started_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_started_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_stray_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_stray_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitactingchange_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_waitactingchange_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitlocalbackfillreserved_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_waitlocalbackfillreserved_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitlocalrecoveryreserved_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_waitlocalrecoveryreserved_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitremotebackfillreserved_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_waitremotebackfillreserved_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitremoterecoveryreserved_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_waitremoterecoveryreserved_latency | seconds/s | Ceph ceph daemon |
ceph_recoverystate_perf_waitupthru_latency_sum | Runtime / Shared Daemon — Accumulated Recovery-State Transition Latency | recoverystate_perf_waitupthru_latency | seconds/s | Ceph ceph daemon |
ceph_client_fsync_count | Runtime / Shared Daemon — Client Operation Latency Measurements | client_fsync | operations/s | Ceph ceph daemon |
ceph_client_rdlat_count | Runtime / Shared Daemon — Client Operation Latency Measurements | client_rdlat | operations/s | Ceph ceph daemon |
ceph_client_reply_count | Runtime / Shared Daemon — Client Operation Latency Measurements | client_reply | operations/s | Ceph ceph daemon |
ceph_client_wrlat_count | Runtime / Shared Daemon — Client Operation Latency Measurements | client_wrlat | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_access_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_op_access | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_currenttime_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_op_currenttime | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_delete_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_op_delete | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_fullpathname_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_op_fullpathname | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_open_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_op_open | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_checkreservedlock_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_checkreservedlock | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_close_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_close | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_devicecharacteristics_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_devicecharacteristics | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_filecontrol_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_filecontrol | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_filesize_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_filesize | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_lock_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_lock | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_read_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_read | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_sectorsize_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_sectorsize | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_sync_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_sync | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_truncate_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_truncate | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_unlock_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_unlock | operations/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_write_count | Runtime / Shared Daemon — SQLite VFS Operation Latency Measurements | libcephsqlite_vfs_opf_write | operations/s | Ceph ceph daemon |
ceph_client_fsync_sum | Runtime / Shared Daemon — Accumulated Client Operation Latency | client_fsync | seconds/s | Ceph ceph daemon |
ceph_client_rdlat_sum | Runtime / Shared Daemon — Accumulated Client Operation Latency | client_rdlat | seconds/s | Ceph ceph daemon |
ceph_client_reply_sum | Runtime / Shared Daemon — Accumulated Client Operation Latency | client_reply | seconds/s | Ceph ceph daemon |
ceph_client_wrlat_sum | Runtime / Shared Daemon — Accumulated Client Operation Latency | client_wrlat | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_access_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_op_access | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_currenttime_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_op_currenttime | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_delete_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_op_delete | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_fullpathname_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_op_fullpathname | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_op_open_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_op_open | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_checkreservedlock_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_checkreservedlock | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_close_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_close | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_devicecharacteristics_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_devicecharacteristics | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_filecontrol_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_filecontrol | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_filesize_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_filesize | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_lock_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_lock | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_read_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_read | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_sectorsize_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_sectorsize | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_sync_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_sync | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_truncate_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_truncate | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_unlock_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_unlock | seconds/s | Ceph ceph daemon |
ceph_libcephsqlite_vfs_opf_write_sum | Runtime / Shared Daemon — Accumulated SQLite VFS Operation Latency | libcephsqlite_vfs_opf_write | seconds/s | Ceph ceph daemon |
ceph_cluster_num_mon | Runtime / Shared Daemon — Monitors | num_mon | monitors | Ceph ceph daemon |
ceph_cluster_num_mon_quorum | Runtime / Shared Daemon — Monitors | cluster_num_mon_quorum | monitors | Ceph ceph daemon |
ceph_cluster_num_osd | Runtime / Shared Daemon — OSDs | num_osd | OSDs | Ceph ceph daemon |
ceph_cluster_num_osd_in | Runtime / Shared Daemon — OSDs | cluster_num_osd_in | OSDs | Ceph ceph daemon |
ceph_cluster_num_osd_up | Runtime / Shared Daemon — OSDs | cluster_num_osd_up | OSDs | Ceph ceph daemon |
ceph_cluster_num_pool | Runtime / Shared Daemon — Pools | num_pool | pools | Ceph ceph daemon |
ceph_cluster_osd_epoch | Runtime / Shared Daemon — OSD-Map Epoch | osd_epoch | epoch | Ceph ceph daemon |
ceph_client_mdavg | Runtime / Shared Daemon — Duration and Time | mdavg | seconds | Ceph ceph daemon |
ceph_client_readavg | Runtime / Shared Daemon — Duration and Time | readavg | seconds | Ceph ceph daemon |
ceph_client_writeavg | Runtime / Shared Daemon — Duration and Time | writeavg | seconds | Ceph ceph daemon |
ceph_recoverystate_perf_stats_invalidated | Runtime / Shared Daemon — Invalidated Recovery Statistics | value | invalidations/s | Ceph ceph daemon |
ceph_cluster_num_object | Runtime / Shared Daemon — Objects | object | objects | Ceph ceph daemon |
ceph_cluster_num_object_degraded | Runtime / Shared Daemon — Objects | degraded | objects | Ceph ceph daemon |
ceph_cluster_num_object_misplaced | Runtime / Shared Daemon — Objects | misplaced | objects | Ceph ceph daemon |
ceph_cluster_num_object_unfound | Runtime / Shared Daemon — Objects | unfound | objects | Ceph ceph daemon |
ceph_ipv4_dpdk_ip_linearize_operations | Runtime / Shared Daemon — Operations | value | operations/s | Ceph ceph daemon |
ceph_cluster_num_bytes | Runtime / Shared Daemon — Space and Memory | num_bytes | bytes | Ceph ceph daemon |
ceph_cluster_osd_bytes | Runtime / Shared Daemon — Space and Memory | osd_bytes | bytes | Ceph ceph daemon |
ceph_cluster_osd_bytes_avail | Runtime / Shared Daemon — Space and Memory | osd_bytes_avail | bytes | Ceph ceph daemon |
ceph_cluster_osd_bytes_used | Runtime / Shared Daemon — Space and Memory | osd_bytes_used | bytes | Ceph ceph daemon |
ceph_cluster_num_pg | Runtime / Shared Daemon — Placement Groups | cluster_num_pg | PGs | Ceph ceph daemon |
ceph_cluster_num_pg_active | Runtime / Shared Daemon — Placement Groups | cluster_num_pg_active | PGs | Ceph ceph daemon |
ceph_cluster_num_pg_active_clean | Runtime / Shared Daemon — Placement Groups | cluster_num_pg_active_clean | PGs | Ceph ceph daemon |
ceph_cluster_num_pg_peering | Runtime / Shared Daemon — Placement Groups | cluster_num_pg_peering | PGs | Ceph ceph daemon |
ceph_client_mdsqsum | Runtime / Shared Daemon — Client Latency Squared-Deviation Accumulators | client_mdsqsum | microseconds²/s | Ceph ceph daemon |
ceph_client_readsqsum | Runtime / Shared Daemon — Client Latency Squared-Deviation Accumulators | client_readsqsum | microseconds²/s | Ceph ceph daemon |
ceph_client_writesqsum | Runtime / Shared Daemon — Client Latency Squared-Deviation Accumulators | client_writesqsum | microseconds²/s | Ceph ceph daemon |
ceph_oft_omap_total_updates | Runtime / Shared Daemon — OpenFileTable OMAP Mutations | oft_omap_total_updates | operations/s | Ceph ceph daemon |
ceph_oft_omap_total_removes | Runtime / Shared Daemon — OpenFileTable OMAP Mutations | oft_omap_total_removes | operations/s | Ceph ceph daemon |
ceph_cct_total_workers | Runtime / Shared Daemon — Context Workers | cct_total_workers | workers | Ceph ceph daemon |
ceph_cct_unhealthy_workers | Runtime / Shared Daemon — Context Workers | cct_unhealthy_workers | workers | Ceph ceph daemon |
ceph_oft_omap_total_objs | Runtime / Shared Daemon — OpenFileTable Objects | oft_omap_total_objs | objects | Ceph ceph daemon |
ceph_oft_omap_total_kv_pairs | Runtime / Shared Daemon — OpenFileTable Key-Value Pairs | oft_omap_total_kv_pairs | entries | Ceph ceph daemon |
ceph_trackedop_slow_ops_count | Runtime / Slow Operations — Slow Operations | value | operations/s | Ceph ceph daemon |
Storage Engine
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_prioritycache:full_committed_bytes | Storage Engine / Priority Cache Full — Space and Memory | committed_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri0_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri0_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri10_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri10_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri11_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri11_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri1_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri1_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri2_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri2_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri3_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri3_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri4_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri4_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri5_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri5_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri6_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri6_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri7_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri7_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri8_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri8_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_pri9_bytes | Storage Engine / Priority Cache Full — Space and Memory | pri9_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:full_reserved_bytes | Storage Engine / Priority Cache Full — Space and Memory | reserved_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_committed_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | committed_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri0_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri0_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri10_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri10_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri11_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri11_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri1_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri1_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri2_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri2_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri3_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri3_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri4_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri4_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri5_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri5_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri6_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri6_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri7_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri7_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri8_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri8_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_pri9_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | pri9_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:inc_reserved_bytes | Storage Engine / Priority Cache Incremental — Space and Memory | reserved_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_committed_bytes | Storage Engine / Priority Cache KV — Space and Memory | committed_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri0_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri0_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri10_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri10_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri11_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri11_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri1_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri1_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri2_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri2_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri3_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri3_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri4_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri4_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri5_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri5_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri6_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri6_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri7_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri7_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri8_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri8_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_pri9_bytes | Storage Engine / Priority Cache KV — Space and Memory | pri9_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache:kv_reserved_bytes | Storage Engine / Priority Cache KV — Space and Memory | reserved_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache_cache_bytes | Storage Engine / Priority Cache Runtime — Space and Memory | cache_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache_heap_bytes | Storage Engine / Priority Cache Runtime — Space and Memory | heap_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache_mapped_bytes | Storage Engine / Priority Cache Runtime — Space and Memory | mapped_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache_target_bytes | Storage Engine / Priority Cache Runtime — Space and Memory | target_bytes | bytes | Ceph ceph daemon |
ceph_prioritycache_unmapped_bytes | Storage Engine / Priority Cache Runtime — Space and Memory | unmapped_bytes | bytes | Ceph ceph daemon |
ceph_rocksdb_compact_queue_len | Storage Engine / RocksDB Compaction — Compaction Work | queue_len | compactions | Ceph ceph daemon |
ceph_rocksdb_compact_running | Storage Engine / RocksDB Compaction — Compaction Work | running | compactions | Ceph ceph daemon |
ceph_rocksdb_compact_lasted | Storage Engine / RocksDB Compaction — Duration and Time | value | seconds | Ceph ceph daemon |
ceph_rocksdb_compact | Storage Engine / RocksDB Compaction — Compactions | compact | compactions/s | Ceph ceph daemon |
ceph_rocksdb_compact_completed | Storage Engine / RocksDB Compaction — Compactions | completed | compactions/s | Ceph ceph daemon |
ceph_rocksdb_compact_queue_merge | Storage Engine / RocksDB Compaction — Compaction Queue Merges | queue_merge | merges/s | Ceph ceph daemon |
ceph_rocksdb_get_latency_count | Storage Engine / RocksDB Requests — Latency Measurements | get_latency | operations/s | Ceph ceph daemon |
ceph_rocksdb_submit_latency_count | Storage Engine / RocksDB Requests — Latency Measurements | submit_latency | operations/s | Ceph ceph daemon |
ceph_rocksdb_submit_sync_latency_count | Storage Engine / RocksDB Requests — Latency Measurements | submit_sync_latency | operations/s | Ceph ceph daemon |
ceph_rocksdb_get_latency_sum | Storage Engine / RocksDB Requests — Accumulated Latency | get_latency | seconds/s | Ceph ceph daemon |
ceph_rocksdb_submit_latency_sum | Storage Engine / RocksDB Requests — Accumulated Latency | submit_latency | seconds/s | Ceph ceph daemon |
ceph_rocksdb_submit_sync_latency_sum | Storage Engine / RocksDB Requests — Accumulated Latency | submit_sync_latency | seconds/s | Ceph ceph daemon |
ceph_rocksdb_rocksdb_write_delay_time_count | Storage Engine / RocksDB Write Path — Latency Measurements | delay_time | operations/s | Ceph ceph daemon |
ceph_rocksdb_rocksdb_write_memtable_time_count | Storage Engine / RocksDB Write Path — Latency Measurements | memtable_time | operations/s | Ceph ceph daemon |
ceph_rocksdb_rocksdb_write_pre_and_post_time_count | Storage Engine / RocksDB Write Path — Latency Measurements | pre_and_post_time | operations/s | Ceph ceph daemon |
ceph_rocksdb_rocksdb_write_wal_time_count | Storage Engine / RocksDB Write Path — Latency Measurements | wal_time | operations/s | Ceph ceph daemon |
ceph_rocksdb_rocksdb_write_delay_time_sum | Storage Engine / RocksDB Write Path — Accumulated Latency | delay_time | seconds/s | Ceph ceph daemon |
ceph_rocksdb_rocksdb_write_memtable_time_sum | Storage Engine / RocksDB Write Path — Accumulated Latency | memtable_time | seconds/s | Ceph ceph daemon |
ceph_rocksdb_rocksdb_write_pre_and_post_time_sum | Storage Engine / RocksDB Write Path — Accumulated Latency | pre_and_post_time | seconds/s | Ceph ceph daemon |
ceph_rocksdb_rocksdb_write_wal_time_sum | Storage Engine / RocksDB Write Path — Accumulated Latency | wal_time | seconds/s | Ceph ceph daemon |
ceph_rocksdb_binned_cache_capacity | Storage Engine / Extensions / RocksDB Binned Cache — Cache Memory | capacity | bytes | Ceph ceph daemon and rocksdb cache key |
ceph_rocksdb_binned_cache_usage | Storage Engine / Extensions / RocksDB Binned Cache — Cache Memory | used | bytes | Ceph ceph daemon and rocksdb cache key |
ceph_rocksdb_binned_cache_pinned | Storage Engine / Extensions / RocksDB Binned Cache — Cache Memory | pinned | bytes | Ceph ceph daemon and rocksdb cache key |
ceph_rocksdb_binned_cache_elems | Storage Engine / Extensions / RocksDB Binned Cache — Cache Entries | items | entries | Ceph ceph daemon and rocksdb cache key |
ceph_rocksdb_binned_cache_inserts | Storage Engine / Extensions / RocksDB Binned Cache — Cache Insertions | insertions | insertions/s | Ceph ceph daemon and rocksdb cache key |
ceph_rocksdb_binned_cache_lookups | Storage Engine / Extensions / RocksDB Binned Cache — Cache Lookups | lookups | lookups/s | Ceph ceph daemon and rocksdb cache key |
ceph_rocksdb_binned_cache_hits | Storage Engine / Extensions / RocksDB Binned Cache — Cache Lookup Outcomes | hits | lookups/s | Ceph ceph daemon and rocksdb cache key |
ceph_rocksdb_binned_cache_misses | Storage Engine / Extensions / RocksDB Binned Cache — Cache Lookup Outcomes | misses | lookups/s | Ceph ceph daemon and rocksdb cache key |
ceph_extblkdev_fcm | Storage Engine / Extensions / External Block Devices — FCM Plugin State | fcm | {status} | Ceph ceph daemon |
ceph_extblkdev_dev_phy_size | Storage Engine / Extensions / External Block Devices — Device Size | physical | bytes | Ceph ceph daemon |
ceph_extblkdev_dev_log_size | Storage Engine / Extensions / External Block Devices — Device Size | logical | bytes | Ceph ceph daemon |
ceph_extblkdev_dev_phy_util | Storage Engine / Extensions / External Block Devices — Device Utilization | physical | bytes | Ceph ceph daemon |
ceph_extblkdev_dev_log_util | Storage Engine / Extensions / External Block Devices — Device Utilization | logical | bytes | Ceph ceph daemon |
ceph_extblkdev_part_phy_size | Storage Engine / Extensions / External Block Devices — Partition Space | physical_size | bytes | Ceph ceph daemon |
ceph_extblkdev_part_log_size | Storage Engine / Extensions / External Block Devices — Partition Space | logical_size | bytes | Ceph ceph daemon |
ceph_extblkdev_part_phy_avail | Storage Engine / Extensions / External Block Devices — Partition Space | physical_available | bytes | Ceph ceph daemon |
ceph_extblkdev_part_log_avail | Storage Engine / Extensions / External Block Devices — Partition Space | logical_available | bytes | Ceph ceph daemon |
Clients
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_client_mdops | Clients — Client I/O Operations | metadata | operations/s | Ceph ceph daemon |
ceph_client_rdops | Clients — Client I/O Operations | read | operations/s | Ceph ceph daemon |
ceph_client_wrops | Clients — Client I/O Operations | write | operations/s | Ceph ceph daemon |
NVMe-oF
| Prometheus metric | Netdata chart | Dimension | Unit | Scope |
|---|---|---|---|---|
ceph_nvmeof_bdev_read_bytes_total | NVMe-oF / Block Devices — Byte Throughput | read_bytes | bytes/s | Ceph bdev name |
ceph_nvmeof_bdev_written_bytes_total | NVMe-oF / Block Devices — Byte Throughput | written_bytes | bytes/s | Ceph bdev name |
ceph_nvmeof_bdev_reads_completed_total | NVMe-oF / Block Devices — Operations | reads_completed | operations/s | Ceph bdev name |
ceph_nvmeof_bdev_writes_completed_total | NVMe-oF / Block Devices — Operations | writes_completed | operations/s | Ceph bdev name |
ceph_nvmeof_bdev_capacity_bytes | NVMe-oF / Block Devices — Space and Memory | value | bytes | Ceph bdev name |
ceph_nvmeof_bdev_metadata | NVMe-oF / Block Devices — State and Metadata | value | {status} | Ceph NVMe-oF bdev name, block size, namespace, pool name, and RBD name |
ceph_nvmeof_bdev_read_seconds_total | NVMe-oF / Block Devices — Accumulated Time | read_seconds | seconds/s | Ceph bdev name |
ceph_nvmeof_bdev_write_seconds_total | NVMe-oF / Block Devices — Accumulated Time | write_seconds | seconds/s | Ceph bdev name |
ceph_nvmeof_rpc_method_seconds | NVMe-oF / Gateways — Collection Duration | value | seconds | Ceph method |
ceph_nvmeof_reactor_seconds_total | NVMe-oF / Gateways — Accumulated Time | values of label mode | seconds/s | Ceph name |
ceph_nvmeof_subsystem_namespace_count | NVMe-oF / Gateways — Namespace Count | namespace_count | namespaces | One direct NVMe-oF exporter endpoint selected by the collector job |
ceph_nvmeof_host_connection_state | NVMe-oF / Hosts — Host Connection State | value | {status} | Ceph gw name and host addr and host nqn and nqn |
ceph_nvmeof_host_keepalive_timeout | NVMe-oF / Hosts — Keepalive Timeout State | value | {status} | Ceph NVMe-oF gateway name, host NQN, and subsystem NQN |
ceph_nvmeof_subsystem_host_count | NVMe-oF / Subsystems — Configured Hosts | value | hosts | Ceph nqn |
ceph_nvmeof_subsystem_listener_iface_speed_bytes | NVMe-oF / Subsystems — Listener Interface Link Speed | value | Mbps | Ceph device |
ceph_nvmeof_subsystem_listener_count | NVMe-oF / Subsystems — Listener Addresses | value | listeners | Ceph nqn |
ceph_nvmeof_subsystem_namespace_count | NVMe-oF / Subsystems — Namespaces | nvmeof_subsystem_namespace_count | namespaces | Ceph nqn |
ceph_nvmeof_subsystem_namespace_count | NVMe-oF / Subsystems — Namespace Capacity | count | namespaces | Ceph nqn |
ceph_nvmeof_subsystem_namespace_limit | NVMe-oF / Subsystems — Namespace Capacity | limit | namespaces | Ceph nqn |
ceph_nvmeof_subsystem_metadata | NVMe-oF / Subsystems — State and Metadata — Metadata | metadata | {status} | Ceph NVMe-oF subsystem security/group/HA/model/NQN/serial metadata |
ceph_nvmeof_subsystem_namespace_metadata | NVMe-oF / Subsystems — State and Metadata — Namespace Metadata | namespace_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.ddirectory, usually at/usr/libexec/netdata/plugins.d/. If that's not the case on your system, opennetdata.confand look for thepluginssetting under[directories].cd /usr/libexec/netdata/plugins.d/ -
Switch to the
netdatauser.sudo -u netdata -s -
Run the
go.d.pluginto debug the collector:./go.d.plugin -d -m prometheusTo 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.