Red Hat Training

A Red Hat training course is available for Red Hat Fuse

Performance Metrics Reference

Red Hat JBoss Fuse

Fuse Plugin Pack for JBoss ON

Red Hat

Version 6.0
13 Oct 2017

Abstract

This guide describes the information you can collect about your Fuse managed resources and then display it in JBoss Operation Network.

Chapter 1. Monitoring Fuse Resources

Abstract

Using Red Hat JBoss Operations Network (JON), you can discover, import, and monitor Red Hat JBoss Fuse resources.
Important
The Fuse Plugin Pack for JBoss ON 3.1.2 is not installed with the JON base distribution. You must download and install it separately after you have installed the JON base distribution.
To install the Fuse Plugin Pack for JBoss ON 3.1.2:
  1. Select JBoss ON for Fuse under FuseSource in the sidebar menu.
  2. Click Download next to Fuse Plugin Pack for JBoss ON 3.1.2 .
  3. Unzip the plugin package (JON-3.1.2-Fuse/jon-plugin-pack-fuse-3.1.2.GA.zip) in the /installDir/server/ directory.
  4. Install the jar files in one of two ways:

Chapter 2. JBoss ON Managed Fuse Resources

Overview

Metrics are collected for managed resources that are deployed in Red Hat JBoss Fuse.
  • Apache ActiveMQ managed resources
  • Apache Camel managed resources
  • Apache CXF managed resources
  • Apache ServiceMix 3.x managed resources
  • Apache ServiceMix 4.x managed resources
  • JBoss Fuse managed resources
  • Fuse Fabric managed resources
Based on a managed resource's metrics, you can invoke Control Operations on the resource to avoid or correct throughput and performance problems.

Availability Status

For all JBoss Fuse managed resources, this metric is of category Availability and of measurement type Dynamic. It indicates the availability status of a resource during a given time slice.

Table 2.1. Availability Indicators

IconStateDescription
Green check mark
Available (Up)Resource is running and responding to availability checks.
Red ball with white exclamation point inside
DownResource is not responding to availability checks.
Gray ball with white question mark inside
Unknown
The agent has no record of the resource's state.
This could be due to the resource having been newly added to inventory, so has not yet been checked for availability. Or it could be that the agent is down.
Red circle with green dot inside and a red slash cutting diagonally through the circle's diameter
Disabled
The resource has been administratively marked as unavailable.
In reality, the resource could be running or stopped. When a resource is disabled, the server ignores availability reports from the agent to prevent unnecessary alerts triggered by known down (or cycling) states.
Yellow triangle with black exclamation point inside
Mixed (resource groups only)Members in a resource group have different availability states.

Per Minute metrics

Because metrics of type Trends Up and category Throughput continuously increase, the rate of change becomes more important to track than the total number of exchanges. So JBoss ON automatically calculates and creates a secondary Per Minute metric for many of these type of exchanges. By default, the Per Minute metrics, rather than their counterparts, are enabled and charted.

Referencing properties in Dynamic Group Definition expressions

To reference configuration properties and traits in Dynamic Group Definition expressions, you must use the item's internal name.

Chapter 3. Apache Camel Managed Resources

3.1. Overview

Apache Camel metrics are collected for routes that are deployed in Red Hat JBoss ON managed platforms. Based on a resource's metrics, you can invoke Control Operations on the resource to avoid or correct throughput and performance problems.

3.2. Agent Metric Collectors

The main service entries, which collect the required metrics, are:
  • Camel Context
  • Camel Component
  • Camel Endpoint
  • Camel Route
  • Camel Processor
Note
By default, Availability status is collected on all Camel services. Only the Camel Route and Camel Processor services collect additional metrics.

3.3. Camel Context Service

Overview

Description:Camel Context
Singleton:no
Plugin:Camel

Parent Resource Types

  • JMX Server Platform
  • Servicemix3 Server Platform
  • Servicemix4 Server Platform
  • Fabric Container Platform
  • JBoss Fuse Container Platform
  • JBossAS Server Platform

Child Resource Types

Connection Properties

Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
NameDescriptionRequiredInternal Name
Camel IdThe name of the Camel componentyesComponentName
Camel VersionThe Camel versionyesCamelVersion
Object Name yesobjectName
Name Template yesnameTemplate
Description Template yesdescriptionTemplate
ContextThe name of the Camel Contextyescontext
NameNameyesname

Metrics

none

Configuration Properties

none

Operations

You can invoke control operations to avoid or correct throughput and performance problems.
NameDescription
start The start operation starts up the selected camel context.
stop The stop operation stops the selected camel context immediately.
suspend The suspend operation pauses the routing of messages and preserves the state of the route, after the completion of all inflight exchanges.
resume The resume operation resumes the processing of messages after a call to suspend.

Package Types

none

3.4. Camel Component Service

Overview

Description:Camel Component
Singleton:no
Plugin:Camel

Parent Resource Types

Child Resource Types

none

Connection Properties

Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
NameDescriptionRequiredInternal Name
Component NameThe name of the Camel component yesComponentName
Object Name yesobjectName
Name Template yesnameTemplate
Description Template yesdescriptionTemplate
NameNameyesname

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none

3.5. Camel Endpoint Service

Overview

Description:Camel Endpoint
Singleton:no
Plugin:Camel

Parent Resource Type

Child Resource Types

none

Connection Properties

Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
NameDescriptionRequiredInternal Name
Endpoint UriThe uri of the Camel consumer endpointyesEndpointUri
Object Name yesobjectName
Name Template yesnameTemplate
Description Template yesdescriptionTemplate
NameNameyesname

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none

3.6. Camel Processor Service

Overview

Description:Camel Processor
Singleton:no
Plugin:Camel

Parent Resource Types

Child Resource Types

none

Connection Properties

Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
NameDescriptionRequiredInternal Name
Route IdThe name of the Camel routeyesRouteId
Processor IdThe name of the processor in the Camel RouteyesProcessorId
Object Name yesobjectName
Name Template yesnameTemplate
Description Template yesdescriptionTemplate
NameNameyesname

Metrics

Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.
NameTypeDescriptionInternal Name
Exchanges CompletedmeasurementIndicates the total number of exchanges the selected processor has processed successfully since processor start-up or the last reset operation.ExchangesCompleted
Exchanges Completed Per MinutemeasurementIndicates the total number of exchanges the selected processor has processed successfully per minute since processor start-up or the last reset operation.ExchangesCompleted
Exchanges FailedmeasurementIndicates the total number of exchanges that the selected processor has failed to process since processor start-up or the last reset operation.ExchangesFailed
Exchanges Failed Per MinutemeasurementIndicates the total number of exchanges that the selected processor has failed to process per minute since processor start-up or the last reset operation.ExchangesFailed
Exchanges TotalmeasurementIndicates the total number of exchanges, passed or failed, that the selected processor has processed since route start-up or the last reset operation.ExchangesTotal
Exchanges Total Per MinutemeasurementIndicates the total number of exchanges, passed or failed, that the selected processor has processed per minute since route start-up or the last reset operation.ExchangesTotal
Min Processing TimemeasurementIndicates the shortest time, in milliseconds, to process an exchange since processor start-up or the last reset operation.MinProcessingTime
Mean Processing TimemeasurementIndicates the average processing time, in milliseconds, for all exchanges processed since processor start-up or the last reset operation.MeanProcessingTime
Max Processing TimemeasurementIndicates the longest time, in milliseconds, to process an exchange since processor start-up or the last reset operation.MaxProcessingTime
Total Processing TimemeasurementIndicates the total processing time, in milliseconds, of all exchanges processed since processor start-up or the last reset operation.TotalProcessingTime
Last Processing TimemeasurementIndicates the time, in milliseconds, it took the selected processor to process the last exchange.LastProcessingTime

Configuration Properties

none

Operations

You can invoke control operations to avoid or correct throughput and performance problems.
NameDescription
reset The reset operation immediately clears all counters, thus all statistics, for the specified processor.
start The start operation starts up the selected processor and all of its services.
stop The stop operation immediately stops the selected processor.

Package Types

none

3.7. Camel Route Service

Overview

Description:Camel Route
Singleton:no
Plugin:Camel

Parent Resource Types

Child Resource Types

none

Connection Properties

Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.
NameDescriptionRequiredInternal Name
Route IdThe name of the Camel routeyesRouteId
Endpoint UriThe uri of the consumer endpoint in the Camel routeyesEndpointUri
Object Name yesobjectName
Name Template yesnameTemplate
Description Template yesdescriptionTemplate
NameNameyesname

Metrics

Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.
NameTypeDescriptionInternal Name
Exchanges CompletedmeasurementIndicates the total number of exchanges the route has processed successfully since route start-up or the last reset operation.ExchangesCompleted
Exchanges Completed Per MinutemeasurementIndicates the total number of exchanges the route has processed successfully per minute since route start-up or the last reset operation.ExchangesCompleted
Exchanges FailedmeasurementIndicates the total number of exchanges that the route has failed to process since route start-up or the last reset operation.ExchangesFailed
Exchanges Failed Per MinutemeasurementIndicates the total number of exchanges that the route has failed to process per minute since route start-up or the last reset operation.ExchangesFailed
Exchanges TotalmeasurementIndicates the total number of exchanges, passed or failed, that the route has processed since route start-up or the last reset operation.ExchangesTotal
Exchanges Total Per MinutemeasurementIndicates the total number of exchanges, passed or failed, that the route has processed per minute since route start-up or the last reset operation.ExchangesTotal
Inflight ExchangesmeasurementIndicates the number of exchanges currently transiting the route.InflightExchanges
Inflight Exchanges Per MinutemeasurementIndicates the number of exchanges currently transiting the route per minute.InflightExchanges
Min Processing TimemeasurementIndicates the shortest time, in milliseconds, to process an exchange since route start-up or the last reset operation.MinProcessingTime
Mean Processing TimemeasurementIndicates the average processing time, in milliseconds, for all exchanges processed since route start-up or the last reset operation.MeanProcessingTime
Max Processing TimemeasurementIndicates the longest time, in milliseconds, to process an exchange since route start-up or the last reset operation.MaxProcessingTime
Total ProcessingTimemeasurementIndicates the total processing time, in milliseconds, of all exchanges processed since route start-up or the last reset operation.TotalProcessingTime
Last Processing TimemeasurementIndicates the time, in milliseconds, it took the route to process the last exchange.LastProcessingTime
Note
All Exchanges* metrics are of measurement type Trends Up and category Throughput. Because Trends Up metrics continuously increase, the rate of change becomes more important to track than the total number of exchanges, so JBoss ON automatically calculates and creates a secondary Per Minute metric for each Exchanges* metric. By default, the Per Minute metrics, rather than their counterparts, are enabled and charted.

Configuration Properties

none

Operations

You can invoke control operations to avoid or correct throughput and performance problems.
NameDescription
reset The reset operation immediately clears all counters, thus all statistics, for the specified route.
shutdown
The shutdown operation immediately stops and shuts down the selected route, pending the completion of all inflight exchanges.
start The start operation starts up the selected route, including all of its processors and services.
stop
The stop operation immediately stops the selected route, pending the completion of all pending inflight exchanges.

Package Types

none

Chapter 4. Apache CXF Managed Resources

4.1. Overview

Apache CXF metrics are collected for web services that are deployed in Red Hat JBoss ON managed platforms. Based on a resource's metrics, you can invoke Control Operations on the resource to avoid or correct throughput and performance problems.

4.2. Agent Metric Collectors

The main service entries, which collect the required metrics, are:
  • CXF Process
  • CXF Bus
  • CXF Work Queue Manager
  • CXF Work Queue
  • CXF Endpoint
  • CXF Client Operation Counter
  • CXF Client Service Counter
  • CXF Server Operation Counter
  • CXF Server Service Counter
Note
By default, Availability status is collected on all CXF services. Only the CXF Client Operation Counter, CXF Client Service Counter, CXF Server Operation Counter, and CXF Server Service Counter services collect additional metrics.

4.3. CXF Process Server (CXF)

Overview

Description:CXF Process
Singleton: no
Plugin:CXF

Parent Resource Types

  • Managed Platforms

Child Resource Types

  • CXF Process JVM Server

Autodiscovery Process Scans

NameQuery
${processScan.name}
process|basename|match=^java.*,arg|-Dcxf.home|match=.*,arg|
-Dcxf.config.file|match=.*

Connection Properties

NameDescriptionRequiredInternal Name
CXF HomeCXF Process Home Directory yes cxf.home
Server Resource KeyJava system property that uniquely identifies this Server yes resourceKey
Version File PatternFile name with Server version yes versionFile
Home DirectorySystem property for home directory yes homeProperty
Connector AddressJMX Service URL no connectorAddress
PrincipalJMX login principal/username no principal
CredentialsJMX login credentials/password no credentials
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none

4.4. Bus Service (CXF)

Overview

Description:CXF Bus
Singleton: no
Plugin:CXF

Parent Resource Types

Child Resource Types

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
Bus IDCXF Bus ID yes bus.id
Avoid Custom Object NamesAvoid Custom JMX Object Names yes skipUnknownProps
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
StartStart the CXF bus.
StopStop the CXF bus.

Package Types

none

4.5. WorkQueueManager Service (CXF)

Overview

Description:CXF WorkQueueManager
Singleton: no
Plugin:CXF

Parent Resource Types

Child Resource Types

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Bus IDCXF Bus ID yes bus.id
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
Avoid Custom Object NamesAvoid Custom JMX Object Names yes skipUnknownProps
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
Shutdown Shut down the Work Queue Manager.

Package Types

none

4.6. WorkQueue Service (CXF)

Overview

Description:CXF WorkQueue
Singleton: no
Plugin:CXF

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
Avoid Custom Object NamesAvoid Custom JMX Object Names yes skipUnknownProps
Bus IDCXF Bus ID yes bus.id
NameWorkqueue Name yes name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none

4.7. CXF Endpoint Service (CXF)

Overview

Description:CXF Endpoint
Singleton: no
Plugin:CXF

Parent Resource Types

Child Resource Types

Connection Properties

NameDescriptionRequiredInternal Name
AddressEndpoint Address no Address
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
Bus IDCXF Bus ID yes bus.id
Avoid Custom Object NamesAvoid Custom JMX Object Names yes skipUnknownProps
ServiceService QName yes service
PortPort Name yes port
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
StartStart a CXF endpoint.
StopStop a CXF endpoint.

Package Types

none

4.8. ClientServiceCounter Service (CXF)

Overview

Description:CXF Client Service Counter
Singleton: no
Plugin:CXF

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
Avoid Custom Object NamesAvoid Custom JMX Object Names yes skipUnknownProps
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
Average Response TimemeasurementAverage Response TimeAvgResponseTime
Min Response TimemeasurementMinimum Response TimeMinResponseTime
Max Response TimemeasurementMaximum Response TimeMaxResponseTime
Invocation CountmeasurementNumber of Operation invocationsNumInvocations
Invocation Count per MinutemeasurementNumber of Operation invocations per minuteNumInvocations
Checked Application FaultsmeasurementNumber of checked application faults thrownNumCheckedApplicationFaults
Checked Application Faults per MinutemeasurementNumber of checked application faults thrown per minuteNumCheckedApplicationFaults
UnChecked Application FaultsmeasurementNumber of unchecked application faults thrownNumUnCheckedApplicationFaults
UnChecked Application Faults per MinutemeasurementNumber of unchecked application faults thrown per minuteNumUnCheckedApplicationFaults
Logical Runtime FaultsmeasurementNumber of logical runtime faults thrownNumLogicalRuntimeFaults
Logical Runtime Faults per MinutemeasurementNumber of logical runtime faults thrown per minuteNumLogicalRuntimeFaults
Runtime FaultsmeasurementNumber of runtime faults thrownNumRuntimeFaults
Runtime Faults per MinutemeasurementNumber of runtime faults thrown per minuteNumRuntimeFaults
Total Handling TimemeasurementTotal processing timeTotalHandlingTime
Total Handling Time per MinutemeasurementTotal processing time per minuteTotalHandlingTime
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

4.9. ClientOperationCounter Service (CXF)

Overview

Description:CXF Client Operation Counter
Singleton: no
Plugin:CXF

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
OperationOperation Name yes operation
Avoid Custom Object NamesAvoid Custom JMX Object Names yes skipUnknownProps
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
Average Response TimemeasurementAverage Response TimeAvgResponseTime
Min Response TimemeasurementMinimum Response TimeMinResponseTime
Max Response TimemeasurementMaximum Response TimeMaxResponseTime
Invocation CountmeasurementNumber of Operation invocationsNumInvocations
Invocation Count per MinutemeasurementNumber of Operation invocations per minuteNumInvocations
Checked Application FaultsmeasurementNumber of checked application faults thrownNumCheckedApplicationFaults
Checked Application Faults per MinutemeasurementNumber of checked application faults thrown per minuteNumCheckedApplicationFaults
UnChecked Application FaultsmeasurementNumber of unchecked application faults thrownNumUnCheckedApplicationFaults
UnChecked Application Faults per MinutemeasurementNumber of unchecked application faults thrown per minuteNumUnCheckedApplicationFaults
Logical Runtime FaultsmeasurementNumber of logical runtime faults thrownNumLogicalRuntimeFaults
Logical Runtime Faults per MinutemeasurementNumber of logical runtime faults thrown per minuteNumLogicalRuntimeFaults
Runtime FaultsmeasurementNumber of runtime faults thrownNumRuntimeFaults
Runtime Faults per MinutemeasurementNumber of runtime faults thrown per minuteNumRuntimeFaults
Total Handling TimemeasurementTotal processing timeTotalHandlingTime
Total Handling Time per MinutemeasurementTotal processing time per minuteTotalHandlingTime
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

4.10. ServerServiceCounter Service (CXF)

Overview

Description:CXF Server Service Counter
Singleton: no
Plugin:CXF

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
Avoid Custom Object NamesAvoid Custom JMX Object Names yes skipUnknownProps
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
Average Response TimemeasurementAverage Response TimeAvgResponseTime
Min Response TimemeasurementMinimum Response TimeMinResponseTime
Max Response TimemeasurementMaximum Response TimeMaxResponseTime
Invocation CountmeasurementNumber of Operation invocationsNumInvocations
Invocation Count per MinutemeasurementNumber of Operation invocations per minuteNumInvocations
Checked Application FaultsmeasurementNumber of checked application faults thrownNumCheckedApplicationFaults
Checked Application Faults per MinutemeasurementNumber of checked application faults thrown per minuteNumCheckedApplicationFaults
UnChecked Application FaultsmeasurementNumber of unchecked application faults thrownNumUnCheckedApplicationFaults
UnChecked Application Faults per MinutemeasurementNumber of unchecked application faults thrown per minuteNumUnCheckedApplicationFaults
Logical Runtime FaultsmeasurementNumber of logical runtime faults thrownNumLogicalRuntimeFaults
Logical Runtime Faults per MinutemeasurementNumber of logical runtime faults thrown per minuteNumLogicalRuntimeFaults
Runtime FaultsmeasurementNumber of runtime faults thrownNumRuntimeFaults
Runtime Faults per MinutemeasurementNumber of runtime faults thrown per minuteNumRuntimeFaults
Total Handling TimemeasurementTotal processing timeTotalHandlingTime
Total Handling Time per MinutemeasurementTotal processing time per minuteTotalHandlingTime
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

4.11. ServerOperationCounter Service (CXF)

Overview

Description:CXF Server Operation Counter
Singleton: no
Plugin:CXF

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
OperationOperation Name yes operation
Avoid Custom Object NamesAvoid Custom JMX Object Names yes skipUnknownProps
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
Average Response TimemeasurementAverage Response TimeAvgResponseTime
Min Response TimemeasurementMinimum Response TimeMinResponseTime
Max Response TimemeasurementMaximum Response TimeMaxResponseTime
Invocation CountmeasurementNumber of Operation invocationsNumInvocations
Invocation Count per MinutemeasurementNumber of Operation invocations per minuteNumInvocations
Checked Application FaultsmeasurementNumber of checked application faults thrownNumCheckedApplicationFaults
Checked Application Faults per MinutemeasurementNumber of checked application faults thrown per minuteNumCheckedApplicationFaults
UnChecked Application FaultsmeasurementNumber of unchecked application faults thrownNumUnCheckedApplicationFaults
UnChecked Application Faults per MinutemeasurementNumber of unchecked application faults thrown per minuteNumUnCheckedApplicationFaults
Logical Runtime FaultsmeasurementNumber of logical runtime faults thrownNumLogicalRuntimeFaults
Logical Runtime Faults per MinutemeasurementNumber of logical runtime faults thrown per minuteNumLogicalRuntimeFaults
Runtime FaultsmeasurementNumber of runtime faults thrownNumRuntimeFaults
Runtime Faults per MinutemeasurementNumber of runtime faults thrown per minuteNumRuntimeFaults
Total Handling TimemeasurementTotal processing timeTotalHandlingTime
Total Handling Time per MinutemeasurementTotal processing time per minuteTotalHandlingTime
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

Chapter 5. Apache ServiceMix3 Managed Resources

5.1. Overview

Apache ServiceMix3 metrics are collected for JBoss ON managed ServiceMix 3.x platforms. Based on a resource's metrics, you can invoke Control Operations on the resource to avoid or correct throughput and performance problems.

5.2. Agent Metric Collectors

The main service entries, which collect the required metrics, are:
  • ServiceMix3 Server
  • ServiceMix3 Container
  • ServiceMix3 Component
  • ServiceMix3 Endpoint
  • ServiceMix3 JBI Admin Commands
  • ServiceMix3 Service Assembly
  • ServiceMix3 Shared Library
Note
By default, Availability status is collected on all ServiceMix3 services. Only the ServiceMix3 Component and Endpoint services collect additional metrics.

5.3. Servicemix3 Server (Servicemix3)

Overview

Description:Servicemix3 Server Process
Singleton: no
Plugin:Servicemix3

Parent Resource Types

  • Managed Platforms

Child Resource Types

  • Servicemix3 Server JVM Server

Autodiscovery Process Scans

NameQuery
${processScan.name}process|basename|match=^java.*,arg|-Dservicemix.home|match=.*

Connection Properties

NameDescriptionRequiredInternal Name
Log Event SourcesThe list of log files that can be tracked yes logEventSources
Servicemix HomeServicemix Server Home Directory yes servicemix.home
Server Resource KeyJava system property that uniquely identifies this Server yes resourceKey
Version File PatternFile name with Server version yes versionFile
Home DirectorySystem property for home directory yes homeProperty
Log FileLog File to track yes logFile
Connector AddressJMX Service URL no connectorAddress
PrincipalJMX login principal/username no principal
CredentialsJMX login credentials/password no credentials
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none

5.4. Container Service (Servicemix3)

Overview

Description:Servicemix Container
Singleton: no
Plugin:Servicemix3

Parent Resource Types

Child Resource Types

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
Container NameContainer Name yes containerName
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
StartStart a container.
StopStop a container.
Shut DownShut down a container.

Package Types

none

5.5. Component Service (Servicemix3)

Overview

Description:Servicemix Component
Singleton: no
Plugin:Servicemix3

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Stats Object Name  yes statsObjectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
NameComponent Name yes name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
Inbound Exchange CountmeasurementCount of inbound ExchangesinboundExchangeCount
Inbound Exchange Count per MinutemeasurementCount of inbound ExchangesinboundExchangeCount
Inbound Exchange RatemeasurementRate of inbound Exchanges per secondinboundExchangeRate
Outbound Exchange CountmeasurementCount of outbound ExchangesoutboundExchangeCount
Outbound Exchange Count per MinutemeasurementCount of outbound ExchangesoutboundExchangeCount
Outbound Exchange RatemeasurementRate of outbound Exchanges per secondoutboundExchangeRate
Inbound Queue SizemeasurementSize of the inbound QueueinboundQueueSize
Inbound Queue Size per MinutemeasurementSize of the inbound QueueinboundQueueSize
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

NameDescription
StartStart a component.
StopStop a component.
Shut DownShut down a component.

Package Types

none

5.6. Endpoint Service (Servicemix3)

Overview

Description:Servicemix Endpoint
Singleton: no
Plugin:Servicemix3

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
NameEndpoint Name yes name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
Inbound Exchange CountmeasurementCount of inbound ExchangesinboundExchangeCount
Inbound Exchange Count per MinutemeasurementCount of inbound ExchangesinboundExchangeCount
Inbound Exchange RatemeasurementRate of inbound Exchanges per secondinboundExchangeRate
Outbound Exchange CountmeasurementCount of outbound ExchangesoutboundExchangeCount
Outbound Exchange Count per MinutemeasurementCount of outbound ExchangesoutboundExchangeCount
Outbound Exchange RatemeasurementRate of outbound Exchanges per secondoutboundExchangeRate
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

5.7. JBI Admin Commands Service (Servicemix3)

Overview

Description:Servicemix JBI Admin Commands Service
Singleton: no
Plugin:Servicemix3

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
Uninstall ComponentUninstall a component.
List ComponentsList all installed components.
Start ComponentStart a component.
Stop ComponentStop a component.
Shutdown ComponentShut down a component.
Install Shared LibraryInstall a shared library.
Uninstall Shared LibraryUninstall a shared library.
List Shared LibrariesList all installed shared libraries.
Deploy Service AssemblyDeploy a service assembly.
Undeploy Service AssemblyUndeploy a service assembly.
Start Service AssemblyStart a service assembly.
Stop Service AssemblyStop a service assembly.
Shutdown Service AssemblyShut down a service assembly.
List Service AssembliesList all installed shared libraries.

Package Types

none

5.8. Service Assembly Service (Servicemix3)

Overview

Description:Servicemix Service Assembly
Singleton: no
Plugin:Servicemix3

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
NameService Assembly Name yes name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
StartStart the service assembly.
StopStop the service assembly.
Shut DownShut down the service assembly.

Package Types

none

5.9. Shared Library Service (Servicemix3)

Overview

Description:Servicemix Shared Library
Singleton: no
Plugin:Servicemix3

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
NameShared Library Name yes name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none

Chapter 6. Apache ServiceMix4 Managed Resources

6.1. Overview

Apache ServiceMix4 metrics are collected for JBoss ON managed ServiceMix 4.x Server platforms. Based on a resource's metrics, you can invoke Control Operations on the resource to avoid or correct throughput and performance problems.

6.2. Agent Metric Collectors

The main service entries, which collect the required metrics, are:
  • ServiceMix4 Server
  • Apache Karaf Admin
  • Apache Karaf Features
  • OSGi Compendium Configuration Management
  • OSGi Compendium Permission Management
  • OSGi Core Bundle State
  • OSGi Core Framework
  • OSGi Core Package State
  • OSGi Core Service State
  • ServiceMix4 Shared Library
  • ServiceMix4 Component
  • ServiceMix4 Service Assembly
  • ServiceMix4 Endpoint
  • ServiceMix4 JBI Admin Commands
Note
By default, Availability status is collected on all ServiceMix4 services. Only the ServiceMix4 OSGi Core FrameWork and Endponit services collect additional metrics.

6.3. Servicemix4 Server (Servicemix4)

Overview

Description:Servicemix4 Server Process
Singleton: no
Plugin:Servicemix4

Parent Resource Types

  • Managed Platforms

Child Resource Types

  • Servicemix4 Server JVM Server

Autodiscovery Process Scans

NameQuery
${processScan.name}
process|basename|match=^java.*,arg|-Dkaraf.home|match=.*,arg|
-Dkaraf.base|match=.*,arg|org.apache.karaf.main.Main|match=.*

Connection Properties

NameDescriptionRequiredInternal Name
Log Event SourcesThe list of log files that can be tracked yes logEventSources
Servicemix HomeServicemix Server Home Directory yes karaf.home
Servicemix BaseServicemix Server Base Directory yes karaf.base
Server Resource KeyJava system property that uniquely identifies this Server yes resourceKey
Version File PatternFile name with Server version yes versionFile
Home DirectorySystem property for home directory yes homeProperty
Log FileLog File to track yes logFile
Connector AddressJMX Service URL no connectorAddress
PrincipalJMX login principal/username no principal
CredentialsJMX login credentials/password no credentials
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none

6.4. Karaf Admin Service (Servicemix4)

Overview

Description:Karaf Admin
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
NameKaraf Container Name yes name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
Create InstanceCreate a Karaf child instance.
Destroy InstanceDestroy a Karaf child instance.
Change Ssh PortChange the SSH port of a Karaf child instance.
Start InstanceStart a Karaf child instance.
Stop InstanceStop a Karaf child instance.

Package Types

none

6.5. Karaf Features Service (Servicemix4)

Overview

Description:Karaf Features
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
NameKaraf Features Name yes name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
Add RepositoryAdd a feature repository.
Uninstall FeatureUninstall a feature.
Install FeatureInstall a feature.
Remove RepositoryRemove a feature repository.

Package Types

none

6.6. Component Service (Servicemix4)

Overview

Description:Servicemix Component
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
NameComponent Name yes name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
StartStart a component.
StopStop a component.
Shut DownShutdown a component.

Package Types

none

6.7. Endpoint Service (Servicemix4)

Overview

Description:Servicemix Endpoint
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
NameEndpoint Name yes Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
IdEndpoint Id yes id
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
Inbound Exchange CountmeasurementCount of inbound ExchangesInboundExchangeCount
Inbound Exchange Count per MinutemeasurementCount of inbound ExchangesInboundExchangeCount
Inbound Exchange RatemeasurementRate of inbound Exchanges per secondInboundExchangeRate
Outbound Exchange CountmeasurementCount of outbound ExchangesOutboundExchangeCount
Outbound Exchange Count per MinutemeasurementCount of outbound ExchangesOutboundExchangeCount
Outbound Exchange RatemeasurementRate of outbound Exchanges per secondOutboundExchangeRate
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

6.8. JBI Admin Commands Service (Servicemix4)

Overview

Description:Servicemix JBI Admin Commands Service
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
Uninstall ComponentUninstall a component.
List ComponentsList all installed components.
Start ComponentStart a component.
Stop ComponentStop a component.
Shutdown ComponentShut down a component.
Install Shared LibraryInstall a shared library.
Uninstall Shared LibraryUninstall a shared library.
List Shared LibrariesList all installed shared libraries.
Deploy Service AssemblyDeploy a service assembly.
Undeploy Service AssemblyUndeploy a service assembly.
Start Service AssemblyStart a service assembly.
Stop Service AssemblyStop a service assembly.
Shutdown Service AssemblyShut down a service assembly.
List Service AssembliesList all installed service assemblies.

Package Types

none

6.9. Service Assembly Service (Servicemix4)

Overview

Description:Servicemix Service Assembly
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
NameService Assembly Name yes name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
StartStart a service assembly.
StopStop a service assembly.
Shut DownShut down a service assembly.

Package Types

none

6.10. Shared Library Service (Servicemix4)

Overview

Description:Servicemix Shared Library
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
NameShared Library Name yes name
VersionShared Library Version yes version
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none

6.11. Osgi Compendium Configuration Management Service (Servicemix4)

Overview

Description:Osgi Compendium Configuration Management
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
OSGi VersionOSGi Service Version yes osgiVersion
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
DeleteDelete configuration properties.
Delete For LocationDelete configuration properties for location.
Create Factory ConfigurationCreate a factory configuration.
Create Factory Configuration For LocationCreate a factory configuration for location.
Get Factory PidGet a factory PID.
Get Factory Pid For LocationGet the factory PID for location.
Get Bundle LocationGet the location of a bundle.
Set Bundle LocationSet the location of a bundle.
Delete ConfigurationsDelete configurations.

Package Types

none

6.12. Osgi Core Bundle State Service (Servicemix4)

Overview

Description:Osgi Core Bundle State
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
OSGi VersionOSGi Service Version yes osgiVersion
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
Get StateGet the state of a bundle.
Get Last ModifiedGet the date a bundle was last modified.
Get Symbolic NameGet the symbolic name of a bundle.
Is FragmentDiscover whether a bundle is a fragment.
Get Start LevelGet the start level of a bundle.
Is Removal PendingDiscover whether removal of a bundle is pending.
Is RequiredDiscover whether a bundle is required.
Is Persistently StartedDiscover whether a bundle is persistently started.

Package Types

none

6.13. Osgi Core Framework Service (Servicemix4)

Overview

Description:Osgi Core Framework
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
OSGi VersionOSGi Service Version yes osgiVersion
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
Initial Bundle Start LeveltraitFeature Initial Bundle Start LevelInitialBundleStartLevel
Framework Start LeveltraitFeature Framework Start LevelFrameworkStartLevel
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

NameDescription
Install BundleInstall a bundle.
Set Bundle Start LevelSet the start level of a bundle.
Uninstall BundleUninstall a bundle.
Update BundleUpdate a bundle.
Resolve BundleResolve a bundle.
Restart FrameworkRestart the OSGi framework.
Shutdown FrameworkShut down the OSGi framework.
Start BundleStart a bundle.
Stop BundleStop a bundle.
Update FrameworkUpdate the OSGi framework.

Package Types

none

6.14. Osgi Core Package State Service (Servicemix4)

Overview

Description:Osgi Core Package State
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
OSGi VersionOSGi Service Version yes osgiVersion
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
Is Removal PendingDiscover whether removal of a package is pending.

Package Types

none

6.15. Osgi Core Service State Service (Servicemix4)

Overview

Description:Osgi Core Service State
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
OSGi VersionOSGi Service Version yes osgiVersion
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

NameDescription
Get Bundle IdentifierGet the identifier of a bundle.

Package Types

none

6.16. Osgi Compendium Permission Management Service (Servicemix4)

Overview

Description:Osgi Compendium Permission Management
Singleton: no
Plugin:Servicemix4

Parent Resource Types

Child Resource Types

none

Connection Properties

NameDescriptionRequiredInternal Name
Object Name  yes objectName
Name Template  yes nameTemplate
Description Template  yes descriptionTemplate
OSGi VersionOSGi Service Version yes osgiVersion
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

none

Configuration Properties

none

Operations

none

Package Types

none

Chapter 7. JBoss Fuse Managed Resources

7.1. Overview

JBoss Fuse metrics are collected for Red Hat JBoss Fuse containers.

7.2. Agent Metric Collectors

The main service entry, which collects the required metrics, is JBoss Fuse Container.

7.3. JBoss Fuse Container Server (JBossFuse)

Overview

Description:JBoss Fuse Container Process
Singleton: no
Plugin:JBossFuse

Parent Resource Types

  • Managed Platforms

Child Resource Types

  • JBoss Fuse Container JVM_Server

Autodiscovery Process Scans

NameQuery
${processScan.name}
process|basename|match=^java.*,arg|-Dkaraf.home|match=.*,arg|
-Dkaraf.base|match=.*,arg|org.apache.karaf.main.Main|match=.*

Connection Properties

NameDescriptionRequiredInternal Name
Log Event SourcesThe list of log files that can be tracked yes logEventSources
JBoss Fuse Container HomeJBoss Fuse Container Home Directory yes karaf.home
JBoss Fuse Container BaseJBoss Fuse Container Base Directory yes karaf.base
Server Resource KeyJava system property that uniquely identifies this Server yes resourceKey
Version File PatternFile name with Server version yes versionFile
Home DirectorySystem property for home directory yes homeProperty
Log FileLog File to track yes logFile
Connector AddressJMX Service URL no connectorAddress
PrincipalJMX login principal/username no principal
CredentialsJMX login credentials/password no credentials
Fabric Registry URLURL to use to connect to the Fabric Registry, required for Fabric managed Containers no zookeeper.url
Fabric Registry PasswordPassword to use to connect to the Fabric Registry no zookeeper.password
Registry TimeoutRegistry connection timeout in Seconds, used for Fabric metadata collection yes zookeeper.timeout
JBoss Fuse Container TypeJBoss Fuse Container Type based on underlying product install yes container.type
JBoss Fuse Container NameJBoss Fuse Container name, same as Karaf name yes karaf.name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
JBoss Fuse Container VersiontraitJBoss Fuse Profile Version used by this Containercontainer.version
JBoss Fuse ProfilestraitJBoss Fuse Profiles referenced directly by this Containerprofiles
JBoss Fuse Parent ProfilestraitJBoss Fuse parent Profiles indirectly referenced by this ContainerparentProfiles
MQ ClusterstraitJBoss Fuse MQ Clusters where this Container exports ActiveMQ Connection DetailsmqClusters
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

Chapter 8. Fabric Managed Resources

8.1. Overview

Fabric metrics are collected for fabrics deployed in Red Hat JBoss Fuse.

8.2. Agent Metric Collectors

The main service entry, which collects the required metrics, is Fabric Container.

8.3. Fabric Container Server (Fabric)

Overview

Description:Fabric Container Process
Singleton: no
Plugin:Fabric

Parent Resource Types

  • Managed Platforms

Child Resource Types

  • Fabric Container JVM Server

Autodiscovery Process Scans

NameQuery
${processScan.name}
process|basename|match=^java.*,arg|-Dkaraf.home|match=.*,arg|
-Dkaraf.base|match=.*,arg|org.apache.karaf.main.Main|match=.*

Connection Properties

NameDescriptionRequiredInternal Name
Log Event SourcesThe list of log files that can be tracked yes logEventSources
Fabric Container HomeFabric Container Home Directory yes karaf.home
Fabric Container BaseFabric Container Base Directory yes karaf.base
Server Resource KeyJava system property that uniquely identifies this Server yes resourceKey
Version File PatternFile name with Server version yes versionFile
Home DirectorySystem property for home directory yes homeProperty
Log FileLog File to track yes logFile
Connector AddressJMX Service URL no connectorAddress
PrincipalJMX login principal/username no principal
CredentialsJMX login credentials/password no credentials
Fabric Registry URLURL to use to connect to the Fabric Registry, required for Fabric managed Containers no zookeeper.url
Fabric Registry PasswordPassword to use to connect to the Fabric Registry no zookeeper.password
Registry TimeoutRegistry connection timeout in Seconds, used for Fabric metadata collection yes zookeeper.timeout
Fuse Container TypeFuse Container Type based on underlying product install yes container.type
Fabric Container NameFabric Container name, same as Karaf name yes karaf.name
Note
You must use the internal name to reference Configuration Properties in Dynamic Group Definition expressions.

Metrics

NameTypeDescriptionInternal Name
Fabric Container VersiontraitFabric Profile Version used by this Containercontainer.version
Fabric ProfilestraitFabric Profiles referenced directly by this Containerprofiles
Fabric Parent ProfilestraitFabric parent Profiles indirectly referenced by this ContainerparentProfiles
MQ ClusterstraitFabric MQ Clusters where this Container exports ActiveMQ Connection DetailsmqClusters
Note
You must use the internal name to reference Traits in Dynamic Group Definition expressions.

Configuration Properties

none

Operations

none

Package Types

none

Legal Notice

Trademark Disclaimer

The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Apache, ServiceMix, Camel, CXF, and ActiveMQ are trademarks of Apache Software Foundation. Any other names contained herein may be trademarks of their respective owners.