Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: No trace id in Trace #1750

Closed
hanahmily opened this issue Oct 10, 2018 · 0 comments
Closed

Test: No trace id in Trace #1750

hanahmily opened this issue Oct 10, 2018 · 0 comments
Assignees
Labels
backend OAP backend related. bug Something isn't working and you are sure it's a bug! test Test requirements about performance, feature or before release.
Milestone

Comments

@hanahmily
Copy link
Contributor

Refer to #1710

Requst

Query

  query BasicTraces($condition: TraceQueryCondition) {
    queryBasicTraces(condition: $condition) {
      traces {
        key: segmentId
        endpointNames
        duration
        start
        isError
        traceIds
      }
      total
    }
  }

Variables

{"condition":{"traceState":"ALL","queryOrder":"BY_START_TIME","queryDuration":{"start":"2018-10-10 1100","end":"2018-10-10 1115","step":"MINUTE"},"paging":{"pageNum":1,"pageSize":20,"needTotal":true}}

Response

{"data":{"queryBasicTraces":{"traces":[{"key":"4.5.6","endpointNames":["org.apache.skywalking.RocketMQ"],"duration":2000,"start":"1539140634654","isError":false,"traceIds":[]},{"key":"7.8.9","endpointNames":["org.skywaking.apm.testcase.dubbo.services.GreetService.doBusiness()"],"duration":2000,"start":"1539140634654","isError":true,"traceIds":[]},{"key":"16.17.18","endpointNames":["org.skywaking.apm.testcase.dubbo.services.GreetService.doBusiness()"],"duration":2000,"start":"1539140634654","isError":true,"traceIds":[]},{"key":"13.14.15","endpointNames":["org.apache.skywalking.RocketMQ"],"duration":2000,"start":"1539140634654","isError":true,"traceIds":[]}],"total":4}}}
@hanahmily hanahmily added bug Something isn't working and you are sure it's a bug! backend OAP backend related. test Test requirements about performance, feature or before release. labels Oct 10, 2018
@hanahmily hanahmily added this to the 6.0.0-alpha milestone Oct 10, 2018
peng-yongsheng added a commit to peng-yongsheng/skywalking-fork that referenced this issue Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend OAP backend related. bug Something isn't working and you are sure it's a bug! test Test requirements about performance, feature or before release.
Projects
None yet
Development

No branches or pull requests

2 participants