Skip to content

seems there're 2 hardcoded namespace in the yaml file #777

@GuopingYe

Description

@GuopingYe

There're 2 alerting rules showing "no data" on my end, I went through the rules and find there're some issues on the yaml file,

monitoring/alerting/rules/viya_platform_alerts.yaml
monitoring/rules/viya/beta-rules-viya-health.yaml

BTW, 2 more questions,

  1. I'm not sure if it's due to SAS deployment update, some rules like "High API Latency" shows no data too, and I found the metric specified in the yaml file does not exists.

  2. I'm not sure if expression language was updated on Grafana or not, like "CAS Thread Count High" with query "cas_grid_sessions_current > 400" returns no data even "cas_grid_sessions_current“ do has data itself, I need to manualy split this expression into 2 part, first query A = cas_grid_sessions_current, then add a threshold B as "A > 400", then set B as alert condition, then it works as expected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions