From 3cb251557da38057edf8370d3a8a410791b66843 Mon Sep 17 00:00:00 2001 From: Mike Beeby Date: Tue, 1 Jul 2025 14:51:23 +0100 Subject: [PATCH] OJ-3259: Fix duplicated VCissuedMetric --- infrastructure/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/template.yaml b/infrastructure/template.yaml index aec3e8ec2..807b64cd0 100644 --- a/infrastructure/template.yaml +++ b/infrastructure/template.yaml @@ -2751,7 +2751,7 @@ Resources: Type: AWS::Logs::MetricFilter Properties: LogGroupName: !Ref NinoIssueCredentialLogGroup - FilterPattern: '{($.details.name = "Create Signed JWT")}' + FilterPattern: '{($.details.name = "Create Signed JWT") && ($.type = "PassStateExited")}' MetricTransformations: - MetricValue: 1 MetricName: VCIssuedMetric