- DEFAULT_BATCH_DELAY - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Default value for the maximum delay between two consecutive batches (in seconds) = 1.
- DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Default value for the maximum number of metrics in a batch = 50.
- DEFAULT_ENABLED - Static variable in class io.vertx.ext.hawkular.AuthenticationOptions
-
The default value to enable / disable authentication.
- DEFAULT_HOST - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
The default Hawkular server host = localhost.
- DEFAULT_METRICS_BRIDGE_ADDRESS - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Default event bus address where applications can send business-related metrics.
- DEFAULT_METRICS_BRIDGE_ENABLED - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
The default value to enable / disable the metrics bridge.
- DEFAULT_METRICS_URI - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
The default Hawkular Metrics service URI = /hawkular/metrics.
- DEFAULT_PORT - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
The default Hawkular server port = 8080.
- DEFAULT_PREFIX - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
The default metric name prefix (empty).
- DEFAULT_SCHEDULE - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Default value for metric collection interval (in seconds) = 1.
- DEFAULT_SEND_TENANT_HEADER - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
The default value to enable / disable sending the tenant header.
- DEFAULT_TAGGED_METRICS_CACHE_SIZE - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
The default number of metric names to cache in order to avoid repeated tagging requests = 4096.
- DEFAULT_TENANT - Static variable in class io.vertx.ext.hawkular.VertxHawkularOptions
-
The default Hawkular tenant = default.
- DEFAULT_TYPE - Static variable in class io.vertx.ext.hawkular.MetricTagsMatch
-
The default value for matching type = EQUALS.
- DEFAULT_VALUE - Static variable in class io.vertx.ext.hawkular.MetricTagsMatch
-
The default matching value (empty).
- setAuthenticationOptions(AuthenticationOptions) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the options for authentication.
- setBatchDelay(int) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the maximum delay between two consecutive batches (in seconds).
- setBatchSize(int) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the maximum number of metrics in a batch.
- setDisabledMetricsTypes(Set<MetricsType>) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Sets metrics types that are disabled.
- setEnabled(boolean) - Method in class io.vertx.ext.hawkular.AuthenticationOptions
-
Set whether authentication is enabled.
- setEnabled(boolean) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set whether metrics will be enabled on the Vert.x instance.
- setHost(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the Hawkular Metrics service host.
- setHttpHeaders(JsonObject) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set specific headers to include in HTTP requests.
- setHttpOptions(HttpClientOptions) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the configuration of the Hawkular Metrics HTTP client.
- setId(String) - Method in class io.vertx.ext.hawkular.AuthenticationOptions
-
Set the identifier used for authentication.
- setMetricsBridgeAddress(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Sets the metric bridge address on which the application is sending the custom metrics.
- setMetricsBridgeEnabled(boolean) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Sets whether or not the metrics bridge should be enabled.
- setMetricsServiceUri(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the Hawkular Metrics service URI.
- setMetricTagsMatches(List<MetricTagsMatch>) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
- setPort(int) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the Hawkular Metrics service port.
- setPrefix(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the metric name prefix.
- setSchedule(int) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the metric collection interval (in seconds).
- setSecret(String) - Method in class io.vertx.ext.hawkular.AuthenticationOptions
-
Set the secret used for authentication.
- setSendTenantHeader(boolean) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set whether Hawkular tenant header should be sent.
- setTaggedMetricsCacheSize(int) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the number of metric names to cache in order to avoid repeated tagging requests.
- setTags(JsonObject) - Method in class io.vertx.ext.hawkular.MetricTagsMatch
-
Set the tags to apply if metric name matches the criteria.
- setTags(JsonObject) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set tags applied to all metrics.
- setTenant(String) - Method in class io.vertx.ext.hawkular.VertxHawkularOptions
-
Set the Hawkular tenant.
- setType(MetricTagsMatch.MatchType) - Method in class io.vertx.ext.hawkular.MetricTagsMatch
-
Set the type of matching to apply.
- setValue(String) - Method in class io.vertx.ext.hawkular.MetricTagsMatch
-
Set the matched value.