BRIX On-Premises > BRIX On-Premises Enterprise > Install add-on components for BRIX > Install monitoring tools / Monitoring of business processes

Monitoring of business processes

You can track the status and key metrics of microservices responsible for executing business processes in BRIX using dashboards.

Начало внимание

When installing an additional instance of BRIX Enterprise, dashboards are loaded into a folder with the name of the new namespace. The installation of Prometheus is not required.

Конец внимание

To activate dashboards and metrics, enable the dashboards.enabled parameter in the values file for monitoring tool installation.

## enable dashboards for grafana
    monitoring:
      enabled: true
      metrics:
        enabled: true
        all: true
      provisioner: "k8s"
      dashboard:
        enabled: true
      alerts:
        enabled: true

Examples of charts in the data visualization software Grafana:

  • chart of the main microservice;

business_process_monitoring_1

  • chart of the worker microservice.

business_process_monitoring_2