Skip to content

Commit c1a8d44

Browse files
committed
Update diagnostics page re: telemetry info
Fixes DOC-13703 Summary of changes: - Replace mentions of 'anonymous' with 'obfuscated/redacted' - Remove mention of some details, and point users to the 'Telemetry Collected by CockroachDB' page, which is intended to be the comprehensive reference - Replace 'hourly' with 'periodic' updates so we don't have to keep touching this NB. Applied these changes to all supported versions v23.1+
1 parent ca2519e commit c1a8d44

File tree

8 files changed

+24
-40
lines changed

8 files changed

+24
-40
lines changed

src/current/v23.1/diagnostics-reporting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
docs_area: reference.diagnostics_reporting
66
---
77

8-
By default, the DB Console and each node of a CockroachDB cluster share anonymous usage details with Cockroach Labs. These details, which are completely scrubbed of identifiable information, greatly help us understand and improve how the system behaves in real-world scenarios.
8+
By default, the DB Console and each node of a CockroachDB cluster share usage details with Cockroach Labs. Sensitive data is redacted from this usage information; these details help Cockroach Labs understand and improve how the system behaves in real-world scenarios.
99

1010
This page summarizes the details that get shared, how to view the details yourself, and how to opt out of sharing.
1111

@@ -15,10 +15,7 @@ For insights into your cluster's performance and health, use the built-in [DB Co
1515

1616
## What gets shared
1717

18-
When diagnostics reporting is on, each node of a CockroachDB cluster shares anonymized details on an hourly basis, including (but not limited to):
19-
20-
- Deployment and configuration characteristics, such as size of hardware, [cluster settings]({% link {{ page.version.version }}/cluster-settings.md %}) that have been altered from defaults, number of [replication zones]({% link {{ page.version.version }}/configure-replication-zones.md %}) configured, etc.
21-
- Usage and cluster health details, such as crashes, unexpected errors, attempts to use unsupported features, types of queries run and their execution characteristics as well as types of schemas used, etc.
18+
When diagnostics reporting is on, each node of a CockroachDB cluster shares obfuscated usage details on a periodic basis. For more information about what information is shared, refer to [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %}).
2219

2320
To view the full diagnostics details that a node reports to Cockroach Labs, use the `http://<node-address>:<http-port>/_status/diagnostics/local` JSON endpoint.
2421

@@ -67,5 +64,6 @@ If the setting is `false`, diagnostics reporting is off; if the setting is `true
6764

6865
## See also
6966

67+
- [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %})
7068
- [Cluster Settings]({% link {{ page.version.version }}/cluster-settings.md %})
7169
- [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %})

src/current/v23.2/diagnostics-reporting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
docs_area: reference.diagnostics_reporting
66
---
77

8-
By default, the DB Console and each node of a CockroachDB cluster share anonymous usage details with Cockroach Labs. These details, which are completely scrubbed of identifiable information, greatly help us understand and improve how the system behaves in real-world scenarios.
8+
By default, the DB Console and each node of a CockroachDB cluster share usage details with Cockroach Labs. Sensitive data is redacted from this usage information; these details help Cockroach Labs understand and improve how the system behaves in real-world scenarios.
99

1010
This page summarizes the details that get shared, how to view the details yourself, and how to opt out of sharing.
1111

@@ -15,10 +15,7 @@ For insights into your cluster's performance and health, use the built-in [DB Co
1515

1616
## What gets shared
1717

18-
When diagnostics reporting is on, each node of a CockroachDB cluster shares anonymized details on an hourly basis, including (but not limited to):
19-
20-
- Deployment and configuration characteristics, such as size of hardware, [cluster settings]({% link {{ page.version.version }}/cluster-settings.md %}) that have been altered from defaults, number of [replication zones]({% link {{ page.version.version }}/configure-replication-zones.md %}) configured, etc.
21-
- Usage and cluster health details, such as crashes, unexpected errors, attempts to use unsupported features, types of queries run and their execution characteristics as well as types of schemas used, etc.
18+
When diagnostics reporting is on, each node of a CockroachDB cluster shares obfuscated usage details on a periodic basis. For more information about what information is shared, refer to [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %}).
2219

2320
To view the full diagnostics details that a node reports to Cockroach Labs, use the `http://<node-address>:<http-port>/_status/diagnostics/local` JSON endpoint.
2421

