docs: add SAP Cloud ALM (beta) section, carve out telemetry-to-caas - #516
Merged
Merged
Conversation
The CaaS deployment recipe (instance creation, ZTI sidecar, mTLS) moves to the golden-path docs; the public README no longer documents it. Adds a beta section describing coexistence with the SAP Cloud ALM agent.
Contributor
SummaryThe following content is AI-generated and provides a summary of the pull request: Document SAP Cloud ALM Beta Coexistence and Remove CaaS RecipeDocumentation📚 Adds public README guidance for running Changes
GitHub Issues
Images and Links
PR Bot InformationVersion:
|
Open
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.
What
@sap/xotel-agent-ext-jsis present, the plugin detects it and contributes its CDS spans to the agent's tracing pipeline (delegate on the shared span processor) instead of standing up its own tracer provider — the OTel-2.0-compatible coexistence tracked in Can this project be used to provide data to SAP Cloud ALM? #99. Marked beta; refers to SAP Cloud ALM's own docs for agent onboarding; notes the CALM + Dynatrace OneAgent combination is unsupported.telemetry-to-caas. The heavy CaaS deployment recipe (collector instance creation, ZTI sidecarmta.yaml, certificate-identity workaround, manual mTLS) is removed from the public README and moved to the internal golden-path docs, where the audience and internal links belong. The kind's TOC entry is removed too.Why
Net: README is +11 / −101 lines.
Requirements
CALM coexistence requires
@sap/xotel-agent-ext-js2.0.4 or later.Closes #99