DOC-6304 DOC-6305 DOC-6306 DOC-6308 Client observability docs#2854
Open
andy-stark-redis wants to merge 18 commits intomainfrom
Open
DOC-6304 DOC-6305 DOC-6306 DOC-6308 Client observability docs#2854andy-stark-redis wants to merge 18 commits intomainfrom
andy-stark-redis wants to merge 18 commits intomainfrom
Conversation
Contributor
Contributor
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
vladvildanov
suggested changes
Mar 5, 2026
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.
Don't be deceived by the branch name, the epic for this is actually DOC-6304 :-) node-redis will have support for this soon, but I'll make a separate PR for the docs to merge when it is released.
A few things to consider:
Note
Medium Risk
Medium risk because it adds new Hugo shortcode/template logic plus site-wide conditional JS/CSS loading, which could impact page rendering/build if the JSON/flags or anchors are incorrect.
Overview
Adds a new client observability doc set: an overview page at
develop/clients/observability(with tracing primer and metric-group reference) plus client-specific setup guides forgo-redisandredis-py, including new local example snippets.Implements an
otel-metric-groupsshortcode backed bydata/client_obs_metrics.json, with newstatic/js/otel-metrics.js+static/css/otel-metrics.cssto render the metrics/attribute reference in a readable format and provide anchor/copy-link behavior;baseof.htmlnow conditionally loads these assets via ahasOtelMetricspage-store flag.Updates cross-links to point to the new observability pages (from error-handling logging guidance and Go/Python production-usage pages), and adjusts the
Coding patternsindex weight to reorder navigation.Written by Cursor Bugbot for commit e50668f. This will update automatically on new commits. Configure here.