-
Notifications
You must be signed in to change notification settings - Fork 40
feat(sumologicextension): deprecate install_token in favor of installation_token #969
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
Conversation
Should we use a feature gate for this breaking change? This is recommended by upstream here: https://github.com/open-telemetry/opentelemetry-collector/blob/v0.71.0/CONTRIBUTING.md#breaking-changes.
|
Technically this change itself is not a breaking change. Removing I don't want to do a rename as a breaking change, because there will be problem with synchronising this change with UI, install script and documentation changes. |
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
94d3932
to
a0e2820
Compare
We decided to not use a feature flag. Changing the config option |
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.
So you're adding a new configuration option installation_token
but not updating the docs? 🤔
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Signed-off-by: Dominik Rosiek drosiek@sumologic.com