Skip to content

docs: Python EVALSHA OpenTelemetry span support - #296

Open
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/python-otel-evalsha-spans
Open

docs: Python EVALSHA OpenTelemetry span support#296
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/python-otel-evalsha-spans

Conversation

@Aryex

@Aryex Aryex commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

Update OpenTelemetry concepts page to reflect that the Python client now traces EVALSHA (script invocation) spans.

⚠️ Attention: This PR was generated automatically. Verify that all relevant pages have been updated.

Source Commits

  • 7762c4c — Python Async: Add OTel span creation for script invocation (EVALSHA) (#6350)

Changes

  • Updated the "Tracing Integration" note in concepts/client-features/open-telemetry.mdx to reflect that EVALSHA is now traced in the Python client (both async and sync)
  • SCAN family commands remain listed as un-instrumented across all clients
  • Added note that EVALSHA tracing for Java, Node.js, Go, C#, and PHP is planned

Context

valkey-glide #6350 adds EVALSHA OpenTelemetry span creation to the Python client's _execute_script method (both async and sync). Previously, script invocations passed a hardcoded 0 span pointer to the FFI, making them invisible in traces. Now EVALSHA spans appear with full DB semantic convention attributes (db.operation.name, db.query.text, db.system.name, server.address, server.port, db.namespace). The Python client is the first GLIDE client to support this.

cc @naoki-tateyama


This PR was generated by the automated documentation pipeline.

Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
@Aryex Aryex added documentation Improvements or additions to documentation python AI Generated labels Jul 27, 2026
@Aryex
Aryex requested a review from affonsov July 27, 2026 14:57
@Aryex
Aryex marked this pull request as ready for review July 27, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Generated documentation Improvements or additions to documentation python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants