Skip to content

Commit 0e284cb

Browse files
authored
Merge pull request #89723 from ShaunaDiaz/OSDOCS-13294
OSDOCS-13294: adds telemetry parameters MicroShift
2 parents d018bfb + 8d1bc63 commit 0e284cb

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
@@ -272,4 +272,12 @@ container_memory_working_set_bytes{container=`router`,namespace=`openshift-ingre
272272
|`storage.optionalCsiComponents`
273273
|`array`
274274
|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.
275+
276+
|`telemetry.endpoint`
277+
|`https://infogw.api.openshift.com`
278+
|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`.
279+
280+
|`telemetry.status`
281+
|`Enabled`
282+
|Telemetry status, which can be `Enabled` or `Disabled`. The default value is `Enabled`.
275283
|===

modules/microshift-default-settings.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ storage:
9090
driver: "" # <3>
9191
optionalCsiComponents: # <4>
9292
- ""
93+
telemetry:
94+
endpoint: https://infogw.api.openshift.com
95+
status: Enabled
9396
----
9497
<1> Calculated based on the address of the service network.
9598
<2> The IP address of the default route.

0 commit comments

Comments
 (0)