Skip to content

Commit 45cc410

Browse files
Add StartTime field in GetTraceSummaries API response for each TraceSummary.
1 parent 471bdcb commit 45cc410

File tree

6 files changed

+185
-190
lines changed

6 files changed

+185
-190
lines changed

generator/ServiceModels/xray/xray-2016-04-12.api.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,6 +1818,7 @@
18181818
"type":"structure",
18191819
"members":{
18201820
"Id":{"shape":"TraceId"},
1821+
"StartTime":{"shape":"Timestamp"},
18211822
"Duration":{"shape":"NullableDouble"},
18221823
"ResponseTime":{"shape":"NullableDouble"},
18231824
"HasFault":{"shape":"NullableBoolean"},

generator/ServiceModels/xray/xray-2016-04-12.docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,7 @@
14601460
"Service$EndTime": "<p>The end time of the last segment that the service generated.</p>",
14611461
"TelemetryRecord$Timestamp": "<p/>",
14621462
"TimeSeriesServiceStatistics$Timestamp": "<p>Timestamp of the window for which statistics are aggregated.</p>",
1463+
"TraceSummary$StartTime": "<p>The start time of a trace, based on the earliest trace segment start time.</p>",
14631464
"TraceSummary$MatchedEventTime": "<p>The matched time stamp of a defined event.</p>"
14641465
}
14651466
},

0 commit comments

Comments
 (0)