Metrics exporter - Installation Guide - BlueCat Integrity - 26.1.0

VM Installation Guide

ft:locale
en-US
Product name
BlueCat Integrity
Version
26.1.0

Address Manager v25.1.0 introduces enhancements to metrics collected by the system. By default, Address Manager collects metrics related to the host system, infrastructure, database, RESTv2 API, and notifications. These statistics are used to populate the Data Visualization page within the Address Manager UI.

In addition to the presentation of the metrics in the Data Visualization page, you can configure the Address Manager metrics service to export real-time metrics through an HTTP channel in Prometheus format. The data can then be pulled to an observability platform, such as Grafana.

By default, the exporter endpoint is the following URL: http://<bam_ip_or_hostname>:10048/metrics

Example

#cloud-config
bluecat_service_config:
    payload: |
        {
            "version": "1.3.0",
            "services": {
                "metricsExporter": {
                    "configurations": [
                        {
                            "metricsExporterConfiguration": {
                                "enable": true
                            }
                        }
                    ]
                }
            }
        }
Parameters
  • enable—set to true to enable the metrics exporter service; set to false to disable the metrics exporter service.