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: reduce the entities collected by default #7366

Merged
merged 8 commits into from
Apr 28, 2024
Merged

fix: reduce the entities collected by default #7366

merged 8 commits into from
Apr 28, 2024

Conversation

abeizn
Copy link
Contributor

@abeizn abeizn commented Apr 24, 2024

Summary

Reduce the entities collected by default and implement a configuration that is convenient for users to collect

Does this close any open issues?

Related to #5920

Screenshots

github:
img_v3_02a8_75ed7067-9a0f-457f-95b0-7be60d4c0fag

jira:
img_v3_02a8_6ee96f7f-edd9-4730-a7a0-eb833b20131g

gitlab:
img_v3_02a8_f305e3b7-8ee5-4529-bc9b-7e97fd51bacg

Other Information

Any other information that is important to this PR.

for s := range subtaskMetas {
compareName := pluginName + ":" + subtaskMetas[s].Name
if stringInSlice(compareName, enableSubtasksList) {
subtaskMetas[s].EnabledByDefault = true
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we allow specifying true/false so #7375 can be covered as well.

Copy link
Contributor

Choose a reason for hiding this comment

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

I dislike the config in env.sample, but I have no better ideas.

d4x1
d4x1 previously approved these changes Apr 26, 2024
@klesh klesh merged commit c48e278 into main Apr 28, 2024
10 checks passed
@klesh klesh deleted the feat#5920-1 branch April 28, 2024 03:33
@abeizn
Copy link
Contributor Author

abeizn commented Apr 28, 2024

close #7375

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants