oci-apmtraces 2.12.1 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/index.d.ts +2 -2
  2. package/index.js +2 -2
  3. package/lib/client.d.ts +33 -26
  4. package/lib/client.js +138 -92
  5. package/lib/client.js.map +1 -1
  6. package/lib/model/aggregated-snapshot.d.ts +34 -0
  7. package/lib/model/aggregated-snapshot.js +72 -0
  8. package/lib/model/aggregated-snapshot.js.map +1 -0
  9. package/lib/model/aggregated-stack-trace.d.ts +30 -0
  10. package/lib/model/aggregated-stack-trace.js +68 -0
  11. package/lib/model/aggregated-stack-trace.js.map +1 -0
  12. package/lib/model/index.d.ts +16 -2
  13. package/lib/model/index.js +17 -3
  14. package/lib/model/index.js.map +1 -1
  15. package/lib/model/query-details.d.ts +4 -4
  16. package/lib/model/query-details.js +2 -2
  17. package/lib/model/query-result-metadata-summary.d.ts +4 -4
  18. package/lib/model/query-result-metadata-summary.js +2 -2
  19. package/lib/model/query-result-response.d.ts +2 -2
  20. package/lib/model/query-result-response.js +2 -2
  21. package/lib/model/query-result-row-type-summary.d.ts +3 -3
  22. package/lib/model/query-result-row-type-summary.js +2 -2
  23. package/lib/model/query-result-row.d.ts +8 -9
  24. package/lib/model/query-result-row.js +2 -2
  25. package/lib/model/query-result-row.js.map +1 -1
  26. package/lib/model/query-results-grouped-by-summary.d.ts +4 -4
  27. package/lib/model/query-results-grouped-by-summary.js +2 -2
  28. package/lib/model/query-results-ordered-by-summary.d.ts +4 -4
  29. package/lib/model/query-results-ordered-by-summary.js +2 -2
  30. package/lib/model/quick-pick-summary.d.ts +5 -5
  31. package/lib/model/quick-pick-summary.js +2 -2
  32. package/lib/model/snapshot-detail.d.ts +33 -0
  33. package/lib/model/snapshot-detail.js +30 -0
  34. package/lib/model/snapshot-detail.js.map +1 -0
  35. package/lib/model/span-log-collection.d.ts +2 -2
  36. package/lib/model/span-log-collection.js +2 -2
  37. package/lib/model/span-log.d.ts +3 -3
  38. package/lib/model/span-log.js +2 -2
  39. package/lib/model/span-snapshot.d.ts +59 -0
  40. package/lib/model/span-snapshot.js +82 -0
  41. package/lib/model/span-snapshot.js.map +1 -0
  42. package/lib/model/span.d.ts +6 -6
  43. package/lib/model/span.js +2 -2
  44. package/lib/model/stack-trace-element.d.ts +48 -0
  45. package/lib/model/stack-trace-element.js +30 -0
  46. package/lib/model/stack-trace-element.js.map +1 -0
  47. package/lib/model/tag.d.ts +3 -3
  48. package/lib/model/tag.js +2 -2
  49. package/lib/model/thread-snapshot.d.ts +39 -0
  50. package/lib/model/thread-snapshot.js +72 -0
  51. package/lib/model/thread-snapshot.js.map +1 -0
  52. package/lib/model/trace-service-summary.d.ts +5 -5
  53. package/lib/model/trace-service-summary.js +2 -2
  54. package/lib/model/trace-snapshot.d.ts +51 -0
  55. package/lib/model/trace-snapshot.js +72 -0
  56. package/lib/model/trace-snapshot.js.map +1 -0
  57. package/lib/model/trace-span-summary.d.ts +18 -20
  58. package/lib/model/trace-span-summary.js +2 -2
  59. package/lib/model/trace-span-summary.js.map +1 -1
  60. package/lib/model/trace.d.ts +17 -18
  61. package/lib/model/trace.js +2 -2
  62. package/lib/model/trace.js.map +1 -1
  63. package/lib/request/get-aggregated-snapshot-request.d.ts +34 -0
  64. package/lib/request/get-aggregated-snapshot-request.js +15 -0
  65. package/lib/request/get-aggregated-snapshot-request.js.map +1 -0
  66. package/lib/request/get-span-request.d.ts +4 -4
  67. package/lib/request/get-trace-request.d.ts +3 -3
  68. package/lib/request/{query-old-request.d.ts → get-trace-snapshot-request.d.ts} +14 -21
  69. package/lib/{response/query-old-response.js → request/get-trace-snapshot-request.js} +1 -1
  70. package/lib/request/get-trace-snapshot-request.js.map +1 -0
  71. package/lib/request/index.d.ts +6 -4
  72. package/lib/request/index.js +2 -2
  73. package/lib/request/list-quick-picks-request.d.ts +2 -2
  74. package/lib/request/query-request.d.ts +5 -4
  75. package/lib/response/{query-old-response.d.ts → get-aggregated-snapshot-response.d.ts} +3 -15
  76. package/lib/response/get-aggregated-snapshot-response.js +15 -0
  77. package/lib/response/get-aggregated-snapshot-response.js.map +1 -0
  78. package/lib/response/get-trace-snapshot-response.d.ts +25 -0
  79. package/lib/{request/query-old-request.js → response/get-trace-snapshot-response.js} +1 -1
  80. package/lib/response/get-trace-snapshot-response.js.map +1 -0
  81. package/lib/response/index.d.ts +6 -4
  82. package/lib/response/index.js +2 -2
  83. package/package.json +3 -3
  84. package/lib/request/query-old-request.js.map +0 -1
  85. package/lib/response/query-old-response.js.map +0 -1
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
+
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * A branching tree with aggregated stack trace.
17
+ *
18
+ */
19
+ export interface AggregatedStackTrace {
20
+ "stackTraceElement"?: model.StackTraceElement;
21
+ /**
22
+ * List of child aggregated stack trace to represent branches.
23
+ *
24
+ */
25
+ "children"?: Array<model.AggregatedStackTrace>;
26
+ }
27
+ export declare namespace AggregatedStackTrace {
28
+ function getJsonObj(obj: AggregatedStackTrace): object;
29
+ function getDeserializedJsonObj(obj: AggregatedStackTrace): object;
30
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ /**
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
+
6
+ * OpenAPI spec version: 20200630
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.AggregatedStackTrace = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var AggregatedStackTrace;
38
+ (function (AggregatedStackTrace) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "stackTraceElement": obj.stackTraceElement
42
+ ? model.StackTraceElement.getJsonObj(obj.stackTraceElement)
43
+ : undefined,
44
+ "children": obj.children
45
+ ? obj.children.map(item => {
46
+ return model.AggregatedStackTrace.getJsonObj(item);
47
+ })
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ AggregatedStackTrace.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {
55
+ "stackTraceElement": obj.stackTraceElement
56
+ ? model.StackTraceElement.getDeserializedJsonObj(obj.stackTraceElement)
57
+ : undefined,
58
+ "children": obj.children
59
+ ? obj.children.map(item => {
60
+ return model.AggregatedStackTrace.getDeserializedJsonObj(item);
61
+ })
62
+ : undefined
63
+ });
64
+ return jsonObj;
65
+ }
66
+ AggregatedStackTrace.getDeserializedJsonObj = getDeserializedJsonObj;
67
+ })(AggregatedStackTrace = exports.AggregatedStackTrace || (exports.AggregatedStackTrace = {}));
68
+ //# sourceMappingURL=aggregated-stack-trace.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aggregated-stack-trace.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/aggregated-stack-trace.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,oBAAoB,CAmCpC;AAnCD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB;QAClD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,+BAAU,aAgBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyB;QAC9D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;YACb,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAhBe,2CAAsB,yBAgBrC,CAAA;AACH,CAAC,EAnCgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QAmCpC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -11,6 +11,10 @@
11
11
  * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
+ import * as AggregatedSnapshot from "./aggregated-snapshot";
15
+ export import AggregatedSnapshot = AggregatedSnapshot.AggregatedSnapshot;
16
+ import * as AggregatedStackTrace from "./aggregated-stack-trace";
17
+ export import AggregatedStackTrace = AggregatedStackTrace.AggregatedStackTrace;
14
18
  import * as QueryDetails from "./query-details";
15
19
  export import QueryDetails = QueryDetails.QueryDetails;
16
20
  import * as QueryResultMetadataSummary from "./query-result-metadata-summary";
@@ -27,17 +31,27 @@ import * as QueryResultsOrderedBySummary from "./query-results-ordered-by-summar
27
31
  export import QueryResultsOrderedBySummary = QueryResultsOrderedBySummary.QueryResultsOrderedBySummary;
28
32
  import * as QuickPickSummary from "./quick-pick-summary";
29
33
  export import QuickPickSummary = QuickPickSummary.QuickPickSummary;
34
+ import * as SnapshotDetail from "./snapshot-detail";
35
+ export import SnapshotDetail = SnapshotDetail.SnapshotDetail;
30
36
  import * as Span from "./span";
31
37
  export import Span = Span.Span;
32
38
  import * as SpanLog from "./span-log";
33
39
  export import SpanLog = SpanLog.SpanLog;
34
40
  import * as SpanLogCollection from "./span-log-collection";
35
41
  export import SpanLogCollection = SpanLogCollection.SpanLogCollection;
42
+ import * as SpanSnapshot from "./span-snapshot";
43
+ export import SpanSnapshot = SpanSnapshot.SpanSnapshot;
44
+ import * as StackTraceElement from "./stack-trace-element";
45
+ export import StackTraceElement = StackTraceElement.StackTraceElement;
36
46
  import * as Tag from "./tag";
37
47
  export import Tag = Tag.Tag;
48
+ import * as ThreadSnapshot from "./thread-snapshot";
49
+ export import ThreadSnapshot = ThreadSnapshot.ThreadSnapshot;
38
50
  import * as Trace from "./trace";
39
51
  export import Trace = Trace.Trace;
40
52
  import * as TraceServiceSummary from "./trace-service-summary";
41
53
  export import TraceServiceSummary = TraceServiceSummary.TraceServiceSummary;
54
+ import * as TraceSnapshot from "./trace-snapshot";
55
+ export import TraceSnapshot = TraceSnapshot.TraceSnapshot;
42
56
  import * as TraceSpanSummary from "./trace-span-summary";
43
57
  export import TraceSpanSummary = TraceSpanSummary.TraceSpanSummary;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *
@@ -32,7 +32,11 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.TraceSpanSummary = exports.TraceServiceSummary = exports.Trace = exports.Tag = exports.SpanLogCollection = exports.SpanLog = exports.Span = exports.QuickPickSummary = exports.QueryResultsOrderedBySummary = exports.QueryResultsGroupedBySummary = exports.QueryResultRowTypeSummary = exports.QueryResultRow = exports.QueryResultResponse = exports.QueryResultMetadataSummary = exports.QueryDetails = void 0;
35
+ exports.TraceSpanSummary = exports.TraceSnapshot = exports.TraceServiceSummary = exports.Trace = exports.ThreadSnapshot = exports.Tag = exports.StackTraceElement = exports.SpanSnapshot = exports.SpanLogCollection = exports.SpanLog = exports.Span = exports.SnapshotDetail = exports.QuickPickSummary = exports.QueryResultsOrderedBySummary = exports.QueryResultsGroupedBySummary = exports.QueryResultRowTypeSummary = exports.QueryResultRow = exports.QueryResultResponse = exports.QueryResultMetadataSummary = exports.QueryDetails = exports.AggregatedStackTrace = exports.AggregatedSnapshot = void 0;
36
+ const AggregatedSnapshot = __importStar(require("./aggregated-snapshot"));
37
+ exports.AggregatedSnapshot = AggregatedSnapshot.AggregatedSnapshot;
38
+ const AggregatedStackTrace = __importStar(require("./aggregated-stack-trace"));
39
+ exports.AggregatedStackTrace = AggregatedStackTrace.AggregatedStackTrace;
36
40
  const QueryDetails = __importStar(require("./query-details"));
37
41
  exports.QueryDetails = QueryDetails.QueryDetails;
38
42
  const QueryResultMetadataSummary = __importStar(require("./query-result-metadata-summary"));
@@ -49,18 +53,28 @@ const QueryResultsOrderedBySummary = __importStar(require("./query-results-order
49
53
  exports.QueryResultsOrderedBySummary = QueryResultsOrderedBySummary.QueryResultsOrderedBySummary;
50
54
  const QuickPickSummary = __importStar(require("./quick-pick-summary"));
51
55
  exports.QuickPickSummary = QuickPickSummary.QuickPickSummary;
56
+ const SnapshotDetail = __importStar(require("./snapshot-detail"));
57
+ exports.SnapshotDetail = SnapshotDetail.SnapshotDetail;
52
58
  const Span = __importStar(require("./span"));
53
59
  exports.Span = Span.Span;
54
60
  const SpanLog = __importStar(require("./span-log"));
55
61
  exports.SpanLog = SpanLog.SpanLog;
56
62
  const SpanLogCollection = __importStar(require("./span-log-collection"));
57
63
  exports.SpanLogCollection = SpanLogCollection.SpanLogCollection;
64
+ const SpanSnapshot = __importStar(require("./span-snapshot"));
65
+ exports.SpanSnapshot = SpanSnapshot.SpanSnapshot;
66
+ const StackTraceElement = __importStar(require("./stack-trace-element"));
67
+ exports.StackTraceElement = StackTraceElement.StackTraceElement;
58
68
  const Tag = __importStar(require("./tag"));
59
69
  exports.Tag = Tag.Tag;
70
+ const ThreadSnapshot = __importStar(require("./thread-snapshot"));
71
+ exports.ThreadSnapshot = ThreadSnapshot.ThreadSnapshot;
60
72
  const Trace = __importStar(require("./trace"));
61
73
  exports.Trace = Trace.Trace;
62
74
  const TraceServiceSummary = __importStar(require("./trace-service-summary"));
63
75
  exports.TraceServiceSummary = TraceServiceSummary.TraceServiceSummary;
76
+ const TraceSnapshot = __importStar(require("./trace-snapshot"));
77
+ exports.TraceSnapshot = TraceSnapshot.TraceSnapshot;
64
78
  const TraceSpanSummary = __importStar(require("./trace-span-summary"));
65
79
  exports.TraceSpanSummary = TraceSpanSummary.TraceSpanSummary;
66
80
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mEAAqD;AACvC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,2FAA6E;AAC/D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,6CAA+B;AACjB,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;AAC/B,oDAAsC;AACxB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,2CAA6B;AACf,QAAA,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC;AAC5B,+CAAiC;AACnB,QAAA,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAClC,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mEAAqD;AACvC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,2FAA6E;AAC/D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,6CAA+B;AACjB,QAAA,IAAI,GAAG,IAAI,CAAC,IAAI,CAAC;AAC/B,oDAAsC;AACxB,QAAA,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC;AACxC,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,2CAA6B;AACf,QAAA,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC;AAC5B,kEAAoD;AACtC,QAAA,cAAc,GAAG,cAAc,CAAC,cAAc,CAAC;AAC7D,+CAAiC;AACnB,QAAA,KAAK,GAAG,KAAK,CAAC,KAAK,CAAC;AAClC,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -12,12 +12,12 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
15
- * Request object containing the query to be run against our repository.
15
+ * Request object containing the query to be run against the trace data.
16
16
  *
17
17
  */
18
18
  export interface QueryDetails {
19
19
  /**
20
- * APM defined query string to run against our repository and return results for.
20
+ * Application Performance Monitoring defined query string that filters and retrieves trace data results.
21
21
  *
22
22
  */
23
23
  "queryText"?: string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -19,12 +19,12 @@ import * as model from "../model";
19
19
  export interface QueryResultMetadataSummary {
20
20
  /**
21
21
  * A collection of QueryResultRowTypeSummary objects that describe the type and properties of the individual row elements of the query rows
22
- * being returned. The ith element in this list contains the QueryResultRowTypeSummary of the ith key value pair in the QueryResultRowData map.
22
+ * being returned. The i-th element in this list contains the QueryResultRowTypeSummary of the i-th key-value pair in the QueryResultRowData map.
23
23
  *
24
24
  */
25
25
  "queryResultRowTypeSummaries"?: Array<model.QueryResultRowTypeSummary>;
26
26
  /**
27
- * Source of the query result set (traces, spans, etc).
27
+ * Source of the query result set (traces, spans, and so on).
28
28
  *
29
29
  */
30
30
  "sourceName"?: string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -13,7 +13,7 @@
13
13
  */
14
14
  import * as model from "../model";
15
15
  /**
16
- * A summary of the datatype, unit and related metadata of an individual row element of a query result row that is returned.
16
+ * Summary of the datatype, unit and related metadata of an individual row element of a query result row that is returned.
17
17
  *
18
18
  */
19
19
  export interface QueryResultRowTypeSummary {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -12,8 +12,8 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
15
- * An object that represents a single row of the query result. It contains the queryResultRowData object that holds the actual data
16
- * represented by the elements of the query result row, and a queryResultRowMetadata object that holds the metadata about the data contained in
15
+ * Object that represents a single row of the query result. It contains the queryResultRowData object that contains the actual data
16
+ * represented by the elements of the query result row, and a queryResultRowMetadata object that contains the metadata about the data contained in
17
17
  * the query result row.
18
18
  *
19
19
  */
@@ -24,10 +24,9 @@ export interface QueryResultRow {
24
24
  * The value is the actual value of that attribute or aggregate function of the corresponding single row of the query result set.
25
25
  * If an alias name is specified for an attribute or an aggregate function, then the key will be the alias name specified in the show
26
26
  * clause. If an alias name is not specified for the group by aggregate function in the show clause, then the corresponding key
27
- * will be the appropriate aggregate_function_name_column_name (Eg: count(traces) will be keyed as count_traces). For more details
28
- * on the supported aggregate functions, look at the APM confluence doc on High Level Query Aggregation. The datatype of the value
29
- * is presented in the queryResultRowTypeSummaries list in the queryResultMetadata structure, where the ith queryResultRowTypeSummary object
30
- * represents the datatype of the ith value when this map is iterated in order.
27
+ * will be the appropriate aggregate_function_name_column_name (For example: count(traces) will be keyed as count_traces). The datatype of the value
28
+ * is presented in the queryResultRowTypeSummaries list in the queryResultMetadata structure, where the i-th queryResultRowTypeSummary object
29
+ * represents the datatype of the i-th value when this map is iterated in order.
31
30
  *
32
31
  */
33
32
  "queryResultRowData": {
@@ -35,7 +34,7 @@ export interface QueryResultRow {
35
34
  };
36
35
  /**
37
36
  * A map containing metadata or add-on data for the data presented in the queryResultRowData map. Data required to present drill down
38
- * information from the queryResultRowData is presented as key value pairs.
37
+ * information from the queryResultRowData is presented as key-value pairs.
39
38
  *
40
39
  */
41
40
  "queryResultRowMetadata": {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *
@@ -1 +1 @@
1
- {"version":3,"file":"query-result-row.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/query-result-row.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAiCH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
1
+ {"version":3,"file":"query-result-row.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/query-result-row.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAgCH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -12,12 +12,12 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
15
- * Summary of the attribute based on which the query results are grouped by.
15
+ * Summary of the attribute based on which the query results are grouped.
16
16
  *
17
17
  */
18
18
  export interface QueryResultsGroupedBySummary {
19
19
  /**
20
- * Column or attribute in the query result which is a group by value.
20
+ * Column or attribute in the query result, which is a group by value.
21
21
  *
22
22
  */
23
23
  "queryResultsGroupedByColumn"?: string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -12,12 +12,12 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
15
- * Summary of the sort attribute and order by which the query results are organized.
15
+ * Summary of the sort and order by attribute based on which the query results are organized.
16
16
  *
17
17
  */
18
18
  export interface QueryResultsOrderedBySummary {
19
19
  /**
20
- * Attribute by which the query result is sorted by.
20
+ * Attribute by which the query results are sorted.
21
21
  *
22
22
  */
23
23
  "queryResultsOrderedBy"?: string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -12,17 +12,17 @@
12
12
  * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
13
  */
14
14
  /**
15
- * Summary of quick pick query objects that contains the quick pick queries.
15
+ * Summary of the Quick Pick query objects.
16
16
  *
17
17
  */
18
18
  export interface QuickPickSummary {
19
19
  /**
20
- * Quick pick name for the query.
20
+ * Quick Pick name for the query.
21
21
  *
22
22
  */
23
23
  "quickPickName": string;
24
24
  /**
25
- * Query for the quick pick.
25
+ * Query for the Quick Pick.
26
26
  *
27
27
  */
28
28
  "quickPickQuery": string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
+
5
+ * OpenAPI spec version: 20200630
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * A generic key value pair object, which contains information such as the thread ID, thread name, and thread state.
16
+ *
17
+ */
18
+ export interface SnapshotDetail {
19
+ /**
20
+ * Name of the property.
21
+ *
22
+ */
23
+ "key"?: string;
24
+ /**
25
+ * Value of the property.
26
+ *
27
+ */
28
+ "value"?: any;
29
+ }
30
+ export declare namespace SnapshotDetail {
31
+ function getJsonObj(obj: SnapshotDetail): object;
32
+ function getDeserializedJsonObj(obj: SnapshotDetail): object;
33
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
+
6
+ * OpenAPI spec version: 20200630
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.SnapshotDetail = void 0;
17
+ var SnapshotDetail;
18
+ (function (SnapshotDetail) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ SnapshotDetail.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ SnapshotDetail.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(SnapshotDetail = exports.SnapshotDetail || (exports.SnapshotDetail = {}));
30
+ //# sourceMappingURL=snapshot-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"snapshot-detail.js","sourceRoot":"","sources":["../../../../../lib/apmtraces/lib/model/snapshot-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsBH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Apm Traces API
3
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
2
+ * Application Performance Monitoring Trace Explorer API
3
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
4
4
 
5
5
  * OpenAPI spec version: 20200630
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Apm Traces API
4
- * API for APM Trace service. Use this API to query the Traces and associated Spans.
3
+ * Application Performance Monitoring Trace Explorer API
4
+ * Use the Application Performance Monitoring Trace Explorer API to query traces and associated spans in Trace Explorer. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
5
5
 
6
6
  * OpenAPI spec version: 20200630
7
7
  *