All Products
Search
Document Center

Application Real-Time Monitoring Service:GetTrace

Last Updated:Nov 05, 2024

Queries the details of a trace.

Operation description

Note You must use Application Real-Time Monitoring Service (ARMS) SDK for Java V2.7.24.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
arms:GetTracenone
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
TraceIDstringYes

The trace ID. You can log on to the ARMS console and obtain the trace ID on the Trace Query page or Interface Snapshot tab.

ac14001a15954493811405707d****
RegionIdstringYes

The region ID.

cn-hangzhou
StartTimelongNo

The beginning of the time range to query. Unit: milliseconds.

Note If the ID of the trace is 30 characters in length, this parameter is optional. Otherwise, this parameter is required.
1623827602000
EndTimelongNo

The end of the time range to query. Unit: milliseconds.

Note If the ID of the trace is 30 characters in length, this parameter is optional. Otherwise, this parameter is required.
1623827603000

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

6A9AEA84-7186-4D8D-B498-4585C6A2****
Spansarray<object>

The details of the trace.

Spanobject
SpanIdstring

The span ID.

1234
OperationNamestring

The name of the traced span.

/api/demo
ResultCodestring

The status code.

222
Timestamplong

The timestamp generated when the span was generated.

1590388651
RpcTypeinteger

The type of the remote procedure call (RPC) mode.

  • 0: HTTP entry
  • 25: HTTP call
  • 1: High-speed Service Framework (HSF) call
  • 2: HSF provision
  • 40: on-premises API call
  • 60: MySQL call
  • 62: Oracle call
  • 63: PostgreSQL call
  • 70: Redis call
  • 4: Taobao Distributed Data Layer (TDDL) call
  • 5: Tair call
  • 13: MetaQ message sending
  • 252: MetaQ message receiving
  • 3: notification sending
  • 254: notification receiving
  • 7: Apache Dubbo call
  • 8: Apache Dubbo provision
  • 19: SOFARPC call
  • 18: SOFARPC provision
  • 11: Distributed Service Framework (DSF) call
  • 12: DSF provision
  • -1: unknown call
1
ServiceIpstring

The IP address of the host where the application resides.

172.20.XX.XX
HaveStackboolean

Indicates whether a method stack was provided.

  • true: A method stack was provided.
  • false: No method stack was provided.
false
ParentSpanIdstring

The ID of the parent span.

18
Durationlong

The amount of time consumed by the trace. Unit: milliseconds.

1000
RpcIdstring

The ID of the RPC mode.

0
ServiceNamestring

The name of the application.

arms-demo
TraceIDstring

The trace ID.

ac14001a15954493811405707d****
TagEntryListarray<object>

The tags of the trace.

TagEntryobject
Keystring

The key of the tag.

http.status.code
Valuestring

The value of the tag.

200
LogEventListarray<object>

The log events in the trace.

LogEventobject
Timestamplong

The timestamp when the log event was generated.

1590388651
TagEntryListarray<object>

The tags of the trace.

TagEntryobject
Keystring

The key of the tag.

http.status.code
Valuestring

The value of the tag.

200
Childrenarray<object>

The child spans of the current span.

childobject

The details of the child span.

[ { "ParentSpanId":"c33603355032xxxx", "ServiceIp":"10.208.xxx.xxx", "OperationName":"/product/toy/8ac7ddeb-1c3c-4911-850c-665a5a0xxxx", "RpcType":0, "Duration":2, "TagEntryList":[ { "Value":"10.208.0.xxx", "Key":"source.ip" } ], "Timestamp":1652669026201, "HaveStack":true, "LogEventList":[ ], "ServiceName":"xxxxxx", "RpcId":"0.2", "TraceID":"ea1ad000a1165266902619685xxxxx", "Children":[ ], "ResultCode":"0", "SpanId":"7069ab30d7cbxxxx" } ]

Examples

Sample success responses

JSONformat

{
  "RequestId": "6A9AEA84-7186-4D8D-B498-4585C6A2****",
  "Spans": [
    {
      "SpanId": "1234",
      "OperationName": "/api/demo",
      "ResultCode": "222",
      "Timestamp": 1590388651,
      "RpcType": 1,
      "ServiceIp": "172.20.XX.XX",
      "HaveStack": false,
      "ParentSpanId": "18",
      "Duration": 1000,
      "RpcId": "0",
      "ServiceName": "arms-demo",
      "TraceID": "ac14001a15954493811405707d****",
      "TagEntryList": [
        {
          "Key": "http.status.code",
          "Value": "200"
        }
      ],
      "LogEventList": [
        {
          "Timestamp": 1590388651,
          "TagEntryList": [
            {
              "Key": "http.status.code",
              "Value": "200"
            }
          ]
        }
      ],
      "Children": [
        [
          {
            "ParentSpanId": "c33603355032xxxx",
            "ServiceIp": "10.208.xxx.xxx",
            "OperationName": "/product/toy/8ac7ddeb-1c3c-4911-850c-665a5a0xxxx",
            "RpcType": 0,
            "Duration": 2,
            "TagEntryList": [
              {
                "Value": "10.208.0.xxx",
                "Key": "source.ip"
              }
            ],
            "Timestamp": 1652669026201,
            "HaveStack": true,
            "LogEventList": [],
            "ServiceName": "xxxxxx",
            "RpcId": "0.2",
            "TraceID": "ea1ad000a1165266902619685xxxxx",
            "Children": [],
            "ResultCode": "0",
            "SpanId": "7069ab30d7cbxxxx"
          }
        ]
      ]
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2021-10-28The response structure of the API has changedView Change Details