How to monitor Anbox Cloud

Anbox Cloud gathers various performance metrics and makes them accessible through API endpoints. While Anbox Cloud does not provide its own observability solution, it supports implementing and integrating custom solutions for monitoring performance.

See Prometheus metrics for a list of available metrics and how to access them. LXD Metric exporter for instances has a list of metrics available through LXD.

The implementation of a monitoring or observability solution depends on your specific use case and the tools that you want to use. See Open source observability for enterprises for an overview of observability tools and stacks that are recommended and supported by Canonical. In particular, see the Canonical Observability Stack (LMA2).

Anbox Cloud includes the following reference implementations that you can use as a starting point for planning and integrating your custom observability solution:

These examples show how to set up an observability solution in a full Anbox Cloud deployment. They can also be used for a first test. Be aware though that these examples are provided for reference only. They are not fully supported and should not be used in a production environment. They cannot be used with the Anbox Cloud Appliance.

Monitoring dashboard in the Anbox Cloud Appliance

The Anbox Cloud Appliance comes with a basic monitoring dashboard that displays the metrics collected through Telegraf and Prometheus.

To access the dashboard, complete the following steps:

  1. Log on to the machine that runs the Anbox Cloud Appliance and create a user account for the monitoring dashboard:

     anbox-cloud-appliance monitor account create <user_name> --email=<email_address> --password=<password> --role=<role>
    

    The available roles are viewer, editor and admin.

  2. Make sure that the monitoring dashboard is exposed. This is the default. If you unexposed it earlier, expose it again by running the following command:

     anbox-cloud-appliance monitor expose
    
  3. Access the monitoring dashboard at https://<your-machine-address>/monitor/ and log on with the user account that you created.

  4. Click the search symbol on the left-hand side and go to the Search dashboards page.

  5. Select the dashboard that contains the information you’re interested in to display it.

If you want to monitor additional metrics and events, you can do so by adding plugins to Telegraf. See How to configure Telegraf for more information.


Last updated 1 year, 20 days ago.