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
@@ -86,6 +86,7 @@ The following options are available:
86
86
*`name` - The syntax is `name(regexp)` where MetricName is matched (such as `cpu/usage`) with a `regexp` filter
87
87
*`batchSize`- How many metrics are sent in each request to Hawkular-Metrics (default is 1000)
88
88
*`concurrencyLimit`- How many concurrent requests are used to send data to the Hawkular-Metrics (default is 5)
89
+
*`labelTagPrefix` - A prefix to be placed in front of each label when stored as a tag for the metric (default is `labels.`)
89
90
90
91
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