Error loading metrics into "Monitoring Groups" module
search cancel

Error loading metrics into "Monitoring Groups" module

book

Article ID: 277752

calendar_today

Updated On:

Products

DX Operational Intelligence

Issue/Introduction

In DX OI UI, when trying to view the metrics to enable the anomaly rules, we received the following error messages


Environment

DX OI On-Premise 23.2 HF 1

Cause

The doi-metric-config-service somehow got deleted

Resolution

- Logged into postgres DB
  psql -U aopuser -d doi_db

- Ran the following commands
ALTER TABLE sli_slo_configuration ADD COLUMN sli_alert_definitions VARCHAR;
ALTER TABLE \d SLI_SLO_CONFIGURATION

- Scaled down and scaled up the doi-metric-config-service
- Checked the UI and now the errors are gone.  Issue resolved.