Skip to content

Commit 8d1bc63

Browse files
committed
OSDOCS-13294: adds telemetry parameters MicroShift
1 parent 106cb3c commit 8d1bc63

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

modules/microshift-config-parameters-table.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,12 @@ container_memory_working_set_bytes{container=`router`,namespace=`openshift-ingre
260260
|`storage.optionalCsiComponents`
261261
|`array`
262262
|Default value is null or an empty array. A null or empty array defaults to deploying `snapshot-controller`. Expected values are `csi-snapshot-controller` or `none`. A value of `none` is mutually exclusive with all other values.
263+
264+
|`telemetry.endpoint`
265+
|`https://infogw.api.openshift.com`
266+
|The endpoint where telemetry data is sent. No user or private data is included in the metrics reported. Default value is `https://infogw.api.openshift.com`.
267+
268+
|`telemetry.status`
269+
|`Enabled`
270+
|Telemetry status, which can be `Enabled` or `Disabled`. The default value is `Enabled`.
263271
|===

modules/microshift-default-settings.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ storage:
8686
driver: "" # <3>
8787
optionalCsiComponents: # <4>
8888
- ""
89+
telemetry:
90+
endpoint: https://infogw.api.openshift.com
91+
status: Enabled
8992
----
9093
<1> Calculated based on the address of the service network.
9194
<2> The IP address of the default route.

0 commit comments

Comments
 (0)