From 5c7d42b3b9b8d92c3767289a8ee0e92c4b7462a8 Mon Sep 17 00:00:00 2001
From: Eric Harmeling
- {`Cumulative number of executions of ${contentModifier} with this fingerprint${fingerprintModifier} within the last hour or specified `}
-
{"The bar indicates the ratio of runtime success (gray) to "}
@@ -412,11 +407,11 @@ export const statisticsTableTitles: StatisticTableTitleType = {
The gray bar indicates the mean number of bytes read from disk.
@@ -502,7 +493,7 @@ export const statisticsTableTitles: StatisticTableTitleType = {
The gray bar indicates the mean latency. The blue bar indicates
@@ -543,15 +534,12 @@ export const statisticsTableTitles: StatisticTableTitleType = {
The gray bar indicates mean contention time. The blue bar - indicates one standard deviation from the mean. + indicates one standard deviation from the mean. This time does not + include the time it takes to stream results back to the client.
> } @@ -584,11 +572,7 @@ export const statisticsTableTitles: StatisticTableTitleType = { content={ <>
- {`Maximum memory used by a ${contentModifier} with this fingerprint${fingerprintModifier} at any time during its execution within the last hour or specified `}
-
The gray bar indicates the average max memory usage. The blue bar
@@ -629,11 +613,7 @@ export const statisticsTableTitles: StatisticTableTitleType = {
If this value is 0, the statement was executed on a single node.
@@ -677,7 +657,7 @@ export const statisticsTableTitles: StatisticTableTitleType = {
% of runtime all {contentModifier} with this fingerprint {fingerprintModifier} represent, compared to the cumulative runtime - of all queries within the last hour or specified time interval. + of all queries within the specified time interval.
} > diff --git a/pkg/ui/workspaces/cluster-ui/src/util/docs.ts b/pkg/ui/workspaces/cluster-ui/src/util/docs.ts index 258083b4083e..c103924f98c2 100644 --- a/pkg/ui/workspaces/cluster-ui/src/util/docs.ts +++ b/pkg/ui/workspaces/cluster-ui/src/util/docs.ts @@ -55,9 +55,6 @@ export const statementsSql = docsURL( export const statementsRetries = docsURL( "transactions.html#transaction-retries", ); -export const statementsTimeInterval = docsURL( - "ui-statements-page.html#time-interval", -); export const readFromDisk = docsURL( "architecture/life-of-a-distributed-transaction.html#reads-from-the-storage-layer", ); diff --git a/pkg/ui/workspaces/db-console/src/util/docs.ts b/pkg/ui/workspaces/db-console/src/util/docs.ts index 0b7fc8de8d10..21f037259b14 100644 --- a/pkg/ui/workspaces/db-console/src/util/docs.ts +++ b/pkg/ui/workspaces/db-console/src/util/docs.ts @@ -71,9 +71,6 @@ export const statementsRetries = docsURL( export const transactionRetryErrorReference = docsURL( "transaction-retry-error-reference.html", ); -export const statementsTimeInterval = docsURL( - "ui-statements-page.html#time-interval", -); export const capacityMetrics = docsURL( "ui-cluster-overview-page.html#capacity-metrics", );