-
Notifications
You must be signed in to change notification settings - Fork 469
Remove the SST Bytes graph from the DB Console page for PCR #19673
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
@@ -50,7 +50,6 @@ id | name | source_tenant_name | source_cluster_uri | |||
You can use the [**Physical Cluster Replication** dashboard]({% link {{ page.version.version }}/ui-physical-cluster-replication-dashboard.md %}) of the standby cluster's [DB Console]({% link {{ page.version.version }}/ui-overview.md %}) to monitor: | |||
|
|||
- [Logical bytes]({% link {{ page.version.version }}/ui-physical-cluster-replication-dashboard.md %}#logical-bytes) | |||
- [SST bytes]({% link {{ page.version.version }}/ui-physical-cluster-replication-dashboard.md %}#sst-bytes) | |||
- [Replication Lag]({% link {{ page.version.version }}/ui-physical-cluster-replication-dashboard.md %}#replication-lag) | |||
|
|||
## Prometheus |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alicia-l2 Assume we don't need to remove the physical_replication.sst_bytes
metric from the Prometheus section below? That is, I've just removed from DB Console reference pages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yup!
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
Fixes DOC-13812
Removes the SST Bytes graph section from the PCR Console metrics page. Also, removes the reference to the graph on the monitoring page.