Install and enable MicroShift Observability
You can install MicroShift Observability at any time, including during the initial MicroShift installation. Observability collects and transmits system data for monitoring and analysis, such as performance and usage metrics and error reporting.
Procedure
-
Install the
microshift-observabilityRPM by entering the following command:$ sudo dnf install microshift-observability -
Enable the
microshift-observabilitysystem service by entering the following command:$ sudo systemctl enable microshift-observability -
Start the
microshift-observabilitysystem service by entering the following command:$ sudo systemctl start microshift-observability -
Restart MicroShift after the initial installation.
$ sudo systemctl restart microshift-observabilityThe installation is successful if there is no output after you start the
microshift-observabilityRPM.