-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Create sections for usage data collection
- Loading branch information
1 parent
0691cff
commit 6b14006
Showing
7 changed files
with
54 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[id="administrative-tasks_{context}"] | ||
= Administrative tasks | ||
|
||
include::proc_starting-monitoring-alerting-telemetry.adoc[leveloffset=+1] | ||
include::proc_starting-monitoring.adoc[leveloffset=+1] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[id="about-usage-data-collection_{context}"] | ||
= About usage data collection | ||
|
||
{prod} prompts you before use for optional, anonymous usage data collection to assist with development. | ||
No personally identifiable information is collected. | ||
Consent for usage data collection can be granted or revoked by you at any time. | ||
|
||
[role="_additional-resources"] | ||
.Additional resources | ||
|
||
* For more information about collected data, see the {rh} link:{telemetry-notice-url}[Telemetry data collection notice]. | ||
* To grant or revoke consent for usage data collection, see link:{crc-gsg-url}#configuring-usage-data-collection_gsg[Configuring usage data collection]. |
31 changes: 31 additions & 0 deletions
31
docs/source/topics/proc_configuring-usage-data-collection.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[id="configuring-usage-data-collection_{context}"] | ||
= Configuring usage data collection | ||
|
||
Consent for usage data collection can be granted or revoked by you at any time using the following configuration commands. | ||
|
||
[NOTE] | ||
==== | ||
Changes to telemetry consent do not modify a running cluster. | ||
The change will take effect next time you run the [command]`{bin} start` command. | ||
==== | ||
|
||
.Procedure | ||
|
||
* To manually enable telemetry, run the following command: | ||
+ | ||
[subs="+quotes,attributes"] | ||
---- | ||
$ {bin} config set consent-telemetry yes | ||
---- | ||
|
||
* To manually disable telemetry, run the following command: | ||
+ | ||
[subs="+quotes,attributes"] | ||
---- | ||
$ {bin} config set consent-telemetry no | ||
---- | ||
|
||
[role="_additional-resources"] | ||
.Additional resources | ||
|
||
* For more information about the collected data, see the {rh} link:{telemetry-notice-url}[Telemetry data collection notice]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters