Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-11984 PR #135924 - sql: label latency histograms with statement fingerprint #19322

Merged
merged 12 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
In multi-dimensional-metrics-table.md, added check for detailed-latency.
In multi-dimensional-metrics.md, added section Enable detailed latency metrics.
  • Loading branch information
florence-crl committed Jan 31, 2025
commit 2cf7df462788075e8ae0b8f0c4b671e7f97eda39
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Following is a list of the metrics that have multi-dimensional metrics:
<thead>
<tr>
<td><b>CockroachDB Metric Name</b></td>
<td><b>{% if feature == "ldr" %}Description{% else %}Description When Aggregated{% endif %}</b></td>
<td><b>{% if feature == "ldr" or feature == "detailed-latency" %}Description{% else %}Description When Aggregated{% endif %}</b></td>
<td><b>Type</b></td>
<td><b>Unit</b></td>
</tr>
Expand Down
Loading