[cleanup] Remove LLM service - #3599
Merged
julianocosta89 merged 3 commits intoJun 29, 2026
Merged
Conversation
Kielek
approved these changes
Jun 29, 2026
ryanfaircloth
added a commit
to ryanfaircloth/opentelemetry-demo
that referenced
this pull request
Jul 17, 2026
…11.16 Both services were removed upstream (open-telemetry#3587, open-telemetry#3599) with no source left anywhere in this repo to build or override - already noted in a prior release's changelog entry but never acted on. Their values.yaml component blocks had silently fallen back to pulling upstream ghcr.io/open-telemetry/demo images that likely don't exist either. Also drops frontend's dead PRODUCT_REVIEWS_ADDR env var (unreferenced in frontend's own source) and regenerates the example rendered/component.yaml fixtures under examples/* to match - those fixtures also now reflect the liveness/readiness probe wiring from the previous commit, since they hadn't been regenerated since. Bumps every pinned component to 0.11.16 so this ships under a clean, distinct tag, per this repo's usual release convention. Assisted-by: Claude Sonnet 5
mwimpelberg28
added a commit
to mwimpelberg28/opentelemetry.io
that referenced
this pull request
Jul 22, 2026
The product-reviews and llm services were removed from opentelemetry-demo (open-telemetry/opentelemetry-demo#3568, open-telemetry/opentelemetry-demo#3587, open-telemetry/opentelemetry-demo#3599), but the demo docs still referenced them. Remove the product-reviews service page and scrub both services from the architecture diagram, the docs index and service table, the metric/trace/log coverage matrices, the manual span attributes reference, the LLM feature flags, and the tail-sampling criticality example. Part of open-telemetry#10962. Assisted-by: Claude Opus 4.8 (1M context) via Claude Code
mwimpelberg28
added a commit
to mwimpelberg28/opentelemetry.io
that referenced
this pull request
Jul 22, 2026
The product-reviews and llm services were removed from opentelemetry-demo (open-telemetry/opentelemetry-demo#3568, open-telemetry/opentelemetry-demo#3587, open-telemetry/opentelemetry-demo#3599), but the demo docs still referenced them. Remove the product-reviews service page and scrub both services from the architecture diagram, the docs index and service table, the metric/trace/log coverage matrices, the manual span attributes reference, the LLM feature flags, and the tail-sampling criticality example. The same references are removed from the es, ja, and zh translations to keep them in sync and to fix broken links to the deleted page, and the now-unused `L9ECAV7KIM` cSpell ignore word is dropped from the feature-flags front matter. Part of open-telemetry#10962. Assisted-by: Claude Opus 4.8 (1M context) via Claude Code
mwimpelberg28
added a commit
to mwimpelberg28/opentelemetry.io
that referenced
this pull request
Jul 22, 2026
The product-reviews and llm services were removed from opentelemetry-demo (open-telemetry/opentelemetry-demo#3568, open-telemetry/opentelemetry-demo#3587, open-telemetry/opentelemetry-demo#3599), but the demo docs still referenced them. Remove the product-reviews service page and scrub both services from the architecture diagram, the docs index and service table, the metric/trace/log coverage matrices, the manual span attributes reference, the LLM feature flags, and the tail-sampling criticality example. Part of open-telemetry#10962. Assisted-by: Claude Opus 4.8 (1M context) via Claude Code
chalin
pushed a commit
to mwimpelberg28/opentelemetry.io
that referenced
this pull request
Jul 24, 2026
The product-reviews and llm services were removed from opentelemetry-demo (open-telemetry/opentelemetry-demo#3568, open-telemetry/opentelemetry-demo#3587, open-telemetry/opentelemetry-demo#3599), but the demo docs still referenced them. Remove the product-reviews service page and scrub both services from the architecture diagram, the docs index and service table, the metric/trace/log coverage matrices, the manual span attributes reference, the LLM feature flags, and the tail-sampling criticality example. Part of open-telemetry#10962. Assisted-by: Claude Opus 4.8 (1M context) via Claude Code
chalin
pushed a commit
to mwimpelberg28/opentelemetry.io
that referenced
this pull request
Jul 24, 2026
The product-reviews and llm services were removed from opentelemetry-demo (open-telemetry/opentelemetry-demo#3568, open-telemetry/opentelemetry-demo#3587, open-telemetry/opentelemetry-demo#3599), but the demo docs still referenced them. Remove the product-reviews service page and scrub both services from the architecture diagram, the docs index and service table, the metric/trace/log coverage matrices, the manual span attributes reference, the LLM feature flags, and the tail-sampling criticality example. Part of open-telemetry#10962. Assisted-by: Claude Opus 4.8 (1M context) via Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
This is the last service from the cleanup.
Following up I'll cleanup the tracetest itself.
Merge Requirements
For new features contributions, please make sure you have completed the following
essential items:
CHANGELOG.mdupdated to document new feature additionsMaintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.