@@ -67,5 +64,6 @@ If the setting is `false`, diagnostics reporting is off; if the setting is `true
6764

6865
## See also
6966

67+
- [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %})
7068
- [Cluster Settings]({% link {{ page.version.version }}/cluster-settings.md %})
7169
- [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %})

src/current/v24.1/diagnostics-reporting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
docs_area: reference.diagnostics_reporting
66
---
77

8-
By default, the DB Console and each node of a CockroachDB cluster share anonymous usage details with Cockroach Labs. These details, which are completely scrubbed of identifiable information, greatly help us understand and improve how the system behaves in real-world scenarios.
8+
By default, the DB Console and each node of a CockroachDB cluster share usage details with Cockroach Labs. Sensitive data is redacted from this usage information; these details help Cockroach Labs understand and improve how the system behaves in real-world scenarios.
99

1010
This page summarizes the details that get shared, how to view the details yourself, and how to opt out of sharing.
1111

@@ -15,10 +15,7 @@ For insights into your cluster's performance and health, use the built-in [DB Co
1515

1616
## What gets shared
1717

18-
When diagnostics reporting is on, each node of a CockroachDB cluster shares anonymized details on an hourly basis, including (but not limited to):
19-
20-
- Deployment and configuration characteristics, such as size of hardware, [cluster settings]({% link {{ page.version.version }}/cluster-settings.md %}) that have been altered from defaults, number of [replication zones]({% link {{ page.version.version }}/configure-replication-zones.md %}) configured, etc.
21-
- Usage and cluster health details, such as crashes, unexpected errors, attempts to use unsupported features, types of queries run and their execution characteristics as well as types of schemas used, etc.
18+
When diagnostics reporting is on, each node of a CockroachDB cluster shares obfuscated usage details on a periodic basis. For more information about what information is shared, refer to [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %}).
2219

2320
To view the full diagnostics details that a node reports to Cockroach Labs, use the `http://<node-address>:<http-port>/_status/diagnostics/local` JSON endpoint.
2421

@@ -67,5 +64,6 @@ If the setting is `false`, diagnostics reporting is off; if the setting is `true
6764

6865
## See also
6966

67+
- [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %})
7068
- [Cluster Settings]({% link {{ page.version.version }}/cluster-settings.md %})
7169
- [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %})

src/current/v24.2/diagnostics-reporting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
docs_area: reference.diagnostics_reporting
66
---
77

8-
By default, the DB Console and each node of a CockroachDB cluster share anonymous usage details with Cockroach Labs. These details, which are completely scrubbed of identifiable information, greatly help us understand and improve how the system behaves in real-world scenarios.
8+
By default, the DB Console and each node of a CockroachDB cluster share usage details with Cockroach Labs. Sensitive data is redacted from this usage information; these details help Cockroach Labs understand and improve how the system behaves in real-world scenarios.
99

1010
This page summarizes the details that get shared, how to view the details yourself, and how to opt out of sharing.
1111

@@ -15,10 +15,7 @@ For insights into your cluster's performance and health, use the built-in [DB Co
1515

1616
## What gets shared
1717

18-
When diagnostics reporting is on, each node of a CockroachDB cluster shares anonymized details on an hourly basis, including (but not limited to):
19-
20-
- Deployment and configuration characteristics, such as size of hardware, [cluster settings]({% link {{ page.version.version }}/cluster-settings.md %}) that have been altered from defaults, number of [replication zones]({% link {{ page.version.version }}/configure-replication-zones.md %}) configured, etc.
21-
- Usage and cluster health details, such as crashes, unexpected errors, attempts to use unsupported features, types of queries run and their execution characteristics as well as types of schemas used, etc.
18+
When diagnostics reporting is on, each node of a CockroachDB cluster shares obfuscated usage details on a periodic basis. For more information about what information is shared, refer to [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %}).
2219

2320
To view the full diagnostics details that a node reports to Cockroach Labs, use the `http://<node-address>:<http-port>/_status/diagnostics/local` JSON endpoint.
2421

@@ -67,5 +64,6 @@ If the setting is `false`, diagnostics reporting is off; if the setting is `true
6764

6865
## See also
6966

67+
- [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %})
7068
- [Cluster Settings]({% link {{ page.version.version }}/cluster-settings.md %})
7169
- [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %})

src/current/v24.3/diagnostics-reporting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
docs_area: reference.diagnostics_reporting
66
---
77

8-
By default, the DB Console and each node of a CockroachDB cluster share anonymous usage details with Cockroach Labs. These details, which are completely scrubbed of identifiable information, greatly help us understand and improve how the system behaves in real-world scenarios.
8+
By default, the DB Console and each node of a CockroachDB cluster share usage details with Cockroach Labs. Sensitive data is redacted from this usage information; these details help Cockroach Labs understand and improve how the system behaves in real-world scenarios.
99

1010
This page summarizes the details that get shared, how to view the details yourself, and how to opt out of sharing.
1111

@@ -15,10 +15,7 @@ For insights into your cluster's performance and health, use the built-in [DB Co
1515

1616
## What gets shared
1717

18-
When diagnostics reporting is on, each node of a CockroachDB cluster shares anonymized details on an hourly basis, including (but not limited to):
19-
20-
- Deployment and configuration characteristics, such as size of hardware, [cluster settings]({% link {{ page.version.version }}/cluster-settings.md %}) that have been altered from defaults, number of [replication zones]({% link {{ page.version.version }}/configure-replication-zones.md %}) configured, etc.
21-
- Usage and cluster health details, such as crashes, unexpected errors, attempts to use unsupported features, types of queries run and their execution characteristics as well as types of schemas used, etc.
18+
When diagnostics reporting is on, each node of a CockroachDB cluster shares obfuscated usage details on a periodic basis. For more information about what information is shared, refer to [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %}).
2219

2320
To view the full diagnostics details that a node reports to Cockroach Labs, use the `http://<node-address>:<http-port>/_status/diagnostics/local` JSON endpoint.
2421

@@ -67,5 +64,6 @@ If the setting is `false`, diagnostics reporting is off; if the setting is `true
6764

6865
## See also
6966

67+
- [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %})
7068
- [Cluster Settings]({% link {{ page.version.version }}/cluster-settings.md %})
7169
- [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %})

src/current/v25.1/diagnostics-reporting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
docs_area: reference.diagnostics_reporting
66
---
77

8-
By default, the DB Console and each node of a CockroachDB cluster share anonymous usage details with Cockroach Labs. These details, which are completely scrubbed of identifiable information, greatly help us understand and improve how the system behaves in real-world scenarios.
8+
By default, the DB Console and each node of a CockroachDB cluster share usage details with Cockroach Labs. Sensitive data is redacted from this usage information; these details help Cockroach Labs understand and improve how the system behaves in real-world scenarios.
99

1010
This page summarizes the details that get shared, how to view the details yourself, and how to opt out of sharing.
1111

@@ -15,10 +15,7 @@ For insights into your cluster's performance and health, use the built-in [DB Co
1515

1616
## What gets shared
1717

18-
When diagnostics reporting is on, each node of a CockroachDB cluster shares anonymized details on an hourly basis, including (but not limited to):
19-
20-
- Deployment and configuration characteristics, such as size of hardware, [cluster settings]({% link {{ page.version.version }}/cluster-settings.md %}) that have been altered from defaults, number of [replication zones]({% link {{ page.version.version }}/configure-replication-zones.md %}) configured, etc.
21-
- Usage and cluster health details, such as crashes, unexpected errors, attempts to use unsupported features, types of queries run and their execution characteristics as well as types of schemas used, etc.
18+
When diagnostics reporting is on, each node of a CockroachDB cluster shares obfuscated usage details on a periodic basis. For more information about what information is shared, refer to [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %}).
2219

2320
To view the full diagnostics details that a node reports to Cockroach Labs, use the `http://<node-address>:<http-port>/_status/diagnostics/local` JSON endpoint.
2421

@@ -67,5 +64,6 @@ If the setting is `false`, diagnostics reporting is off; if the setting is `true
6764

6865
## See also
6966

67+
- [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %})
7068
- [Cluster Settings]({% link {{ page.version.version }}/cluster-settings.md %})
7169
- [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %})

src/current/v25.2/diagnostics-reporting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
docs_area: reference.diagnostics_reporting
66
---
77

8-
By default, the DB Console and each node of a CockroachDB cluster share anonymous usage details with Cockroach Labs. These details, which are completely scrubbed of identifiable information, greatly help us understand and improve how the system behaves in real-world scenarios.
8+
By default, the DB Console and each node of a CockroachDB cluster share usage details with Cockroach Labs. Sensitive data is redacted from this usage information; these details help Cockroach Labs understand and improve how the system behaves in real-world scenarios.
99

1010
This page summarizes the details that get shared, how to view the details yourself, and how to opt out of sharing.
1111

@@ -15,10 +15,7 @@ For insights into your cluster's performance and health, use the built-in [DB Co
1515

1616
## What gets shared
1717

18-
When diagnostics reporting is on, each node of a CockroachDB cluster shares anonymized details on an hourly basis, including (but not limited to):
19-
20-
- Deployment and configuration characteristics, such as size of hardware, [cluster settings]({% link {{ page.version.version }}/cluster-settings.md %}) that have been altered from defaults, number of [replication zones]({% link {{ page.version.version }}/configure-replication-zones.md %}) configured, etc.
21-
- Usage and cluster health details, such as crashes, unexpected errors, attempts to use unsupported features, types of queries run and their execution characteristics as well as types of schemas used, etc.
18+
When diagnostics reporting is on, each node of a CockroachDB cluster shares obfuscated usage details on a periodic basis. For more information about what information is shared, refer to [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %}).
2219

2320
To view the full diagnostics details that a node reports to Cockroach Labs, use the `http://<node-address>:<http-port>/_status/diagnostics/local` JSON endpoint.
2421

@@ -67,5 +64,6 @@ If the setting is `false`, diagnostics reporting is off; if the setting is `true
6764

6865
## See also
6966

67+
- [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %})
7068
- [Cluster Settings]({% link {{ page.version.version }}/cluster-settings.md %})
7169
- [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %})

src/current/v25.3/diagnostics-reporting.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toc: true
55
docs_area: reference.diagnostics_reporting
66
---
77

8-
By default, the DB Console and each node of a CockroachDB cluster share anonymous usage details with Cockroach Labs. These details, which are completely scrubbed of identifiable information, greatly help us understand and improve how the system behaves in real-world scenarios.
8+
By default, the DB Console and each node of a CockroachDB cluster share usage details with Cockroach Labs. Sensitive data is redacted from this usage information; these details help Cockroach Labs understand and improve how the system behaves in real-world scenarios.
99

1010
This page summarizes the details that get shared, how to view the details yourself, and how to opt out of sharing.
1111

@@ -15,10 +15,7 @@ For insights into your cluster's performance and health, use the built-in [DB Co
1515

1616
## What gets shared
1717

18-
When diagnostics reporting is on, each node of a CockroachDB cluster shares anonymized details on an hourly basis, including (but not limited to):
19-
20-
- Deployment and configuration characteristics, such as size of hardware, [cluster settings]({% link {{ page.version.version }}/cluster-settings.md %}) that have been altered from defaults, number of [replication zones]({% link {{ page.version.version }}/configure-replication-zones.md %}) configured, etc.
21-
- Usage and cluster health details, such as crashes, unexpected errors, attempts to use unsupported features, types of queries run and their execution characteristics as well as types of schemas used, etc.
18+
When diagnostics reporting is on, each node of a CockroachDB cluster shares obfuscated usage details on a periodic basis. For more information about what information is shared, refer to [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %}).
2219

2320
To view the full diagnostics details that a node reports to Cockroach Labs, use the `http://<node-address>:<http-port>/_status/diagnostics/local` JSON endpoint.
2421

@@ -67,5 +64,6 @@ If the setting is `false`, diagnostics reporting is off; if the setting is `true
6764

6865
## See also
6966

67+
- [Telemetry Collected by CockroachDB]({% link {{ page.version.version }}/telemetry.md %})
7068
- [Cluster Settings]({% link {{ page.version.version }}/cluster-settings.md %})
7169
- [Start a Node]({% link {{ page.version.version }}/cockroach-start.md %})

0 commit comments

Comments
 (0)