You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/helm.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ Chart parameters are available.
101
101
|`featureGates.NodeFeatureAPI`| bool | true | Enable the [NodeFeature](../usage/custom-resources.md#nodefeature) CRD API for communicating node features. This will automatically disable the gRPC communication. **NOTE**: this parameter is related to the deprecated gRPC API and will be removed with it in a future release |
102
102
|`prometheus.enable`| bool | false | Specifies whether to expose metrics using prometheus operator |
103
103
|`prometheus.labels`| dict | {} | Specifies labels for use with the prometheus operator to control how it is selected |
104
+
|`prometheus.scrapeInterval`| string | 10s | Specifies the interval by which metrics are scraped |
104
105
|`priorityClassName`| string || The name of the PriorityClass to be used for the NFD pods. |
105
106
106
107
Metrics are configured to be exposed using prometheus operator API's by
0 commit comments