mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
27 lines
794 B
Plaintext
27 lines
794 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// microshift_running_apps/microshift-observability-service.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="microshift-otel-verify_{context}"]
|
|
= Verifying the {microshift-short} Observability state
|
|
|
|
[role="_abstract"]
|
|
After {microshift-short} Observability starts, you can verify the state by using a `systemd` service. The {microshift-short} Observability service logs are available as `journald` logs.
|
|
|
|
.Procedure
|
|
|
|
. Check the {microshift-short} Observability status by entering the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ sudo systemctl status microshift-observability
|
|
----
|
|
|
|
. Check the {microshift-short} Observability logs by entering the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ sudo journalctl -u microshift-observability
|
|
----
|