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

Changing log compression to an experimental feature #1567

Merged
merged 4 commits into from
Jan 9, 2024

Conversation

avilevy18
Copy link
Contributor

Description

Moving log compression to an experiment feature

Related issue

How has this been tested?

Checklist:

  • Unit tests
    • Unit tests do not apply.
    • Unit tests have been added/modified and passed for this PR.
  • Integration tests
    • Integration tests do not apply.
    • Integration tests have been added/modified and passed for this PR.
  • Documentation
    • This PR introduces no user visible changes.
    • This PR introduces user visible changes and the corresponding documentation change has been made.
  • Minor version bump
    • This PR introduces no new features.
    • This PR introduces new features, and there is a separate PR to bump the minor version since the last release already.
    • This PR bumps the version.

@avilevy18 avilevy18 requested a review from quentinmit January 8, 2024 22:51
@@ -547,7 +547,7 @@ func (m *loggingProcessorMap) UnmarshalYAML(ctx context.Context, unmarshal func(
}

type LoggingService struct {
Compress string `yaml:"compress,omitempty" validate:"omitempty,oneof=gzip"`
Compress string `yaml:"compress,omitempty" validate:"omitempty,oneof=gzip,experimental=log_compression"`
Copy link
Member

Choose a reason for hiding this comment

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

I think this will cause the confgenerator test to fail now, so you probably need to add this to the init in confgenerator_test.go (or regenerate the goldens if you want the unit test to just capture the error)

@avilevy18 avilevy18 merged commit aebc2cf into master Jan 9, 2024
50 of 51 checks passed
@avilevy18 avilevy18 deleted the avilevy-disable-log-compression branch January 9, 2024 00:41
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.

2 participants