You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The duration of the operation in milliseconds"
7
+
},
8
+
{
9
+
"name": "httpStatusCode",
10
+
"type": "string",
11
+
"description": "HTTP status code for the request (if any) associated with a metric."
12
+
},
13
+
{
14
+
"name": "reason",
15
+
"type": "string",
16
+
"description": "Reason code or name for an event (when result=Succeeded) or error (when result=Failed). Unlike the `reasonDesc` field, this should be a stable/predictable name for a class of events or errors (typically the exception name, e.g. FileIOException)."
17
+
},
18
+
{
19
+
"name": "reasonDesc",
20
+
"type": "string",
21
+
"description": "Error message detail. May contain arbitrary message details (unlike the `reason` field), but should be truncated (recommendation: 200 chars)."
22
+
},
23
+
{
24
+
"name": "requestId",
25
+
"type": "string",
26
+
"description": "Request ID (if any) associated with a metric. For example, an event with `requestServiceType: s3` means that the request ID is associated with an S3 API call. Events that cover multiple API calls should use the request ID of the most recent call."
27
+
},
28
+
{
29
+
"name": "requestServiceType",
30
+
"type": "string",
31
+
"description": "Per-request service identifier. Unlike `serviceType` (which describes the originator of the request), this describes the request itself."
32
+
},
33
+
{
34
+
"name": "result",
35
+
"allowedValues": [
36
+
"Succeeded",
37
+
"Failed",
38
+
"Cancelled"
39
+
],
40
+
"description": "The result of the operation"
41
+
}
42
+
],
43
+
"metrics": [
44
+
{
45
+
"name": "test_metric",
46
+
"description": "Testing metric with global metadata fields",
0 commit comments