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
  1. Install the microshift-observability RPM by entering the following command:

    $ sudo dnf install microshift-observability
  2. Enable the microshift-observability system service by entering the following command:

    $ sudo systemctl enable microshift-observability
  3. Start the microshift-observability system service by entering the following command:

    $ sudo systemctl start microshift-observability
  4. Restart MicroShift after the initial installation.

    $ sudo systemctl restart microshift-observability

    The installation is successful if there is no output after you start the microshift-observability RPM.