-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(telemetry): add telemetry events to the glossary, domains, and managed ingestion pages #6216
feat(telemetry): add telemetry events to the glossary, domains, and managed ingestion pages #6216
Conversation
|
||
private static final Set<String> ALLOWED_EVENT_FIELDS = new HashSet<>( | ||
ImmutableList.of(EVENT_TYPE_FIELD, SIGN_UP_TITLE_FIELD, ENTITY_TYPE_FIELD, ENTITY_TYPE_FILTER_FIELD, | ||
PAGE_NUMBER_FIELD, PAGE_FIELD, TOTAL_FIELD, INDEX_FIELD, RESULT_TYPE_FIELD, RENDER_ID_FIELD, MODULE_ID_FIELD, | ||
RENDER_TYPE_FIELD, SCENARIO_TYPE_FIELD, SECTION_FIELD, ACCESS_TOKEN_TYPE_FIELD, DURATION_FIELD, | ||
ROLE_URN_FIELD, POLICY_URN_FIELD)); | ||
ROLE_URN_FIELD, POLICY_URN_FIELD, PARENT_NODE_URN_FIELD, SOURCE_TYPE_FIELD, INTERVAL_FIELD)); |
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.
We should hash PARENT_NODE_URN_FIELD
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.
Good point! Done :)
36f6f5d
to
7172a5d
Compare
…anaged ingestion pages
7172a5d
to
174e973
Compare
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.
LGTM - Thank you!
…anaged ingestion pages (datahub-project#6216) Co-authored-by: John Joyce <[email protected]>
…anaged ingestion pages (datahub-project#6216) Co-authored-by: John Joyce <[email protected]>
Checklist