AuthenticationOptions
VertxHawkularOptions
Name |
Type |
Description |
Set the options for authentication. |
||
|
Set the maximum delay between two consecutive batches (in seconds). To reduce the number of HTTP exchanges, metric
data is sent to the Hawkular server in batches. A batch is sent as soon as the number of metrics collected reaches
the configured |
|
|
Set the maximum number of metrics in a batch. To reduce the number of HTTP exchanges, metric data is sent to the
Hawkular server in batches. A batch is sent as soon as the number of metrics collected reaches the configured
|
|
|
Sets metrics types that are disabled. |
|
|
Set whether metrics will be enabled on the Vert.x instance. Metrics are not enabled by default. |
|
|
Set the Hawkular Metrics service host. Defaults to |
|
|
Set specific headers to include in HTTP requests. |
|
Set the configuration of the Hawkular Metrics HTTP client. |
||
|
Sets the metric bridge address on which the application is sending the custom metrics. Application can send
metrics to this event bus address. The message is a JSON object specifying at least the metricsBridgeEnabled . |
|
|
Sets whether or not the metrics bridge should be enabled. The metrics bridge is disabled by default. |
|
|
Set the Hawkular Metrics service URI. Defaults to |
|
|
Set the Hawkular Metrics service port. Defaults to |
|
|
Set the metric name prefix. Metric names are not prefixed by default. Prefixing metric names is required to distinguish data sent by different Vert.x instances. |
|
|
Set the metric collection interval (in seconds). Defaults to |
|
|
Set whether Hawkular tenant header should be sent. Defaults to |
|
|
Set the Hawkular tenant. Defaults to |