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

Chore: restrict logs connection test for integrations to use log attributes for identifying logs #4977

Conversation

raj-k-singh
Copy link
Collaborator

Summary

Our current approach to integrations ensures that logs for an integration always have the source attribute populated.

In preparation for opening up creation of new integrations by the team internally, this change restricts logs connection test for integrations to use an attribute filter only (previously any valid log filter was allowed)

restricting logs connection tests to attributes will also allow us to seamlessly switch to using the tag_attributes table if the performance of searching the logs table isn't good enough.

Related Issues / PR's

#2760

Affected Areas and Manually Tested Areas

Integrations

@github-actions github-actions bot added the chore label May 10, 2024
@raj-k-singh raj-k-singh marked this pull request as ready for review May 10, 2024 12:06
@raj-k-singh raj-k-singh merged commit 3efd980 into develop May 15, 2024
12 checks passed
@raj-k-singh raj-k-singh deleted the chore/integrations-logs-connection-test-with-source-attribs branch May 15, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants