spinframework / spinframework/spin-docs

The installer script should disable OTEL SDK

Open
#175 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.