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

Fix querying the index on a entity tag #579

Merged
merged 2 commits into from
Dec 23, 2024
Merged

Fix querying the index on a entity tag #579

merged 2 commits into from
Dec 23, 2024

Conversation

hanahmily
Copy link
Contributor

Fix issues found at apache/skywalking#12888

Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
@hanahmily hanahmily added bug Something isn't working testing labels Dec 23, 2024
@hanahmily hanahmily added this to the 0.8.0 milestone Dec 23, 2024
@hanahmily hanahmily requested a review from wu-sheng December 23, 2024 01:07
@hanahmily
Copy link
Contributor Author

I will remove ebpf relevant test cases temparely. It will be added in the 0.9.0

Signed-off-by: Gao Hongtao <hanahmily@gmail.com>
@@ -38,5 +38,10 @@ service MeasureService {
}

rpc Write(stream WriteRequest) returns (stream WriteResponse);
rpc TopN(TopNRequest) returns (TopNResponse);
rpc TopN(TopNRequest) returns (TopNResponse) {
option (google.api.http) = {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is related to apache/skywalking#12848.

@hanahmily hanahmily merged commit 6e99ab7 into main Dec 23, 2024
13 checks passed
@hanahmily hanahmily deleted the ci branch December 23, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants