Skip to content

Commit 9e48fb7

Browse files
committed
lint definitions
1 parent 00c9bc7 commit 9e48fb7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,6 +1385,11 @@
13851385
"type": "string",
13861386
"description": "User locale. Examples: en-US, en-GB, etc."
13871387
},
1388+
{
1389+
"name": "metricId",
1390+
"type": "string",
1391+
"description": "Unique identifier for this metric"
1392+
},
13881393
{
13891394
"name": "module",
13901395
"type": "string",
@@ -1415,6 +1420,11 @@
14151420
"type": "string",
14161421
"description": "The old version of something. Useful when updating dependent resources."
14171422
},
1423+
{
1424+
"name": "parentId",
1425+
"type": "string",
1426+
"description": "Unique identifier of this metrics parent metric id"
1427+
},
14181428
{
14191429
"name": "partitionId",
14201430
"type": "string",
@@ -1650,6 +1660,11 @@
16501660
"type": "int",
16511661
"description": "Total count of all resources in a container"
16521662
},
1663+
{
1664+
"name": "traceId",
1665+
"type": "string",
1666+
"description": "Unique identifier for the trace (a set of events) this metric belongs to"
1667+
},
16531668
{
16541669
"name": "update",
16551670
"type": "boolean",
@@ -1689,21 +1704,6 @@
16891704
"name": "xrayEnabled",
16901705
"type": "boolean",
16911706
"description": "Whether or not AWS X-Ray is enabled"
1692-
},
1693-
{
1694-
"name": "traceId",
1695-
"type": "string",
1696-
"description": "Unique identifier for the trace (a set of events) this metric belongs to"
1697-
},
1698-
{
1699-
"name": "metricId",
1700-
"type": "string",
1701-
"description": "Unique identifier for this metric"
1702-
},
1703-
{
1704-
"name": "parentId",
1705-
"type": "string",
1706-
"description": "Unique identifier of this metrics parent metric id"
17071707
}
17081708
],
17091709
"metrics": [
@@ -6850,4 +6850,4 @@
68506850
]
68516851
}
68526852
]
6853-
}
6853+
}

0 commit comments

Comments
 (0)