Skip to content

Commit 3fdef43

Browse files
authored
Merge pull request #94989 from tmalove/ms-osdocs-14992-tlove
OSDOCS#14992: Update the config topics and deleted the start-service module
2 parents 6c33d6b + ed7690b commit 3fdef43

File tree

4 files changed

+36
-11
lines changed

4 files changed

+36
-11
lines changed

modules/microshift-otel-config-large.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
You can configure {microshift-short} Observability to collect the maximum amount of performance and resource information, from the maximum number of sources, by updating the YAML file.
1010

11+
.Procedure
12+
1113
. Select a large configuration by adding the following information to the `/etc/microshift/observability/opentelemetry-collector.yaml` file. `Large` is the default configuration.
1214
+
1315
[source,yaml]
@@ -119,8 +121,14 @@ service:
119121
exporter:
120122
otlp:
121123
protocol: http/protobuf
122-
endpoint: http://${env:OTEL_BACKEND}:4318 <1>
124+
endpoint: http://${env:OTEL_BACKEND}:4318 <2>
123125
----
124-
<1> Replace the variable `${env:OTEL_BACKEND}` with the IP address or host name of the remote back end. This IP address resolves to the local node's host name. Any unreachable endpoint is reported in the `microshift-observability` service logs.
126+
<1> Replace the variable `${env:OTEL_BACKEND}` with the IP address or hostname of the remote back end. This IP address resolves to the local node's hostname. Any unreachable endpoint is reported in the `microshift-observability` service logs.
127+
<2> Replace the variable `${env:OTEL_BACKEND}` with the IP address or hostname of the remote back end. This IP address resolves to the local node's hostname. Any unreachable endpoint is reported in the `microshift-observability` service logs.
125128

126-
. Restart {microshift-short} Observability to complete the configuration selection.
129+
. Restart {microshift-short} Observability to complete the configuration selection by entering the following command:
130+
+
131+
[source,terminal]
132+
----
133+
$ sudo systemctl restart microshift-observability
134+
----

modules/microshift-otel-config-medium.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
You can configure {microshift-short} Observability to collect performance and resource information from various sources by updating the YAML file.
1010

11+
.Procedure
12+
1113
. Select a medium configuration by adding the following information to the `/etc/microshift/observability/opentelemetry-collector.yaml` file:
1214
+
1315
[source,yaml]
@@ -68,8 +70,14 @@ service:
6870
exporter:
6971
otlp:
7072
protocol: http/protobuf
71-
endpoint: http://${env:OTEL_BACKEND}:4318 <1>
73+
endpoint: http://${env:OTEL_BACKEND}:4318 <2>
7274
----
73-
<1> Replace the variable `${env:OTEL_BACKEND}` with the IP address or host name of the remote back end. This IP address resolves to the local node's host name. Any unreachable endpoint is reported in the `microshift-observability` service logs.
75+
<1> Replace the variable `${env:OTEL_BACKEND}` with the IP address or hostname of the remote back end. This IP address resolves to the local node's hostname. Any unreachable endpoint is reported in the `microshift-observability` service logs.
76+
<2> Replace the variable `${env:OTEL_BACKEND}` with the IP address or hostname of the remote back end. This IP address resolves to the local node's hostname. Any unreachable endpoint is reported in the `microshift-observability` service logs.
7477
75-
. Restart {microshift-short} Observability to complete the configuration selection.
78+
. Restart {microshift-short} Observability to complete the configuration selection by entering the following command:
79+
+
80+
[source,terminal]
81+
----
82+
$ sudo systemctl restart microshift-observability
83+
----

modules/microshift-otel-config-small.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
You can configure {microshift-short} Observability to collect the smallest amount of performance and resource information from various sources by updating the YAML file.
1010

11+
.Procedure
12+
1113
. Select a small configuration by adding the following information to the `/etc/microshift/observability/opentelemetry-collector.yaml` file:
1214
+
1315
[source,yaml]
@@ -60,8 +62,14 @@ service:
6062
exporter:
6163
otlp:
6264
protocol: http/protobuf
63-
endpoint: http://${env:OTEL_BACKEND}:4318 <1>
65+
endpoint: http://${env:OTEL_BACKEND}:4318 <2>
6466
----
65-
<1> Replace the variable `${env:OTEL_BACKEND}` with the IP address or host name of the remote back end. This IP address resolves to the local node's host name. Any unreachable endpoint is reported in the {microshift-short} service logs.
67+
<1> Replace the variable `${env:OTEL_BACKEND}` with the IP address or hostname of the remote back end. This IP address resolves to the local node's hostname. Any unreachable endpoint is reported in the {microshift-short} service logs.
68+
<2> Replace the variable `${env:OTEL_BACKEND}` with the IP address or hostname of the remote back end. This IP address resolves to the local node's hostname. Any unreachable endpoint is reported in the {microshift-short} service logs.
6669
67-
. Restart {microshift-short} Observability to complete the configuration selection.
70+
. Restart {microshift-short} Observability to complete the configuration selection by entering the following command:
71+
+
72+
[source,terminal]
73+
----
74+
$ sudo systemctl restart microshift-observability
75+
----

modules/microshift-otel-config.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ service:
3535
exporter:
3636
otlp:
3737
protocol: http/protobuf
38-
endpoint: http://${env:OTEL_BACKEND}:4318 <1>
38+
endpoint: http://${env:OTEL_BACKEND}:4318 <2>
3939
# ...
4040
----
41-
<1> Replace `${env:OTEL_BACKEND}` with the IP address or host name of the remote back end. This IP address resolves to the local node's host name. An unreachable endpoint is reported in the {microshift-short} service logs.
41+
<1> Replace `${env:OTEL_BACKEND}` with the IP address or hostname of the remote back end. This IP address resolves to the local node's hostname. An unreachable endpoint is reported in the {microshift-short} service logs.
42+
<2> Replace `${env:OTEL_BACKEND}` with the IP address or hostname of the remote back end. This IP address resolves to the local node's hostname. An unreachable endpoint is reported in the {microshift-short} service logs.
4243

4344
. Each time that you update the `opentelemetry-collector.yaml` file, you must restart {microshift-short} Observability to apply the updates.
4445
+

0 commit comments

Comments
 (0)