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

Update breaking changes for installer modules #3853

Merged
merged 1 commit into from
Oct 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### 🛑 Breaking changes 🛑

- (Splunk) Auto Instrumentation for Linux (manual installation/upgrade) ([#3791](https://github.com/signalfx/splunk-otel-collector/pull/3791)):
- (Splunk) Auto Instrumentation for Linux ([#3791](https://github.com/signalfx/splunk-otel-collector/pull/3791)):
- The `/usr/lib/splunk-instrumentation/instrumentation.conf` config file is no longer
supported, and is replaced by `/etc/splunk/zeroconfig/java.conf`. If the `splunk-otel-auto-instrumentation` deb/rpm
package is manually upgraded, the options within `/usr/lib/splunk-instrumentation/instrumentation.conf` will need to
Expand All @@ -16,6 +16,11 @@
- The `splunk.linux-autoinstr.executions` metric is no longer generated by `libsplunk.so`.
- See [Splunk OpenTelemetry Zero Configuration Auto Instrumentation for Linux](https://github.com/signalfx/splunk-otel-collector/blob/main/instrumentation/README.md)
for manual installation/configuration details.
- For users of the [Ansible](https://galaxy.ansible.com/ui/repo/published/signalfx/splunk_otel_collector/), [Chef](https://supermarket.chef.io/cookbooks/splunk_otel_collector), [Puppet](https://forge.puppet.com/modules/signalfx/splunk_otel_collector), or [Salt](https://github.com/signalfx/splunk-otel-collector/tree/main/deployments/salt) modules for Auto Instrumentation, it is recommended to update the following option in your configuration for version `0.86.0` or older until these modules are updated to manage these changes:
- Ansible: `splunk_otel_auto_instrumentation_version`
- Chef: `auto_instrumentation_version`
- Puppet: `auto_instrumentation_version`
- Salt: `auto_instrumentation_version`

### 💡 Enhancements 💡

Expand Down