Managing Metrics
This Micro-Integration uses Spring Boot Metrics, which leverages Micrometer to manage its metrics.
Connector Meters
In addition to the meters provided by the Spring framework, this Micro-Integration supplies the following custom meters:
| Name | Type | Tags | Description | Notes |
|---|---|---|---|---|
|
|
|
|
The processing time |
This meter is a rename of |
|
|
|
|
The error processing time. |
This meter is a rename of Meters might be merged under the same Setting a binding's |
|
|
Base Units: |
|
The message payload size. |
|
|
|
Base Units: |
|
The total message size. |
|
|
|
Base Units: |
|
The publish acknowledgment count. |
|
|
|
Base Units: |
|
Transformation expressions count |
|
|
|
|
|
Transformation execution time |
This is the aggregate time for all expressions used to transform a single message. |
The solace.connector.process meter with result=failure is not a reliable measure of tracking the number of failed messages. It only tells you how many times a step processed a message, how long it took to process that message, and if that step completed successfully.
Instead, we recommend that you use a combination of solace.connector.error.process and solace.connector.publish.ack to track failed messages.