Skip to content

Commit

Permalink
Merge pull request #1289 from marquiz/devel/metrics
Browse files Browse the repository at this point in the history
docs: align metrics documentation with latest changes on naming
  • Loading branch information
k8s-ci-robot committed Aug 1, 2023
2 parents c1cb632 + a140676 commit 45dc46a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/deployment/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ By default NFD Master and Worker expose metrics on port 8081.

The exposed metrics are

| Metric | Type | Meaning |
| ---------------------------------- | ------- | ---------------- |
| `nfd_master_build_info` | Gauge | Version from which nfd-master was built. |
| `nfd_worker_build_info` | Gauge | Version from which nfd-worker was built. |
| `nfd_updated_nodes` | Counter | Time taken to label a node |
| `nfd_crd_processing_time` | Gauge | Time taken to process a NodeFeatureRule CRD |
| `nfd_feature_discovery_duration_seconds` | HistogramVec | Time taken to discover features on a node |
| Metric | Type | Description
| ------------------------------------------------- | --------- | ---------------------------------------
| `nfd_master_build_info` | Gauge | Version from which nfd-master was built
| `nfd_worker_build_info` | Gauge | Version from which nfd-worker was built
| `nfd_node_updates_total` | Counter | Number of nodes updated
| `nfd_nodefeaturerule_processing_duration_seconds` | Histogram | Time taken to process NodeFeatureRule objects
| `nfd_feature_discovery_duration_seconds` | Histogram | Time taken to discover features on a node

## Via Kustomize

Expand Down

0 comments on commit 45dc46a

Please sign in to comment.