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
{{ message }}
This repository was archived by the owner on Dec 1, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: docs/sink-configuration.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
@@ -99,6 +99,7 @@ The following options are available:
99
99
*`batchSize`- How many metrics are sent in each request to Hawkular-Metrics (default is 1000)
100
100
*`concurrencyLimit`- How many concurrent requests are used to send data to the Hawkular-Metrics (default is 5)
101
101
*`labelTagPrefix` - A prefix to be placed in front of each label when stored as a tag for the metric (default is `labels.`)
102
+
*`disablePreCache` - Disable cache initialization by fetching metric definitions from Hawkular-Metrics
102
103
103
104
A combination of `insecure` / `caCert` / `auth` is not supported, only a single of these parameters is allowed at once. Also, combination of `useServiceAccount` and `user` + `pass` is not supported. To increase the performance of Hawkular sink in case of multiple instances of Hawkular-Metrics (such as scaled scenario in OpenShift) modify the parameters of batchSize and concurrencyLimit to balance the load on Hawkular-Metrics instances.
0 commit comments