Kubernetes Remote Monitoring is unable to pull metrics from VIP Authentication Hub
search cancel

Kubernetes Remote Monitoring is unable to pull metrics from VIP Authentication Hub

book

Article ID: 404941

calendar_today

Updated On:

Products

DX OI SaaS DX Operational Observability

Issue/Introduction

Kubernetes Remote Monitoring extension does not work.

I am trying to monitor a VIP Authentication Hub installation. It publishes metrics to Prometheus: Custom Metric Exposed By Authentication Hub

Following the techdocs configuration for Prometheus monitoring: Enable and Configure Remote Monitoring

I am not able to pull any metrics. 

Environment

DX O2 SaaS

Resolution

You need to pull these metrics by using PromQL into Custom-PromQL-Config.yaml. 

Attached the file for reference.

 - promql: count by (stack, orgKey, application, service) (cwp_appliance_appliance_heartbeat_max == 1)
    apm_metric_path: Kubernetes|cbc|(stack)|(application)|(service)|orgKey|(orgKey):Inactive_Appliance

 

Additional Information

Attachments

custom-promql-config (1).yaml get_app