File tree Expand file tree Collapse file tree 2 files changed +1327
-2
lines changed Expand file tree Collapse file tree 2 files changed +1327
-2
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ The exposed metrics are
32
32
| ` nfd_gc_objects_deleted_total ` | Counter | Number of NodeFeature and NodeResourceTopology objects garbage collected.
33
33
| ` nfd_gc_object_delete_failures_total ` | Counter | Number of errors in deleting NodeFeature and NodeResourceTopology objects.
34
34
35
- ## Via Kustomize
35
+ ## Kustomize
36
36
37
37
To deploy NFD with metrics enabled using kustomize, you can use the
38
38
[ Metrics Overlay] ( kustomize.md#metrics ) .
39
39
40
- ## Via Helm
40
+ ## Helm
41
41
42
42
By default metrics are enabled when deploying NFD via Helm. To enable Prometheus
43
43
to scrape metrics from NFD, you need to pass the following values to Helm:
@@ -55,3 +55,9 @@ to scrape metrics from any PodMonitor.
55
55
56
56
or setting labels on the PodMonitor via the helm parameter ` prometheus.labels `
57
57
to control which Prometheus instances will scrape this PodMonitor.
58
+
59
+ ## Grafana dashboard
60
+
61
+ NFD contains an example Grafana dashboard. You can import
62
+ [ ` examples/grafana-dashboard.json ` ] ( https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/{{site.release}}/examples/grafana-dashboard.json )
63
+ to your Grafana instance to visualize the NFD metrics.
You can’t perform that action at this time.
0 commit comments