spinframework / spinframework/spin-docs
The installer script should disable OTEL SDK
Nobody has claimed this yet.
- #176 by @thorstenhans — closed without merging
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 23
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 9
Description
The Installer Script (install.sh) does not deactivate the OpenTelemetry SDK. The SDK being enabled leads to installation errors when using the script on system like GitHub Actions.
The SDK should be disabled before spin is invoked (e.g. to install plugins or templates) and re-activated once all spin invocations are done.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading install.sh and locate each spin invocation, including plugin or template installation. Ensure the OpenTelemetry SDK is disabled before those invocations and re-enabled after the final one. Verify that the installer completes successfully in a GitHub Actions-like environment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100