Skip to content

Commit 6976ccc

Browse files
authored
feat(tele): Fix type for amazonq_ metric (#618)
1 parent 8e72ec2 commit 6976ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@
903903
},
904904
{
905905
"name": "amazonqCodeGenerationResult",
906-
"type": "double",
906+
"type": "string",
907907
"description": "Captures if code generation result is Complete, Failed,etc"
908908
},
909909
{

0 commit comments

Comments
 (0)