Skip to content

Add MTI tag to counter metrics for transaction type identification#1

Merged
op-transactility merged 1 commit intomainfrom
feature/add-isomsg-mti-to-metrics
Oct 20, 2025
Merged

Add MTI tag to counter metrics for transaction type identification#1
op-transactility merged 1 commit intomainfrom
feature/add-isomsg-mti-to-metrics

Conversation

@op-transactility
Copy link
Owner

Each counter metric now includes the Message Type Identifier (MTI) as a tag, enabling better classification, grouping, and filtering of metrics by transaction type. This enhancement improves monitoring and observability by providing clearer insights into the volume and distribution of different transaction types (e.g., Authorizations vs Reversals).

Example of the updated metrics output:

# HELP jpos_isomsg_total Received messages
# TYPE jpos_isomsg_total counter
jpos_isomsg_total{direction="in",mti="2100",name="gateway",type="server"} 250000.0
jpos_isomsg_total{direction="in",mti="2400",name="gateway",type="server"} 150000.0
jpos_isomsg_total{direction="out",mti="2110",name="gateway",type="server"} 250000.0
jpos_isomsg_total{direction="out",mti="2410",name="gateway",type="server"} 150000.0

@op-transactility op-transactility self-assigned this Oct 4, 2025
@op-transactility op-transactility merged commit e7d04c7 into main Oct 20, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant