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

feat(receiver/apache)!: enable feature gates by default #839

Conversation

aboguszewski-sumo
Copy link
Contributor

No description provided.

@aboguszewski-sumo aboguszewski-sumo requested a review from a team as a code owner November 17, 2022 12:06
@github-actions github-actions bot added documentation Improvements or additions to documentation go labels Nov 17, 2022
Copy link

@swiatekm swiatekm left a comment

Choose a reason for hiding this comment

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

Some small nitpicks about phrasing, looks good otherwise.

docs/upgrading.md Outdated Show resolved Hide resolved
docs/upgrading.md Outdated Show resolved Hide resolved
@aboguszewski-sumo aboguszewski-sumo force-pushed the enable-apache-resources-default branch 2 times, most recently from 88c38de to ad4e49a Compare November 17, 2022 12:32
Comment on lines +45 to +48
if err != nil {
return fmt.Errorf("setting feature gate flags failed: %s", err)
}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is it okay to return an error here instead of continuing? Afaik there's no logger in this function, so log and continue wouldn't work.

Choose a reason for hiding this comment

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

This will cause otel to terminate with this error, which I think is fine, as this can only error if we try to set flags which don't exist, afaik.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants