Skip to content

docs: mark LATENCY commands as available for C# - #291

Open
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/csharp-latency-commands
Open

docs: mark LATENCY commands as available for C##291
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/csharp-latency-commands

Conversation

@Aryex

@Aryex Aryex commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

Mark LATENCY HISTORY, LATENCY LATEST, and LATENCY RESET commands as available for the C# client in the command progress tracker.

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

Source Commits

  • 0291a19 — Add LATENCY commands (#438)

Changes

  • Updated available-commands.json: changed C# status for LATENCY HISTORY from not_available to available
  • Updated available-commands.json: changed C# status for LATENCY LATEST from not_available to available
  • Updated available-commands.json: changed C# status for LATENCY RESET from not_available to available
  • Removed the csharp-href tracking links since the commands are now implemented

Context

C# #438 implements LatencyHistoryAsync(event), LatencyLatestAsync(), and LatencyResetAsync() for both standalone and cluster C# clients. The implementation includes LatencyEntry and LatencyEventInfo record structs, cluster routing to all primaries by default, and ClusterValue<T> return types for multi-node results. LATENCY GRAPH is intentionally excluded (ASCII art, not implemented in other clients).

cc @currantw


This PR was generated by the automated documentation pipeline.

@Aryex Aryex added AI Generated documentation Improvements or additions to documentation csharp labels Jul 26, 2026
@Aryex
Aryex force-pushed the alexl/agent/csharp-latency-commands branch from a788b70 to a0675bb Compare July 26, 2026 21:27
@Aryex
Aryex marked this pull request as ready for review July 27, 2026 14:51
Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
@Aryex
Aryex force-pushed the alexl/agent/csharp-latency-commands branch from a0675bb to 8b66d08 Compare July 27, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Generated csharp documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants