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 trace logging support to ResponseMeta #54

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Conversation

nachivrn
Copy link
Contributor

@nachivrn nachivrn commented Oct 25, 2024

This commit introduces trace logging functionality:

  • Added trace_log string field to ResponseMeta

These changes allow clients to request trace logging for their queries and receive the clickhouse trace logs in the response. This feature will help with debugging and performance analysis of EAP API.

This commit introduces trace logging functionality:

- Added `enable_trace_logs` boolean field to RequestMeta
- Added `trace_log` string field to ResponseMeta

These changes allow clients to request trace logging for their queries
and receive the trace log in the response. This feature will help with
debugging and performance analysis of EAP API.
Removed `enable_trace_logs` boolean field from RequestMeta in request_common.proto
@nachivrn nachivrn requested a review from volokluev October 25, 2024 19:21
@nachivrn nachivrn marked this pull request as ready for review October 25, 2024 19:22
@nachivrn nachivrn requested review from a team as code owners October 25, 2024 19:22
@nachivrn nachivrn changed the title Add trace logging support to RequestMeta and ResponseMeta Add trace logging support to ResponseMeta Oct 25, 2024
@kylemumma
Copy link
Member

trace_logs refers to clickhouse trace logs

@nachivrn nachivrn merged commit 7e1ca1b into main Oct 25, 2024
6 checks passed
@nachivrn nachivrn deleted the feat/rpc_expose_trace_log branch October 25, 2024 20:36
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.

3 participants