-
Notifications
You must be signed in to change notification settings - Fork 304
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
HPCC-31886 LogAccess Trace/Span ID filtering #18680
HPCC-31886 LogAccess Trace/Span ID filtering #18680
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-31886 Jirabot Action Result: |
@rpastrana some of the smoke tests are failing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks sensible, but missing related header change I suspect.
I'm not sure how/when we lost those header file changes, recreating them now... |
- Exposes trace/span filter logic in wslogaccess - Adds logic generate Trace/span id filter commands Signed-off-by: Rodrigo Pastrana <[email protected]>
301e0ec
to
b507640
Compare
@@ -25,7 +25,9 @@ ESPenum LogAccessType : int | |||
BySourceInstance(5, "BySourceInstance"), | |||
BySourceNode(6, "BySourceNode"), | |||
ByFieldName(7, "ByFieldName"), | |||
ByPod(8, "ByPod") | |||
ByPod(8, "ByPod"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@asselitx this PR adds a couple of entries in a number of ECM enumerations which I want to annotate w/ the appropriate interface version, but I found no mechanism to do so. Is there a way to declare the new entries to require at least client version 1.06+ ? Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks plausible.
Type of change:
Checklist:
Smoketest:
Testing: