Skip to content

revert(obs): remove sgp-obs beta changes - #522

Merged
stephen-wang24 merged 1 commit into
nextfrom
stephen/revert-agentex-sdk-obs-beta
Sep 16, 2026
Merged

stephen-wang24 merged 1 commit into
nextfrom
stephen/revert-agentex-sdk-obs-beta

Conversation

@stephen-wang24

@stephen-wang24 stephen-wang24 commented Sep 15, 2026

Copy link
Copy Markdown

Summary

Validation

After this merges, keep #520 in draft until Stainless refreshes it and confirm the #518 changes are no longer included.

RetriggerConfidence Score: 5/5

The PR appears safe to merge.

Summary

This PR reverts the observability beta work from the normal release while keeping the earlier tracing changes in place. It removes sgp-obs setup, GenAI metrics, shutdown flushing, private package-index support, and related logging handover from the SDK and generated agent images.

  • Removes optional observability wiring from ACP servers and Temporal workers.
  • Removes LiteLLM GenAI metric recording and related shutdown hooks.
  • Removes private package-index support from generated Dockerfiles.
  • Restores OpenAI Agents scaffolds to disabled native tracing.
Diagram
sequenceDiagram
    participant U as User
    participant A as ACP server
    participant T as Temporal
    participant W as Worker
    participant P as Tracing processors
    participant B as Trace backend

    Note over A,W: No automatic sgp-obs setup
    U->>A: Send ACP request
    A->>A: Attach incoming W3C trace context
    A->>T: Start workflow or send signal
    T->>W: Run workflow and activities
    W->>P: Send business span events
    P->>B: Export configured spans
    U->>A: Stop service
    A->>P: Drain default async span queue
    Note over A,W: No sgp-obs or manager-wide sync drain
Loading

Reviews (1) · Last reviewed commit: "revert(obs): remove sgp-obs beta changes"

@stephen-wang24
stephen-wang24 marked this pull request as ready for review September 16, 2026 03:47
@stephen-wang24
stephen-wang24 merged commit 687ebfb into next Sep 16, 2026
48 checks passed
@stephen-wang24
stephen-wang24 deleted the stephen/revert-agentex-sdk-obs-beta branch September 16, 2026 04:10
@stainless-app stainless-app Bot mentioned this pull request Sep 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant