Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一套联邦集群,数据源设置为联邦节点发现过滤job 服务器资源总览数据是重复的 #80

Open
liuzn2 opened this issue Dec 17, 2020 · 0 comments

Comments

@liuzn2
Copy link

liuzn2 commented Dec 17, 2020

    {
      "expr": "windows_os_info{job=~\"$job\"} * on(instance) group_right(product) windows_cs_hostname",
      "format": "table",
      "instant": true,
      "interval": "",
      "legendFormat": "",
      "refId": "A"
    },

==》
{
"expr": "windows_os_info{job="$job"} * on(instance) group_right(product) windows_cs_hostname{job="$job"}",
"format": "table",
"instant": true,
"interval": "",
"legendFormat": "",
"refId": "A"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant