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

Add the field end_timestamp to trace data #380

Merged
merged 3 commits into from
Dec 5, 2022

Conversation

dxsup
Copy link
Member

@dxsup dxsup commented Dec 5, 2022

Description

Add the field end_timestamp to trace data.

Motivation and Context

This field is added to make the data easier to query.

How Has This Been Tested?

=== RUN   TestHttpProtocol
=== RUN   TestHttpProtocol/slowData
=== RUN   TestHttpProtocol/errorData
=== RUN   TestHttpProtocol/split
=== RUN   TestHttpProtocol/normal
--- PASS: TestHttpProtocol (0.02s)
    --- PASS: TestHttpProtocol/slowData (0.00s)
    --- PASS: TestHttpProtocol/errorData (0.00s)
    --- PASS: TestHttpProtocol/split (0.00s)
    --- PASS: TestHttpProtocol/normal (0.00s)
=== RUN   TestMySqlProtocol
=== RUN   TestMySqlProtocol/query-split
=== RUN   TestMySqlProtocol/query
--- PASS: TestMySqlProtocol (0.01s)
    --- PASS: TestMySqlProtocol/query-split (0.00s)
    --- PASS: TestMySqlProtocol/query (0.00s)
=== RUN   TestRedisProtocol
=== RUN   TestRedisProtocol/get
--- PASS: TestRedisProtocol (0.00s)
    --- PASS: TestRedisProtocol/get (0.00s)
=== RUN   TestDnsProtocol
=== RUN   TestDnsProtocol/multi
--- PASS: TestDnsProtocol (0.02s)
    --- PASS: TestDnsProtocol/multi (0.00s)
=== RUN   TestKafkaProtocol
=== RUN   TestKafkaProtocol/produce-split
=== RUN   TestKafkaProtocol/fetch-split
=== RUN   TestKafkaProtocol/fetch-one-topic-two-patitions
--- PASS: TestKafkaProtocol (0.01s)
    --- PASS: TestKafkaProtocol/produce-split (0.00s)
    --- PASS: TestKafkaProtocol/fetch-split (0.00s)
    --- PASS: TestKafkaProtocol/fetch-one-topic-two-patitions (0.00s)
=== RUN   TestDubboProtocol
=== RUN   TestDubboProtocol/shortData
--- PASS: TestDubboProtocol (0.01s)
    --- PASS: TestDubboProtocol/shortData (0.00s)
=== RUN   TestRocketMQProtocol
=== RUN   TestRocketMQProtocol/rocketmq-json
=== RUN   TestRocketMQProtocol/rocketmq-rocketmq
=== RUN   TestRocketMQProtocol/rocketmq-error
--- PASS: TestRocketMQProtocol (0.02s)
    --- PASS: TestRocketMQProtocol/rocketmq-json (0.00s)
    --- PASS: TestRocketMQProtocol/rocketmq-rocketmq (0.00s)
    --- PASS: TestRocketMQProtocol/rocketmq-error (0.00s)
PASS
ok      github.com/Kindling-project/kindling/collector/pkg/component/analyzer/network   0.113s

Signed-off-by: Daxin Wang <daxinwang@harmonycloud.cn>
@dxsup dxsup requested a review from hocktea214 December 5, 2022 06:26
Daxin Wang added 2 commits December 5, 2022 14:28
Signed-off-by: Daxin Wang <daxinwang@harmonycloud.cn>
Signed-off-by: Daxin Wang <daxinwang@harmonycloud.cn>
@dxsup dxsup merged commit d76a9f9 into KindlingProject:main Dec 5, 2022
@dxsup dxsup deleted the add-end-timestamp branch December 5, 2022 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants