You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add the operation-tracing stage to the README pipeline overview
The README architecture diagram, stage-spacing note, policy surface table,
and observability summary predated the new outermost operation-tracing stage.
- Show OPERATION as the outermost pillar in the request-flow diagram.
- List OperationTracingPolicy in the pipeline.policies surface table and the
observability feature summary.
- Correct the stage-spacing wording (values are spaced out rather than a fixed
100 apart) in both the README and the Stage docstring, now that the operation
stage sits at 50.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|`pipeline.policies`|`RedirectPolicy`, `IdempotencyPolicy`, `RetryPolicy`, `SetDatePolicy`, `ClientIdentityPolicy`, `LoggingPolicy`, `TracingPolicy` (async twins for all but logging/tracing) |
179
+
|`pipeline.policies`|`RedirectPolicy`, `IdempotencyPolicy`, `RetryPolicy`, `SetDatePolicy`, `ClientIdentityPolicy`, `LoggingPolicy`, `OperationTracingPolicy`, `TracingPolicy` (async twins for all but logging/tracing) |
180
180
|`client`|`HttpClient` and `AsyncHttpClient` Protocols |
0 commit comments