public static final String |
CAMEL_CONTEXT_METRIC_NAME |
"camel.context" |
public static final String |
CAMEL_CONTEXT_STATUS_DISPLAY_NAME |
"Camel Context status" |
public static final String |
CAMEL_CONTEXT_STATUS_METRIC_NAME |
"camel.context.status" |
public static final String |
CAMEL_CONTEXT_TAG |
"camelContext" |
public static final String |
CAMEL_CONTEXT_UPTIME_DESCRIPTION |
"The amount of time since the Camel Context was started." |
public static final String |
CAMEL_CONTEXT_UPTIME_DISPLAY_NAME |
"Camel Context uptime" |
public static final String |
CAMEL_CONTEXT_UPTIME_METRIC_NAME |
"camel.context.uptime" |
public static final String |
CAMEL_METRIC_PREFIX |
"camel" |
public static final String |
DEFAULT_CAMEL_EXCHANGE_EVENT_METRIC_NAME |
"camel.exchange" |
public static final String |
DEFAULT_CAMEL_EXCHANGE_EVENT_PROCESSING_METRIC_NAME |
"camel.exchange.processing" |
public static final String |
DEFAULT_CAMEL_MESSAGE_HISTORY_METRIC_NAME |
"camel.message.history.processing" |
public static final String |
DEFAULT_CAMEL_ROUTE_POLICY_METRIC_NAME |
"camel.route" |
public static final String |
DEFAULT_CAMEL_ROUTE_POLICY_PROCESSING_METRIC_NAME |
"camel.route.processing" |
public static final String |
DEFAULT_CAMEL_ROUTES_ADDED_METRIC_NAME |
"camel.route.count" |
public static final String |
DEFAULT_CAMEL_ROUTES_RUNNING_METRIC_NAME |
"camel.route.running.count" |
public static final String |
ENDPOINT_NAME |
"endpointName" |
public static final String |
EVENT_TYPE_TAG |
"eventType" |
public static final String |
EXCHANGES_COMPLETED_DESCRIPTION |
"The total number of completed exchanges for a route or Camel Context" |
public static final String |
EXCHANGES_COMPLETED_DISPLAY_NAME |
"Exchanges completed" |
public static final String |
EXCHANGES_COMPLETED_METRIC_NAME |
".exchanges.completed.total" |
public static final String |
EXCHANGES_EXTERNAL_REDELIVERIES_DESCRIPTION |
"The total number of external redeliveries for a route or Camel Context" |
public static final String |
EXCHANGES_EXTERNAL_REDELIVERIES_DISPLAY_NAME |
"Exchanges external redeliveries" |
public static final String |
EXCHANGES_EXTERNAL_REDELIVERIES_METRIC_NAME |
".externalRedeliveries.total" |
public static final String |
EXCHANGES_FAILED_DESCRIPTION |
"The total number of failed exchanges for a route or Camel Context" |
public static final String |
EXCHANGES_FAILED_DISPLAY_NAME |
"Exchanges failed" |
public static final String |
EXCHANGES_FAILED_METRIC_NAME |
".exchanges.failed.total" |
public static final String |
EXCHANGES_FAILURES_HANDLED_DESCRIPTION |
"The total number of failures handled for a route or Camel Context" |
public static final String |
EXCHANGES_FAILURES_HANDLED_DISPLAY_NAME |
"Exchanges failures handled" |
public static final String |
EXCHANGES_FAILURES_HANDLED_METRIC_NAME |
".failuresHandled.total" |
public static final String |
EXCHANGES_INFLIGHT_DESCRIPTION |
"The count of exchanges inflight for a route or Camel Context" |
public static final String |
EXCHANGES_INFLIGHT_DISPLAY_NAME |
"Exchanges inflight" |
public static final String |
EXCHANGES_INFLIGHT_METRIC_NAME |
".exchanges.inflight.count" |
public static final String |
EXCHANGES_METRIC_PREFIX |
".exchanges" |
public static final String |
EXCHANGES_TOTAL_DESCRIPTION |
"The total number of exchanges for a route or Camel Context" |
public static final String |
EXCHANGES_TOTAL_DISPLAY_NAME |
"Exchanges total" |
public static final String |
EXCHANGES_TOTAL_METRIC_NAME |
".exchanges.total" |
public static final String |
HEADER_COUNTER_INCREMENT |
"CamelMicroProfileMetricsCounterIncrement" |
public static final String |
HEADER_GAUGE_DECREMENT |
"CamelMicroProfileMetricsGaugeDecrement" |
public static final String |
HEADER_GAUGE_INCREMENT |
"CamelMicroProfileMetricsGaugeIncrement" |
public static final String |
HEADER_GAUGE_VALUE |
"CamelMicroProfileMetricsGaugeValue" |
public static final String |
HEADER_HISTOGRAM_VALUE |
"CamelMicroProfileMetricsHistogramValue" |
public static final String |
HEADER_METER_MARK |
"CamelMicroProfileMetricsMeterMark" |
public static final String |
HEADER_METRIC_DESCRIPTION |
"CamelMicroProfileMetricsDescription" |
public static final String |
HEADER_METRIC_DISPLAY_NAME |
"CamelMicroProfileMetricsDisplayName" |
public static final String |
HEADER_METRIC_NAME |
"CamelMicroProfileMetricsName" |
public static final String |
HEADER_METRIC_TAGS |
"CamelMicroProfileMetricsTags" |
public static final String |
HEADER_METRIC_TYPE |
"CamelMicroProfileMetricsType" |
public static final String |
HEADER_METRIC_UNIT |
"CamelMicroProfileMetricsUnits" |
public static final String |
HEADER_PREFIX |
"CamelMicroProfileMetrics" |
public static final String |
HEADER_TIMER_ACTION |
"CamelMicroProfileMetricsTimerAction" |
public static final String |
MESSAGE_HISTORY_DESCRIPTION |
"The time taken to process an individual route node" |
public static final String |
MESSAGE_HISTORY_DISPLAY_NAME |
"Route node processing time" |
public static final String |
METRIC_REGISTRY_NAME |
"metricRegistry" |
public static final String |
NODE_ID_TAG |
"nodeId" |
public static final String |
PROCESSING_METRICS_SUFFIX |
".processing" |
public static final String |
ROUTE_ID_TAG |
"routeId" |
public static final String |
ROUTES_ADDED_DESCRIPTION |
"The count of routes." |
public static final String |
ROUTES_ADDED_DISPLAY_NAME |
"Routes count" |
public static final String |
ROUTES_RUNNING_DESCRIPTION |
"The count of running routes." |
public static final String |
ROUTES_RUNNING_DISPLAY_NAME |
"Routes running count" |