You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Here is the link:
https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/logging/logging-6-1#quick-start-opentelemetry_logging-6x-6.1
- Problems:
- Prerequisites are missing.
- Operators names are not highlighted.
- Step 4, namespace name is missing from the command
- Step 5, namespace name is missing from the command
- We are performing the following changes through this PR:
- Added required Prerequisites.
- Highlighted the Operator's names in Step 1.
- Namespace name is added in the Step 4
- Removed $ oc project openshift-logging, and added namespace in the remaining 3 commands.
1-Update modules/log6x-quickstart-opentelemetry.adoc
16 - * You installed the {oc-first}.
16 + * You have installed the {oc-first}.
Co-authored-by: Agil Antony <61876435+agantony@users.noreply.github.com>
2- Update modules/log6x-quickstart-opentelemetry.adoc
- * Verify that OTLP is functioning correctly by going to *Observe* -> *OpenShift Logging* -> *LokiStack* -> *Writes* in the OpenShift web console, and checking *Distributor - Structured Metadata*.
+ * To verify that OTLP is functioning correctly, complete the following steps:
+ .. In the OpenShift web console, click *Observe* -> *OpenShift Logging* -> *LokiStack* -> *Writes*.
+ .. Check the *Distributor - Structured Metadata* section.
Co-authored-by: Agil Antony <61876435+agantony@users.noreply.github.com>
@@ -155,4 +152,6 @@ You cannot use `lokiStack.labelKeys` when `dataModel` is `Otel`. To achieve simi
155
152
====
156
153
157
154
.Verification
158
-
* Verify that OTLP is functioning correctly by going to *Observe*->*OpenShift Logging*->*LokiStack*->*Writes* in the OpenShift web console, and checking *Distributor - Structured Metadata*.
155
+
* To verify that OTLP is functioning correctly, complete the following steps:
156
+
.. In the OpenShift web console, click *Observe*->*OpenShift Logging*->*LokiStack*->*Writes*.
157
+
.. Check the *Distributor - Structured Metadata* section.
0 commit comments