Query stop to show data in graphics

  • What Grafana version and what operating system are you using?
    ??

  • What are you trying to achieve?
    display data on the dashboard of a metric

  • How are you trying to achieve it?
    Using a query in grafana

  • What happened?
    The dashboard is empty

  • What did you expect to happen?
    display metric data

  • Can you copy/paste the configuration(s) that you are having problems with?
    sum(rate(ocpm_ingress_request_total{kubernetes_namespace=“$namespace”, kubernetes_pod_name=~“.diam.”}[2m]))
    sum(rate(ocpm_ingress_request_total{kubernetes_namespace=“$namespace”, kubernetes_pod_name=~“.smservice.”}[2m]))

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    No errors

  • Did you follow any online instructions? If so, what is the URL?
    I have checked only the metric and the data is there, I have been adding the rest of the conditions and it is working. Apparently the problem is when I try to use the SUM(RATE) functions. when I combine them it does not show data.
    I am using the same queries in other dashboards and they work correctly, of the 4 sites only one does not show data, I have exported/imported the dashboard but it still does not show data.